Class PrefixWildcardQueryNode

    • Constructor Detail

      • PrefixWildcardQueryNode

        public PrefixWildcardQueryNode​(java.lang.CharSequence field,
                                       java.lang.CharSequence text,
                                       int begin,
                                       int end)
        Parameters:
        field - - field name
        text - - value including the wildcard
        begin - - position in the query string
        end - - position in the query string
      • PrefixWildcardQueryNode

        public PrefixWildcardQueryNode​(FieldQueryNode fqn)
    • Method Detail

      • cloneTree

        public PrefixWildcardQueryNode cloneTree()
                                          throws java.lang.CloneNotSupportedException
        Description copied from interface: QueryNode
        Recursive clone the QueryNode tree The tags are not copied to the new tree when you call the cloneTree() method
        Specified by:
        cloneTree in interface QueryNode
        Overrides:
        cloneTree in class WildcardQueryNode
        Returns:
        the cloned tree
        Throws:
        java.lang.CloneNotSupportedException