Uses of Class
lux.index.IndexConfiguration

Packages that use IndexConfiguration
lux   
lux.compiler   
lux.index   
lux.index.field   
lux.query   
lux.query.parser   
lux.search.highlight   
lux.solr   
lux.xpath   
 

Uses of IndexConfiguration in lux
 

Methods in lux that return IndexConfiguration
 IndexConfiguration Compiler.getIndexConfiguration()
           
 

Constructors in lux with parameters of type IndexConfiguration
CachingDocReader(net.sf.saxon.s9api.DocumentBuilder builder, net.sf.saxon.Configuration config, IndexConfiguration indexConfig)
          Create a CachingDocReader that will use the provided objects to read and parse XML documents.
Compiler(IndexConfiguration config)
          Creates a Compiler configured according to the given IndexConfiguration.
Compiler(net.sf.saxon.s9api.Processor processor, IndexConfiguration indexConfig)
          Creates a Compiler using the provided Processor and IndexConfiguration.
 

Uses of IndexConfiguration in lux.compiler
 

Methods in lux.compiler with parameters of type IndexConfiguration
 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.
static XPathQuery XPathQuery.getMatchAllQuery(IndexConfiguration indexConfig)
           
static XPathQuery XPathQuery.getQuery(ParseableQuery query, long resultFacts, ValueType valueType, IndexConfiguration indexConfig, org.apache.lucene.search.SortField[] sortFields)
           
static ParseableQuery PathOptimizer.makeAttributeValueQuery(QName qname, String value, IndexConfiguration config)
           
static NodeTextQuery PathOptimizer.makeElementValueQuery(QName qname, String value, IndexConfiguration config)
           
static ParseableQuery PathOptimizer.makeTextQuery(String value, IndexConfiguration config)
           
 AbstractExpression XPathQuery.toXmlNode(String defaultField, IndexConfiguration config)
           
 

Constructors in lux.compiler with parameters of type IndexConfiguration
PathOptimizer(IndexConfiguration indexConfig)
           
 

Uses of IndexConfiguration in lux.index
 

Fields in lux.index declared as IndexConfiguration
static IndexConfiguration IndexConfiguration.DEFAULT
          The default configuration instance
 

Methods in lux.index that return IndexConfiguration
 IndexConfiguration XmlIndexer.getConfiguration()
           
static IndexConfiguration IndexConfiguration.makeIndexConfiguration(long options)
           
 

Constructors in lux.index with parameters of type IndexConfiguration
XmlIndexer(IndexConfiguration config)
          Make a new instance with the given configuration.
XmlIndexer(IndexConfiguration indexConfig, Compiler compiler)
          Make a new instance with the given options and Compiler.
 

Uses of IndexConfiguration in lux.index.field
 

Constructors in lux.index.field with parameters of type IndexConfiguration
FieldValues(IndexConfiguration indexConfig, FieldDefinition field, Iterable<?> values)
           
 

Uses of IndexConfiguration in lux.query
 

Methods in lux.query with parameters of type IndexConfiguration
 String TermPQuery.toQueryString(String field, IndexConfiguration config)
           
 String SpanNearPQuery.toQueryString(String field, IndexConfiguration config)
           
 String SpanMatchAll.toQueryString(String defaultField, IndexConfiguration config)
           
 String SpanBooleanPQuery.toQueryString(String field, IndexConfiguration config)
           
abstract  String ParseableQuery.toQueryString(String field, IndexConfiguration config)
           
 String NodeTextQuery.toQueryString(String field, IndexConfiguration config)
           
 String MatchAllPQuery.toQueryString(String field, IndexConfiguration config)
           
 String BooleanPQuery.toQueryString(String field, IndexConfiguration config)
           
 ElementConstructor TermPQuery.toXmlNode(String field, IndexConfiguration config)
           
 ElementConstructor SpanTermPQuery.toXmlNode(String field, IndexConfiguration config)
           
 ElementConstructor SpanNearPQuery.toXmlNode(String field, IndexConfiguration config)
           
 ElementConstructor SpanMatchAll.toXmlNode(String field, IndexConfiguration config)
           
 ElementConstructor SpanBooleanPQuery.toXmlNode(String field, IndexConfiguration config)
           
abstract  ElementConstructor ParseableQuery.toXmlNode(String field, IndexConfiguration config)
           
 ElementConstructor NodeTextQuery.toXmlNode(String field, IndexConfiguration config)
           
 ElementConstructor MatchAllPQuery.toXmlNode(String field, IndexConfiguration config)
           
 ElementConstructor BooleanPQuery.toXmlNode(String field, IndexConfiguration config)
           
 

Uses of IndexConfiguration in lux.query.parser
 

Methods in lux.query.parser with parameters of type IndexConfiguration
static LuxQueryParser LuxQueryParser.makeLuxQueryParser(IndexConfiguration config)
           
 

Uses of IndexConfiguration in lux.search.highlight
 

Constructors in lux.search.highlight with parameters of type IndexConfiguration
XmlHighlighter(net.sf.saxon.s9api.Processor processor, IndexConfiguration indexConfig, HighlightFormatter highlighter)
           
 

Uses of IndexConfiguration in lux.solr
 

Methods in lux.solr that return IndexConfiguration
 IndexConfiguration SolrIndexConfig.getIndexConfig()
           
 

Constructors in lux.solr with parameters of type IndexConfiguration
SolrIndexConfig(IndexConfiguration indexConfig)
           
 

Uses of IndexConfiguration in lux.xpath
 

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

Constructors in lux.xpath with parameters of type IndexConfiguration
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.