Frames | No Frames |
Methods with parameter type org.apache.lucene.search.Similarity | |
void | Expert: Set the Similarity implementation used by this IndexWriter. |
Methods with return type org.apache.lucene.search.Similarity | |
Similarity | Expert: Return the Similarity implementation used by this IndexWriter. |
Classes derived from org.apache.lucene.search.Similarity | |
class | Expert: Default scoring implementation. |
Constructors with parameter type org.apache.lucene.search.Similarity | |
Constructs a Scorer. |
Methods with parameter type org.apache.lucene.search.Similarity | |
void | Set the default Similarity implementation used by indexing and search
code. |
void | Expert: Set the Similarity implementation used by this Searcher. |
Methods with return type org.apache.lucene.search.Similarity | |
Similarity | Return the default Similarity implementation used by indexing and search
code. |
Similarity | Returns the Similarity implementation used by this scorer. |
Similarity | Expert: Return the Similarity implementation used by this Searcher. |
Similarity | Expert: Returns the Similarity implementation to be used for this query. |