Executes the query on the search index.
@param queryImpl the query impl.
@param query the lucene query.
@param orderProps name of the properties for sort order.
@param orderSpecs the order specs for the sort order properties. true indicatesascending order, false indicates descending.
@return the lucene Hits object.
@throws IOException if an error occurs while searching the index.
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.