Package | Description |
---|---|
org.apache.lucene.sandbox.queries |
Additional queries (some may have caveats or limitations)
|
org.apache.lucene.search |
Code to search indices.
|
Modifier and Type | Class and Description |
---|---|
class |
SlowCollatedTermRangeFilter
Deprecated.
Index collation keys with CollationKeyAnalyzer or ICUCollationKeyAnalyzer instead.
This class will be removed in Lucene 5.0
|
Modifier and Type | Class and Description |
---|---|
class |
NumericRangeFilter<T extends Number>
A
Filter that only accepts numeric values within
a specified range. |
class |
PrefixFilter
A Filter that restricts search results to values that have a matching prefix in a given
field.
|
class |
TermRangeFilter
A Filter that restricts search results to a range of term
values in a given field.
|
Copyright © 2000-2015 The Apache Software Foundation. All Rights Reserved.