Uses of Interface
org.terrier.querying.parser.Query.ForEachQueryNode
-
Packages that use Query.ForEachQueryNode Package Description org.terrier.querying.parser Provides the parser specification and the classes that implement the query language of the Terrier platform. -
-
Uses of Query.ForEachQueryNode in org.terrier.querying.parser
Methods in org.terrier.querying.parser with parameters of type Query.ForEachQueryNode Modifier and Type Method Description void
MultiTermQuery. apply(Query.ForEachQueryNode processor)
Apply the specified processor to this node.void
Query. apply(Query.ForEachQueryNode processor)
Apply the specified processor to this node.
-