| Package | Description |
|---|---|
| lux | |
| lux.functions | |
| lux.solr |
| Modifier and Type | Field and Description |
|---|---|
protected Evaluator |
SearchIteratorBase.eval |
protected Evaluator |
LuxURIResolver.evaluator |
| Modifier and Type | Method and Description |
|---|---|
static Evaluator |
Evaluator.createEvaluator(org.apache.lucene.store.Directory dir)
Creates a query evaluator that searches and writes to the given Directory (Lucene index).
|
| Modifier and Type | Method and Description |
|---|---|
void |
DirectDocWriter.close(Evaluator eval) |
void |
DocWriter.close(Evaluator eval)
Perform any cleanup, including a commit.
|
void |
DirectDocWriter.commit(Evaluator eval) |
void |
DocWriter.commit(Evaluator eval)
Registers a commit that will be performed after the completion of the query.
|
| Constructor and Description |
|---|
LuxURIResolver(URIResolver systemURIResolver,
Evaluator evaluator,
String uriFieldName) |
SearchIteratorBase(Evaluator eval,
String[] sortCriteria,
int start1) |
SearchResultIterator(Evaluator eval,
org.apache.lucene.search.Query query,
String[] sortCriteria,
int start1)
Executes a Lucene search.
|
| Modifier and Type | Method and Description |
|---|---|
static Evaluator |
SearchBase.getEvaluator(net.sf.saxon.expr.XPathContext context) |
| Modifier and Type | Method and Description |
|---|---|
protected abstract net.sf.saxon.om.SequenceIterator<? extends net.sf.saxon.om.Item> |
SearchBase.iterate(org.apache.lucene.search.Query query,
Evaluator eval,
String[] sortCriteria,
int start) |
net.sf.saxon.tree.iter.UnfailingIterator<net.sf.saxon.value.BooleanValue> |
Exists.iterate(org.apache.lucene.search.Query query,
Evaluator saxon,
String[] sortCriteria,
int start) |
net.sf.saxon.om.SequenceIterator<net.sf.saxon.om.NodeInfo> |
Search.iterate(org.apache.lucene.search.Query query,
Evaluator eval,
String[] sortCriteria,
int start)
Iterate over the search results
|
net.sf.saxon.tree.iter.UnfailingIterator<net.sf.saxon.value.Int64Value> |
Count.iterate(org.apache.lucene.search.Query query,
Evaluator saxon,
String[] sortCriteria,
int start) |
protected abstract net.sf.saxon.om.SequenceIterator<? extends net.sf.saxon.om.Item> |
SearchBase.iterateDistributed(String query,
SearchBase.QueryParser queryParser,
Evaluator eval,
String[] sortCriteria,
int start) |
protected net.sf.saxon.tree.iter.UnfailingIterator<net.sf.saxon.value.BooleanValue> |
Exists.iterateDistributed(String query,
SearchBase.QueryParser queryParser,
Evaluator eval,
String[] sortCriteria,
int start) |
net.sf.saxon.om.SequenceIterator<net.sf.saxon.om.NodeInfo> |
Search.iterateDistributed(String query,
SearchBase.QueryParser queryParser,
Evaluator eval,
String[] sortCriteria,
int start)
Execute distributed search, returning an iterator that retrieves all the search results lazily.
|
protected net.sf.saxon.tree.iter.UnfailingIterator<net.sf.saxon.value.Int64Value> |
Count.iterateDistributed(String query,
SearchBase.QueryParser queryParser,
Evaluator eval,
String[] sortCriteria,
int start) |
protected org.apache.lucene.search.Query |
NamespaceAwareFunctionCall.parseQuery(net.sf.saxon.om.Item queryArg,
Evaluator eval) |
| Modifier and Type | Method and Description |
|---|---|
Evaluator |
XQueryComponent.getEvaluator() |
| Modifier and Type | Method and Description |
|---|---|
void |
SolrDocWriter.close(Evaluator eval)
commits, but does not close the underlying index
|
void |
SolrDocWriter.commit(Evaluator eval) |
| Constructor and Description |
|---|
CloudSearchIterator(Evaluator eval,
String query,
SearchBase.QueryParser queryParser,
String[] sortCriteria,
int start1)
Initialize the iterator
|
Copyright © 2013. All Rights Reserved.