public class SolrQueryConverter
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
protected org.apache.commons.logging.Log |
_log
The logger.
|
| Constructor and Description |
|---|
SolrQueryConverter(SolrQueryParameterAccessor accessor)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
SolrQuery |
toSolrQuery(java.util.List<java.lang.String> schemaAttributes)
Convert the record to a solr query string.
|
public SolrQueryConverter(SolrQueryParameterAccessor accessor)
accessor - the solr query parameter accessor.