Package | Description |
---|---|
org.apache.lucene.search |
Code to search indices.
|
Modifier and Type | Class and Description |
---|---|
class |
NumericRangeFilter
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 |
RangeFilter
Deprecated.
Use
TermRangeFilter for term ranges or
NumericRangeFilter for numeric ranges instead.
This class will be removed in Lucene 3.0. |
class |
TermRangeFilter
A Filter that restricts search results to a range of term
values in a given field.
|
Copyright © 2000-2012 Apache Software Foundation. All Rights Reserved.