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) boolean
hasData()
long
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods 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:
ramBytesUsed
in interfaceorg.apache.lucene.util.Accountable
-