Searched defs:getUniqueTermCount (Results 1 - 5 of 5) sorted by relevance

/lucene-3.6.0/lucene/core/src/java/org/apache/lucene/index/
H A DFieldInvertState.java130 public int getUniqueTermCount() { method in class:FieldInvertState
H A DFilterIndexReader.java166 public long getUniqueTermCount() throws IOException { method in class:FilterIndexReader
168 return in.getUniqueTermCount();
H A DIndexReader.java1631 public long getUniqueTermCount() throws IOException { method in class:IndexReader
1632 throw new UnsupportedOperationException("this reader does not implement getUniqueTermCount()");
H A DSegmentReader.java871 public long getUniqueTermCount() { method in class:SegmentReader
/lucene-3.6.0/solr/core/src/java/org/apache/solr/search/
H A DSolrIndexReader.java402 public long getUniqueTermCount() throws IOException { method in class:SolrIndexReader
403 return super.getUniqueTermCount();

Completed in 28 milliseconds