Package | Description |
---|---|
org.sindice.siren.analysis |
Analyzer for indexing JSON content.
|
org.sindice.siren.solr.analysis |
Analysis factories for the SIREn analyzers.
|
Modifier and Type | Class and Description |
---|---|
class |
DoubleNumericAnalyzer.DoubleNumericParser |
class |
FloatNumericAnalyzer.FloatNumericParser |
class |
IntNumericAnalyzer.IntNumericParser |
class |
LongNumericAnalyzer.LongNumericParser |
Modifier and Type | Method and Description |
---|---|
abstract NumericAnalyzer.NumericParser<? extends Number> |
NumericAnalyzer.getNumericParser()
Returns the
NumericAnalyzer.NumericParser associated to this analyzer. |
Constructor and Description |
---|
NumericTokenizer(Reader input,
NumericAnalyzer.NumericParser<? extends Number> parser,
int precisionStep)
Creates a token stream for numeric values with the specified
precisionStep . |
NumericTokenizer(Reader input,
NumericAnalyzer.NumericParser<? extends Number> parser,
int precisionStep,
org.apache.lucene.util.AttributeSource.AttributeFactory factory)
Expert: Creates a token stream for numeric values with the specified
precisionStep using the given
AttributeSource.AttributeFactory . |
Modifier and Type | Class and Description |
---|---|
class |
DateNumericAnalyzer.DateNumericParser |
Copyright © 2014. All rights reserved.