| Class | Description |
|---|---|
| ScriptedSimilarity |
A
Similarity implementation that allows scores to be scripted. |
| ScriptedSimilarity.Doc |
Statistics that are specific to a document.
|
| ScriptedSimilarity.Field |
Statistics that are specific to a given field.
|
| ScriptedSimilarity.Query |
Scoring factors that come from the query.
|
| ScriptedSimilarity.Term |
Statistics that are specific to a given term.
|
| SimilarityProvider |
Wrapper around a
Similarity and its name. |
| SimilarityService |