Class LuceneSearchQuery


  • @Deprecated
    public class LuceneSearchQuery
    extends SearchQuery
    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.
    An extension of SearchQuery providing funcionalities only supported by the LuceneSearcher.
    Since:
    6.0.0
    Version:
    $Revision: 17201 $ $Date: 2015-04-06 13:31:09 -0300 (Mon, 06 Apr 2015) $
    • 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