Package | Description |
---|---|
org.sindice.siren.analysis |
Analyzer for indexing JSON content.
|
org.sindice.siren.qparser.keyword.nodes |
QueryNode s created
by the KeywordSyntaxParser
to support the SIREn query API. |
org.sindice.siren.solr.analysis |
Analysis factories for the SIREn analyzers.
|
Modifier and Type | Class and Description |
---|---|
class |
DoubleNumericAnalyzer
An implementation of the
NumericAnalyzer for double value. |
class |
FloatNumericAnalyzer
An implementation of the
NumericAnalyzer for float value. |
class |
IntNumericAnalyzer
An implementation of the
NumericAnalyzer for integer value. |
class |
LongNumericAnalyzer
An implementation of the
NumericAnalyzer for long value. |
Modifier and Type | Field and Description |
---|---|
NumericAnalyzer |
NodeNumericRangeQueryNode.numericAnalyzer |
Modifier and Type | Method and Description |
---|---|
NumericAnalyzer |
NodeNumericRangeQueryNode.getNumericAnalyzer()
Returns the
NumericAnalyzer associated with the lower and upper bounds. |
Constructor and Description |
---|
NodeNumericRangeQueryNode(org.apache.lucene.queryparser.flexible.standard.nodes.NumericQueryNode lower,
org.apache.lucene.queryparser.flexible.standard.nodes.NumericQueryNode upper,
boolean lowerInclusive,
boolean upperInclusive,
NumericAnalyzer numericAnalyzer)
Constructs a
NodeNumericRangeQueryNode object using the given
NumericQueryNode as its bounds and a NumericAnalyzer . |
Modifier and Type | Class and Description |
---|---|
class |
DateNumericAnalyzer
An implementation of
NumericAnalyzer for date value. |
Copyright © 2014. All rights reserved.