Class VespaLowercasingSearcher

  • All Implemented Interfaces:
    com.yahoo.component.Component, java.lang.Comparable<com.yahoo.component.Component>

    public class VespaLowercasingSearcher
    extends LowercasingSearcher
    Transform terms in query tree to lower case based on Vespa index settings.
    Author:
    Steinar Knutsen
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String LOWERCASING  
      • Fields inherited from class com.yahoo.component.AbstractComponent

        isDeconstructable
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean shouldLowercase​(WordItem word, IndexFacts.Session indexFacts)
      Override this to control whether a given term should be lowercased.
      boolean shouldLowercase​(java.lang.String commonPath, WordItem word, IndexFacts.Session indexFacts)  
      • Methods inherited from class com.yahoo.component.chain.ChainedComponent

        getAnnotatedDependencies, getDefaultAnnotatedDependencies, 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