Uses of Class org.apache.lucene.search.Similarity

Uses in package org.apache.lucene.index

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.

Uses in package org.apache.lucene.misc

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.

Uses in package org.apache.lucene.search

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

Scorer.Scorer(Similarity similarity)
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.

Copyright © 2000-2007 Apache Software Foundation. All Rights Reserved.