List of usage examples for org.apache.lucene.search.similarities SimilarityBase subclass-usage
From source file index.MyLMSimilarity.java
/**
* Abstract superclass for language modeling Similarities. The following inner
* types are introduced:
* <ul>
* <li>{@link LMStats}, which defines a new statistic, the probability that
* the collection language model generates the current term;</li>