List of usage examples for org.apache.solr.client.solrj SolrQuery subclass-usage
From source file com.sp.Parser.SolrQueryBuilder.java
/** * @author amaury */ public class SolrQueryBuilder extends SolrQuery { private static Logger LOG = LoggerFactory.getLogger(SolrQueryBuilder.class);
From source file gov.llnl.iscr.iris.DisMaxQuery.java
/**
*
* This class extends SolrQuery and provides get/set/add methods for fields
* specifically used in the Dismax request handler. To configure Solr to parse
* Dismax queries, use the default search handler and set field "deftype" to
* "dismax" or "edismax" for Solr 3.1 and above.
From source file org.opencms.search.solr.CmsSolrQuery.java
/** * A Solr search query.<p> */ public class CmsSolrQuery extends SolrQuery { /** A constant to add the score field to the result documents. */
From source file se.gothiaforum.solr.ActroSolrQuery.java
/**
* The Class ActroSolrQuery is a extension of SolrQuery, so it is a query. ActroSolrQuery holds an connection to
* the solr server and therefore it can preform a search in it self and return the search result.
*
* @author Simon Gransson vgrid=simgo3
*/