Apache Lucene.Net 2.1 Class Library API

Query.GetSimilarity Method 

Expert: Returns the Similarity implementation to be used for this query. Subclasses may override this method to specify their own Similarity implementation, perhaps one that delegates through that of the Searcher. By default the Searcher's Similarity implementation is returned.

public virtual Similarity GetSimilarity(
   Searcher searcher
);

See Also

Query Class | Lucene.Net.Search Namespace