Package com.yahoo.search.querytransform
Class VespaLowercasingSearcher
java.lang.Object
com.yahoo.component.AbstractComponent
com.yahoo.component.chain.ChainedComponent
com.yahoo.processing.Processor
com.yahoo.search.Searcher
com.yahoo.search.querytransform.LowercasingSearcher
com.yahoo.search.querytransform.VespaLowercasingSearcher
- All Implemented Interfaces:
com.yahoo.component.chain.model.Chainable
,com.yahoo.component.Component
,com.yahoo.component.Deconstructable
,Comparable<com.yahoo.component.Component>
Transform terms in query tree to lower case based on Vespa index settings.
- Author:
- Steinar Knutsen
-
Field Summary
FieldsFields inherited from class com.yahoo.component.AbstractComponent
isDeconstructable
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
shouldLowercase
(WordItem word, IndexFacts.Session indexFacts) Override this to control whether a given term should be lowercased.boolean
shouldLowercase
(String commonPath, WordItem word, IndexFacts.Session indexFacts) Methods inherited from class com.yahoo.search.querytransform.LowercasingSearcher
search
Methods inherited from class com.yahoo.search.Searcher
ensureFilled, fill, getLogger, process, toString
Methods inherited from class com.yahoo.component.chain.ChainedComponent
getDependencies, initDependencies
Methods inherited from class com.yahoo.component.AbstractComponent
clone, compareTo, deconstruct, getClassName, getId, getIdString, hasInitializedId, initId, isDeconstructable, setIsDeconstructable
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface com.yahoo.component.chain.model.Chainable
getAnnotatedDependencies
-
Field Details
-
LOWERCASING
- See Also:
-
-
Constructor Details
-
VespaLowercasingSearcher
-
-
Method Details
-
shouldLowercase
Description copied from class:LowercasingSearcher
Override this to control whether a given term should be lowercased.- Specified by:
shouldLowercase
in classLowercasingSearcher
- Parameters:
word
- a WordItem or subclass thereof which is a candidate for lowercasing- Returns:
- whether to convert the term to lower case
-
shouldLowercase
- Specified by:
shouldLowercase
in classLowercasingSearcher
-