Package lumis.search.lucene
Class LuceneSearchQuery
- java.lang.Object
-
- lumis.search.SearchQuery
-
- lumis.search.lucene.LuceneSearchQuery
-
@Deprecated public class LuceneSearchQuery extends SearchQuery
Deprecated.This class may be removed in the future. Its features are intended to be included in theLumis search framework
, but not necessarily in a compatible form.An extension ofSearchQuery
providing funcionalities only supported by theLuceneSearcher
.- Since:
- 6.0.0
- Version:
- $Revision: 17201 $ $Date: 2015-04-06 13:31:09 -0300 (Mon, 06 Apr 2015) $
-
-
Constructor Summary
Constructors Constructor Description LuceneSearchQuery()
Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description void
setSort(String fieldName, boolean reverse)
Deprecated.Sets the sorting criteria for this query, based on a single field.-
Methods inherited from class lumis.search.SearchQuery
getAttributes, getControlFilter, getControlQuery, getMaxRows, getStartAt, getUserQuery, setAttributes, setControlFilter, setControlQuery, setMaxRows, setStartAt, setUserQuery
-
-
-
-
Method Detail
-
setSort
public void setSort(String fieldName, boolean reverse)
Deprecated.Sets the sorting criteria for this query, based on a single field.- Parameters:
fieldName
- the field name.reverse
-true
for descending order,false
for ascending order.- Since:
- 6.0.0
-
-