David Smiley created SOLR-17038:
-----------------------------------

             Summary: /admin/segments handler: Expose the term count
                 Key: SOLR-17038
                 URL: https://issues.apache.org/jira/browse/SOLR-17038
             Project: Solr
          Issue Type: Improvement
      Security Level: Public (Default Security Level. Issues are Public)
            Reporter: David Smiley


The term count for a field is not exposed for diagnostic purposes.  Strangely 
enough, more obscure statistics like sumDocFreq and sumTotalTermFreq are.

Just need to add a line like:
{quote}fieldFlags.add("termCount", terms.size());{quote}
to SegmentsInfoRequestHandler next to where those other stats are gathered.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to