Frames | No Frames |
Query query
Deprecated. use
setQuery(Query)
insteadThe query whose matching documents are combined by the boolean query.
boolean required
Deprecated. use
setOccur(BooleanClause.Occur)
insteadIf true, documents documents which do not match this sub-query will not match the boolean query.
boolean prohibited
Deprecated. use
setOccur(BooleanClause.Occur)
insteadIf true, documents documents which do match this sub-query will not match the boolean query.
String fieldName
String lowerVal
String upperVal
boolean includeLower
boolean includeUpper
Comparable[] fields
Expert: The values which are used to sort the referenced document. The order of these will match the original sort criteria given by a Sort object. Each Object will be either an Integer, Float or String, depending on the type of values in the terms of the original field.
- See Also:
Sort
,Searcher.search(Query,Filter,int,Sort)
String fieldName
String lowerTerm
String upperTerm
boolean includeLower
boolean includeUpper