public class TermStats extends Object
TermStatistics
useful for aggregation of
per-shard stats.Modifier and Type | Field and Description |
---|---|
long |
docFreq |
String |
term |
long |
totalTermFreq |
Constructor and Description |
---|
TermStats(String term) |
TermStats(String term,
long docFreq,
long totalTermFreq) |
TermStats(String field,
org.apache.lucene.search.TermStatistics stats) |
Modifier and Type | Method and Description |
---|---|
void |
add(TermStats stats) |
String |
toString() |
org.apache.lucene.search.TermStatistics |
toTermStatistics() |
public final String term
public long docFreq
public long totalTermFreq
Copyright © 2000–2015 The Apache Software Foundation. All rights reserved.