Package | Description |
---|---|
org.sindice.siren.search.node |
Programmatic API to search node-based inverted indexes.
|
Modifier and Type | Class and Description |
---|---|
class |
NodeAutomatonQuery
A
MultiNodeTermQuery that will match terms against a finite-state
machine. |
class |
NodeFuzzyQuery
Implements the fuzzy search query.
|
class |
NodeNumericRangeQuery<T extends Number>
A
NodePrimitiveQuery that matches numeric values within a
specified range. |
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 |
NodeTermRangeQuery
A
NodePrimitiveQuery that matches documents within an range of terms. |
class |
NodeWildcardQuery
A
NodePrimitiveQuery that implements the wildcard search query. |
Modifier and Type | Method and Description |
---|---|
protected org.apache.lucene.index.TermsEnum |
MultiNodeTermQuery.RewriteMethod.getTermsEnum(MultiNodeTermQuery query,
org.apache.lucene.index.Terms terms,
org.apache.lucene.util.AttributeSource atts)
Returns the
MultiNodeTermQuery s TermsEnum |
abstract org.apache.lucene.search.Query |
MultiNodeTermQuery.RewriteMethod.rewrite(org.apache.lucene.index.IndexReader reader,
MultiNodeTermQuery query) |
Copyright © 2014. All rights reserved.