Package | Description |
---|---|
org.apache.lucene.search |
Code to search indices.
|
Modifier and Type | Field and Description |
---|---|
static FieldCache.ShortParser |
FieldCache.DEFAULT_SHORT_PARSER
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
FieldCache.Shorts |
FieldCache.getShorts(AtomicReader reader,
String field,
FieldCache.ShortParser parser,
boolean setDocsWithField)
Deprecated.
(4.4) Index as a numeric field using
IntField and then use FieldCache.getInts(AtomicReader, String, boolean) instead. |
static FieldCacheRangeFilter<Short> |
FieldCacheRangeFilter.newShortRange(String field,
FieldCache.ShortParser parser,
Short lowerVal,
Short upperVal,
boolean includeLower,
boolean includeUpper)
Deprecated.
|
Copyright © 2000-2014 Apache Software Foundation. All Rights Reserved.