Frames | No Frames |
Constructors with parameter type org.apache.lucene.search.Similarity | |
Constructor for code that wishes to use this class programatically
If Similarity is null, kill the field norms. |
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. |
class | Expert: Delegating scoring implementation. |
Constructors with parameter type org.apache.lucene.search.Similarity | |
ConstantScoreQuery.ConstantScorer.ConstantScorer(Similarity similarity, IndexReader reader, Weight w) | |
Constructs a Scorer. | |
Construct a Similarity that delegates all methods to another. |
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 | |
Similarity | Expert: Returns the Similarity implementation to be used for this query. |
Classes derived from org.apache.lucene.search.Similarity | |
class | A similarity with a lengthNorm that provides for a "platuea" of
equally good lengths, and tf helper functions. |
Constructors with parameter type org.apache.lucene.search.Similarity | |
Constructor for code that wishes to use this class progaomatically. |