| Package | Description |
|---|---|
| lux.functions | |
| lux.solr |
| Modifier and Type | Method and Description |
|---|---|
static SearchBase.QueryParser |
SearchBase.QueryParser.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SearchBase.QueryParser[] |
SearchBase.QueryParser.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
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) |
| Constructor and Description |
|---|
CloudSearchIterator(Evaluator eval,
String query,
SearchBase.QueryParser queryParser,
String[] sortCriteria,
int start1)
Initialize the iterator
|
Copyright © 2013. All Rights Reserved.