Package | Description |
---|---|
org.apache.lucene.search.similarities |
This package contains the various ranking models that can be used in Lucene.
|
Modifier and Type | Class and Description |
---|---|
class |
ClassicSimilarity
Expert: Default scoring implementation which
encodes norm values as a single byte before being stored. |
class |
DefaultSimilarity
Deprecated.
Use
ClassicSimilarity for equivilent behavior, or consider switching to BM25Similarity which will become the new default in Lucene 6.0 |
Copyright © 2000-2016 Apache Software Foundation. All Rights Reserved.