List of usage examples for org.apache.lucene.search.similarities LMJelinekMercerSimilarity subclass-usage
From source file org.index.GeneralizedLMSimilarity.java
/**
* Generalized Language model
* To be used with LMLinearCombinationTermQuery.
* Defers the linear combination for later. Simply returns the tf/doclen
* The collection stats are to be used later on.
* @lucene.experimental