public interface SimilarityProvider
Similarity instances| Modifier and Type | Interface and Description |
|---|---|
static interface |
SimilarityProvider.Factory
Factory for creating
SimilarityProvider instances |
| Modifier and Type | Method and Description |
|---|---|
org.apache.lucene.search.similarities.Similarity |
get()
Returns the
Similarity the Provider is for |
String |
name()
Returns the name associated with the Provider
|
String name()
org.apache.lucene.search.similarities.Similarity get()
Similarity the Provider is forSimilarityCopyright © 2009–2016. All rights reserved.