net.sf.eos.lucene
Class NormedLengthSimilaritySupplier

java.lang.Object
  extended by net.sf.eos.lucene.SimilaritySupplier
      extended by net.sf.eos.lucene.NormedLengthSimilaritySupplier
All Implemented Interfaces:
Supplier<org.apache.lucene.search.Similarity>

public class NormedLengthSimilaritySupplier
extends SimilaritySupplier

Support for NormedLengthSimilarity.

Author:
Sascha Kohlmann

Field Summary
 
Fields inherited from class net.sf.eos.lucene.SimilaritySupplier
SIMILARITY_SUPPLIER_IMPL_CONFIG_NAME
 
Constructor Summary
NormedLengthSimilaritySupplier()
           
 
Method Summary
 org.apache.lucene.search.Similarity get()
          Returns a new Similarity instance.
 
Methods inherited from class net.sf.eos.lucene.SimilaritySupplier
newInstance
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NormedLengthSimilaritySupplier

public NormedLengthSimilaritySupplier()
Method Detail

get

public org.apache.lucene.search.Similarity get()
Description copied from class: SimilaritySupplier
Returns a new Similarity instance.

Specified by:
get in interface Supplier<org.apache.lucene.search.Similarity>
Specified by:
get in class SimilaritySupplier
Returns:
a NormedLengthSimilarity instance.


Copyright © 2008. All Rights Reserved.