| Package | Description |
|---|---|
| org.apache.lucene.misc |
Miscellaneous index tools.
|
| org.apache.lucene.queries.mlt |
Document similarity query generators.
|
| 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 |
SweetSpotSimilarity
A similarity with a lengthNorm that provides for a "plateau" of
equally good lengths, and tf helper functions.
|
| Modifier and Type | Method and Description |
|---|---|
TFIDFSimilarity |
MoreLikeThis.getSimilarity() |
| Modifier and Type | Method and Description |
|---|---|
void |
MoreLikeThis.setSimilarity(TFIDFSimilarity similarity) |
| Constructor and Description |
|---|
MoreLikeThis(IndexReader ir,
TFIDFSimilarity sim) |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultSimilarity
Expert: Default scoring implementation which
encodes norm values as a single byte before being stored. |
Copyright © 2000–2015 The Apache Software Foundation. All rights reserved.