Uses of Class
lux.compiler.XPathQuery

Packages that use XPathQuery
lux.compiler   
lux.xpath   
 

Uses of XPathQuery in lux.compiler
 

Fields in lux.compiler declared as XPathQuery
static XPathQuery XPathQuery.MATCH_ALL
           
 

Methods in lux.compiler that return XPathQuery
 XPathQuery XPathQuery.combineBooleanQueries(org.apache.lucene.search.BooleanClause.Occur occur, XPathQuery precursor, org.apache.lucene.search.BooleanClause.Occur precursorOccur, ValueType type, IndexConfiguration config)
          Combines this query with another.
 XPathQuery XPathQuery.combineSpanQueries(XPathQuery precursor, org.apache.lucene.search.BooleanClause.Occur occur, ValueType type, int distance, IndexConfiguration config)
          Combines this query with another, separated by the given distance.
 XPathQuery XPathQuery.getBaseQuery()
          A query generated by a predicate expression.
static XPathQuery XPathQuery.getMatchAllQuery(IndexConfiguration indexConfig)
           
 XPathQuery VarBinding.getQuery()
           
static XPathQuery XPathQuery.getQuery(ParseableQuery query, long resultFacts, ValueType valueType, IndexConfiguration indexConfig, org.apache.lucene.search.SortField[] sortFields)
           
 XPathQuery PathOptimizer.peek()
           
 XPathQuery XPathQuery.setFact(int fact, boolean t)
           
 

Methods in lux.compiler with parameters of type XPathQuery
 XPathQuery XPathQuery.combineBooleanQueries(org.apache.lucene.search.BooleanClause.Occur occur, XPathQuery precursor, org.apache.lucene.search.BooleanClause.Occur precursorOccur, ValueType type, IndexConfiguration config)
          Combines this query with another.
 XPathQuery XPathQuery.combineSpanQueries(XPathQuery precursor, org.apache.lucene.search.BooleanClause.Occur occur, ValueType type, int distance, IndexConfiguration config)
          Combines this query with another, separated by the given distance.
 void XPathQuery.setBaseQuery(XPathQuery baseQuery)
           
 

Constructors in lux.compiler with parameters of type XPathQuery
VarBinding(Variable var, AbstractExpression expr, XPathQuery query, VariableContext context, VarBinding currentBinding)
           
 

Uses of XPathQuery in lux.xpath
 

Methods in lux.xpath that return XPathQuery
 XPathQuery SearchCall.getQuery()
           
 

Methods in lux.xpath with parameters of type XPathQuery
 void SearchCall.combineQuery(XPathQuery additionalQuery, IndexConfiguration config)
           
 

Constructors in lux.xpath with parameters of type XPathQuery
SearchCall(XPathQuery query, IndexConfiguration config)
          creates a call to lux:search that encodes information provided by the optimizer, enabling combination with additional filters and sorting criteria
 



Copyright © 2013. All Rights Reserved.