Package | Description |
---|---|
org.apache.lucene.search |
Code to search indices.
|
Modifier and Type | Method and Description |
---|---|
static TermRangeFilter |
TermRangeFilter.Less(String fieldName,
String upperTerm)
Constructs a filter for field
fieldName matching
less than or equal to upperTerm . |
static TermRangeFilter |
TermRangeFilter.More(String fieldName,
String lowerTerm)
Constructs a filter for field
fieldName matching
greater than or equal to lowerTerm . |