Package | Description |
---|---|
org.sindice.siren.search.node |
Programmatic API to search node-based inverted indexes.
|
Modifier and Type | Class and Description |
---|---|
class |
MultiNodeTermQuery
An abstract
NodePrimitiveQuery that matches documents
containing a subset of terms provided by a FilteredTermEnum enumeration. |
class |
NodeAutomatonQuery
A
MultiNodeTermQuery that will match terms against a finite-state
machine. |
class |
NodeConstantScoreQuery
A query that wraps another query or a filter and simply returns a constant
score equal to the query boost for every nodes that matches the filter or query.
|
class |
NodeFuzzyQuery
Implements the fuzzy search query.
|
class |
NodeNumericRangeQuery<T extends Number>
A
NodePrimitiveQuery that matches numeric values within a
specified range. |
class |
NodePhraseQuery
A
NodePrimitiveQuery that matches nodes containing a particular
sequence of terms. |
class |
NodePrefixQuery
A
NodePrimitiveQuery that matches documents containing terms with a
specified prefix. |
class |
NodeRegexpQuery
A
NodePrimitiveQuery that provides a fast regular expression matching
based on the org.apache.lucene.util.automaton package. |
class |
NodeTermQuery
A
NodePrimitiveQuery that matches nodes containing a term. |
class |
NodeTermRangeQuery
A
NodePrimitiveQuery that matches documents within an range of terms. |
class |
NodeWildcardQuery
A
NodePrimitiveQuery that implements the wildcard search query. |
Copyright © 2014. All rights reserved.