Class ScriptedSimilarity.Term
- java.lang.Object
-
- org.elasticsearch.index.similarity.ScriptedSimilarity.Term
-
- Enclosing class:
- ScriptedSimilarity
public static class ScriptedSimilarity.Term extends java.lang.ObjectStatistics that are specific to a given term.
-
-
Method Summary
Modifier and Type Method Description longgetDocFreq()Return the number of documents that contain this term in the index.longgetTotalTermFreq()Return the total number of occurrences of this term in the index, or-1if this statistic is not available.
-