Class SnippetExpressionQueryParser

java.lang.Object
com.google.appengine.api.search.dev.SnippetExpressionQueryParser

public class SnippetExpressionQueryParser extends Object
The class does parsing of query extracted all tokens from the query. The tokens will be used for snippet construction.
  • Constructor Details

    • SnippetExpressionQueryParser

      public SnippetExpressionQueryParser(String fieldName)
  • Method Details

    • parse

      public List<String> parse(String query)
      Returns:
      list of tokens from the specified query.