List of usage examples for org.apache.solr.client.solrj SolrQuery interface-usage
From source file de.cosmocode.solr.SolrJQuery.java
/**
* <p> A {@link SolrQuery} that is backed by the apache implementation of a solr query
* for the SolrJ framework.
* </p>
* <p> The method {@link #getSolrJ()} returns the underlying SolrJ implementation.
* It can be used to search with SolrJ or perform more operations.