Class ModifiedTermsService
java.lang.Object
de.cxp.ocs.smartsuggest.querysuggester.modified.ModifiedTermsService
- All Implemented Interfaces:
org.apache.lucene.util.Accountable
A service that provides mappings of modified (relaxed or sharpened) queries.
-
Field Summary
Fields inherited from interface org.apache.lucene.util.Accountable
NULL_ACCOUNTABLE -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetRelaxedTerm(String term) getSharpenedTerm(String term) booleanhasData()longMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.apache.lucene.util.Accountable
getChildResources
-
Constructor Details
-
ModifiedTermsService
public ModifiedTermsService()
-
-
Method Details
-
getRelaxedTerm
-
getSharpenedTerm
-
hasData
public boolean hasData() -
ramBytesUsed
public long ramBytesUsed()- Specified by:
ramBytesUsedin interfaceorg.apache.lucene.util.Accountable
-