Package | Description |
---|---|
org.sindice.siren.qparser.json.builders |
SIREn's JSON query node builders.
|
org.sindice.siren.qparser.keyword.builders |
Create a
Query object
from the processed QueryNode tree
using a bottom-up approach. |
org.sindice.siren.qparser.keyword.config |
Set of parameters for configuring the behaviour of the query processing.
|
org.sindice.siren.search.node |
Programmatic API to search node-based inverted indexes.
|
Class and Description |
---|
NodeQuery
Abstract class for the SIREn's node queries
|
TwigQuery
A
NodeQuery that matches a boolean combination of Ancestor-Descendant
and Parent-Child node queries. |
Class and Description |
---|
NodeBooleanQuery
A
NodeQuery that matches a boolean combination of primitive queries, e.g.,
NodeTermQuery s, NodePhraseQuery s, NodeBooleanQuery s,
... |
NodeFuzzyQuery
Implements the fuzzy search query.
|
NodeNumericRangeQuery
A
NodePrimitiveQuery that matches numeric values within a
specified range. |
NodePhraseQuery
A
NodePrimitiveQuery that matches nodes containing a particular
sequence of terms. |
NodePrefixQuery
A
NodePrimitiveQuery that matches documents containing terms with a
specified prefix. |
NodeQuery
Abstract class for the SIREn's node queries
|
NodeTermQuery
A
NodePrimitiveQuery that matches nodes containing a term. |
NodeTermRangeQuery
A
NodePrimitiveQuery that matches documents within an range of terms. |
NodeWildcardQuery
A
NodePrimitiveQuery that implements the wildcard search query. |
Class and Description |
---|
MultiNodeTermQuery.RewriteMethod
Abstract class that defines how the query is rewritten.
|
Class and Description |
---|
MultiNodeTermQuery
An abstract
NodePrimitiveQuery that matches documents
containing a subset of terms provided by a FilteredTermEnum enumeration. |
MultiNodeTermQuery.RewriteMethod
Abstract class that defines how the query is rewritten.
|
NodeAutomatonQuery
A
MultiNodeTermQuery that will match terms against a finite-state
machine. |
NodeBooleanClause
A clause in a
NodeBooleanQuery . |
NodeBooleanClause.Occur
Specifies how clauses are to occur in matching documents.
|
NodeNumericRangeQuery
A
NodePrimitiveQuery that matches numeric values within a
specified range. |
NodePrimitiveQuery
Abstraction over all the primitive
NodeQuery s such as
NodeTermQuery . |
NodeQuery
Abstract class for the SIREn's node queries
|
NodeScorer
The abstract
Scorer class that defines the interface for iterating
over an ordered list of nodes matching a query. |
NodeTermRangeQuery
A
NodePrimitiveQuery that matches documents within an range of terms. |
TwigQuery
A
NodeQuery that matches a boolean combination of Ancestor-Descendant
and Parent-Child node queries. |
Copyright © 2014. All rights reserved.