public interface SimilarityProvider
Similarity instances| Modifier and Type | Interface and Description |
|---|---|
static interface |
SimilarityProvider.Factory
Factory of
SimilarityProvider |
| Modifier and Type | Method and Description |
|---|---|
org.apache.lucene.search.similarities.Similarity |
get()
Returns the
Similarity the Provider is for |
java.lang.String |
name()
Returns the name associated with the Provider
|