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$ $Date$
-
-
Constructor Summary
Constructors Constructor Description LuceneSearchQuery()
Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description void
setSort(java.lang.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
-
-