Class NoTokenFoundQueryNode

  • All Implemented Interfaces:
    java.lang.Cloneable, QueryNode

    public class NoTokenFoundQueryNode
    extends DeletedQueryNode
    A NoTokenFoundQueryNode is used if a term is convert into no tokens by the tokenizer/lemmatizer/analyzer (null).
    • Constructor Detail

      • NoTokenFoundQueryNode

        public NoTokenFoundQueryNode()
    • Method Detail

      • cloneTree

        public QueryNode 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 DeletedQueryNode
        Returns:
        the cloned tree
        Throws:
        java.lang.CloneNotSupportedException