lumis.search.lucene
Class LuceneSearchQuery

Package class diagram package LuceneSearchQuery
java.lang.Object
  extended by lumis.search.SearchQuery
      extended by lumis.search.lucene.LuceneSearchQuery

Deprecated. This class may be removed in the future. Its features are intended to be included in the Lumis search framework, but not necessarily in a compatible form.

@Deprecated
public class LuceneSearchQuery
extends SearchQuery

An extension of SearchQuery providing funcionalities only supported by the LuceneSearcher.

Since:
6.0.0

Constructor Summary
LuceneSearchQuery()
          Deprecated.  
 
Method Summary
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.
 
Methods inherited from class lumis.search.SearchQuery
getAttributes, getControlFilter, getControlQuery, getMaxRows, getStartAt, getUserQuery, setAttributes, setControlFilter, setControlQuery, setMaxRows, setStartAt, setUserQuery
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LuceneSearchQuery

public LuceneSearchQuery()
Deprecated. 
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

getSort

protected org.apache.lucene.search.Sort getSort()
Deprecated. 
Returns the sort criteria to be used for this query.

Returns:
the sort criteria.
Since:
6.0.0


Lumisportal  6.2.0.120405 - Copyright © 2006–2012 Lumis EIP Tecnologia da Informação LTDA. All Rights Reserved.