java.lang.Object
org.apache.lucene.queryparser.flexible.core.nodes.PathQueryNode.QueryText
All Implemented Interfaces:
Cloneable
Enclosing class:
PathQueryNode

public static class PathQueryNode.QueryText extends Object implements Cloneable
Term text with a beginning and end position
  • Field Details

    • value

    • begin

      int begin
      != null The term's begin position.
    • end

      int end
      The term's end position.
  • Constructor Details

    • QueryText

      public QueryText(CharSequence value, int begin, int end)
      Parameters:
      value - - text value
      begin - - position in the query string
      end - - position in the query string
  • Method Details