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

Uses in package org.apache.lucene.search

Classes derived from org.apache.lucene.search.Similarity

class
Expert: Default scoring implementation.

Constructors with parameter type org.apache.lucene.search.Similarity

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

Uses in package org.apache.lucene.index

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.

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