Class CollectingQueryParserTokenManager

java.lang.Object
org.apache.lucene.queryparser.classic.QueryParserTokenManager
org.graylog.plugins.views.search.validation.CollectingQueryParserTokenManager
All Implemented Interfaces:
org.apache.lucene.queryparser.classic.QueryParserConstants

public class CollectingQueryParserTokenManager extends org.apache.lucene.queryparser.classic.QueryParserTokenManager
  • Field Summary

    Fields inherited from class org.apache.lucene.queryparser.classic.QueryParserTokenManager

    curChar, input_stream, jjnewLexState, jjstrLiteralImages, lexStateNames

    Fields inherited from interface org.apache.lucene.queryparser.classic.QueryParserConstants

    _ESCAPED_CHAR, _NUM_CHAR, _QUOTED_CHAR, _TERM_CHAR, _TERM_START_CHAR, _WHITESPACE, AND, BAREOPER, Boost, CARAT, COLON, DEFAULT, EOF, FUZZY_SLOP, LPAREN, MINUS, NOT, NUMBER, OR, PLUS, PREFIXTERM, QUOTED, Range, RANGE_GOOP, RANGE_QUOTED, RANGE_TO, RANGEEX_END, RANGEEX_START, RANGEIN_END, RANGEIN_START, REGEXPTERM, RPAREN, STAR, TERM, tokenImage, WILDTERM
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    org.apache.lucene.queryparser.classic.Token
     
     
    void
    ReInit(org.apache.lucene.queryparser.charstream.CharStream stream)
     

    Methods inherited from class org.apache.lucene.queryparser.classic.QueryParserTokenManager

    jjFillToken, ReInit, SwitchTo

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • CollectingQueryParserTokenManager

      public CollectingQueryParserTokenManager()
  • Method Details

    • ReInit

      public void ReInit(org.apache.lucene.queryparser.charstream.CharStream stream)
      Overrides:
      ReInit in class org.apache.lucene.queryparser.classic.QueryParserTokenManager
    • getNextToken

      public org.apache.lucene.queryparser.classic.Token getNextToken()
      Overrides:
      getNextToken in class org.apache.lucene.queryparser.classic.QueryParserTokenManager
    • getTokens

      public List<ImmutableToken> getTokens()