Package | Description |
---|---|
org.apache.lucene.search |
Code to search indices.
|
Modifier and Type | Class | 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-2018 Apache Software Foundation. All Rights Reserved.