Lumis search framework
,
but not necessarily in a compatible form.@Deprecated public class LuceneSearchQuery extends SearchQuery
SearchQuery
providing funcionalities only supported
by the LuceneSearcher
.Constructor and Description |
---|
LuceneSearchQuery()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
protected org.apache.lucene.search.Sort |
getSort()
Deprecated.
Returns the sort criteria to be used for this query.
|
void |
setSort(String fieldName,
boolean reverse)
Deprecated.
Sets the sorting criteria for this query, based on a single field.
|
getAttributes, getControlFilter, getControlQuery, getMaxRows, getStartAt, getUserQuery, setAttributes, setControlFilter, setControlQuery, setMaxRows, setStartAt, setUserQuery
public void setSort(String fieldName, boolean reverse)
fieldName
- the field name.reverse
- true
for descending order, false
for ascending order.protected org.apache.lucene.search.Sort getSort()
Lumisportal 7.1.1.140331 - Copyright © 2006–2014 Lumis EIP Tecnologia da Informação LTDA. All Rights Reserved.