Class TerrierQLToMatchingQueryTerms

  • All Implemented Interfaces:
    Process

    public class TerrierQLToMatchingQueryTerms
    extends java.lang.Object
    implements Process
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected static boolean lowercase  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getInfo()
      Returns the name of the processor.
      void process​(Manager manager, Request rq)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • lowercase

        protected static final boolean lowercase
    • Constructor Detail

      • TerrierQLToMatchingQueryTerms

        public TerrierQLToMatchingQueryTerms()
    • Method Detail

      • getInfo

        public java.lang.String getInfo()
        Description copied from interface: Process
        Returns the name of the processor.
        Specified by:
        getInfo in interface Process
        Returns:
        String the name of the processor.