Searched defs:Similarity (Results 1 - 1 of 1) sorted by relevance

/lucene-3.6.0/lucene/core/src/java/org/apache/lucene/search/
H A DSimilarity.java35 * <p>Similarity defines the components of Lucene scoring.
77 * Cosine Similarity</a>
224 * Cosine Similarity</a> can be used find how similar
367 * by the Similarity in effect at search time.
378 * This is a search time factor computed by the Similarity in effect at search time.
469 * LengthNorm is computed by the Similarity class in effect at indexing.
521 * using a different {@link Similarity} for search.
526 * @see #setDefault(Similarity)
527 * @see org.apache.lucene.index.IndexWriter#setSimilarity(Similarity)
528 * @see Searcher#setSimilarity(Similarity)
530 public abstract class Similarity implements Serializable { class in inherits:Serializable
[all...]

Completed in 1477 milliseconds