Examples of usesRelevanceOrSorting()


Examples of com.stratio.cassandra.index.query.Search.usesRelevanceOrSorting()

     */
    @Override
    public boolean requiresFullScan(List<IndexExpression> clause)
    {
        Search search = search(clause);
        return search.usesRelevanceOrSorting();
    }

    /**
     * Returns the {@link Search} contained in the specified list of {@link IndexExpression}s.
     *
 
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.