Package | Description |
---|---|
org.apache.lucene.queries.function.valuesource |
A variety of functions to use with FunctionQuery.
|
org.apache.lucene.search |
Code to search indices.
|
Constructor and Description |
---|
EnumFieldSource(String field,
FieldCache.IntParser parser,
Map<Integer,String> enumIntToStringMap,
Map<String,Integer> enumStringToIntMap) |
IntFieldSource(String field,
FieldCache.IntParser parser) |
Modifier and Type | Field and Description |
---|---|
static FieldCache.IntParser |
FieldCache.DEFAULT_INT_PARSER
Deprecated.
|
static FieldCache.IntParser |
FieldCache.NUMERIC_UTILS_INT_PARSER
A parser instance for int values encoded by
NumericUtils , e.g. |
Modifier and Type | Method and Description |
---|---|
FieldCache.Ints |
FieldCache.getInts(AtomicReader reader,
String field,
FieldCache.IntParser parser,
boolean setDocsWithField)
Returns an
FieldCache.Ints over the values found in documents in the given
field. |
static FieldCacheRangeFilter<Integer> |
FieldCacheRangeFilter.newIntRange(String field,
FieldCache.IntParser parser,
Integer lowerVal,
Integer upperVal,
boolean includeLower,
boolean includeUpper)
Creates a numeric range filter using
FieldCache.getInts(AtomicReader,String,FieldCache.IntParser,boolean) . |
Copyright © 2000-2016 The Apache Software Foundation. All Rights Reserved.