Interface SolrQueryConverter
- All Known Implementing Classes:
DefaultSolrQueryConverter
Deprecated.
Since 5.7 there is a new way of converting the query. This will only be used if the the legacy mode is
enabled in the search configuration.
This is the API of the converter that converts hybris
SearchQuery into SolrQuery, which can be used
to query solr instance. It is possible to configure a conversion post-processors SolrQueryPostProcessor in
spring context.
You can specify a join operator (AND/OR) for the different facet fields. To do it, define fieldOperator
property in spring configuration.
-
Method Summary
Modifier and TypeMethodDescriptionorg.apache.solr.client.solrj.SolrQueryconvertSolrQuery(SearchQuery searchQuery) Deprecated.ConvertsSearchQueryinstance into validSolrQuery.
-
Method Details
-
convertSolrQuery
org.apache.solr.client.solrj.SolrQuery convertSolrQuery(SearchQuery searchQuery) throws FacetSearchException Deprecated.ConvertsSearchQueryinstance into validSolrQuery.- Throws:
FacetSearchException
-