public class CaseInsensitiveTermRangeEnum
extends org.apache.lucene.search.FilteredTermEnum
| Constructor and Description |
|---|
CaseInsensitiveTermRangeEnum(org.apache.lucene.index.IndexReader reader,
String expandedFieldName,
String lowerTermText,
String upperTermText,
boolean includeLower,
boolean includeUpper) |
| Modifier and Type | Method and Description |
|---|---|
float |
difference() |
protected boolean |
endEnum() |
protected boolean |
termCompare(org.apache.lucene.index.Term term) |
public CaseInsensitiveTermRangeEnum(org.apache.lucene.index.IndexReader reader,
String expandedFieldName,
String lowerTermText,
String upperTermText,
boolean includeLower,
boolean includeUpper)
throws IOException
reader - the index readerexpandedFieldName - -
fieldlowerTermText - -
upper range valueupperTermText - -
lower range valueincludeLower - -
include the lower valueincludeUpper - -
include the upper valueIOExceptionpublic float difference()
difference in class org.apache.lucene.search.FilteredTermEnumprotected boolean endEnum()
endEnum in class org.apache.lucene.search.FilteredTermEnumprotected boolean termCompare(org.apache.lucene.index.Term term)
termCompare in class org.apache.lucene.search.FilteredTermEnumCopyright © 2005–2017 Alfresco Software. All rights reserved.