Interface SolrQueryConverter
-
- All Known Implementing Classes:
DefaultSolrQueryConverter
@Deprecated(since="5.7") public interface SolrQueryConverterDeprecated.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 hybrisSearchQueryintoSolrQuery, which can be used to query solr instance. It is possible to configure a conversion post-processorsSolrQueryPostProcessorin spring context.You can specify a join operator (AND/OR) for the different facet fields. To do it, define
fieldOperatorproperty in spring configuration.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description org.apache.solr.client.solrj.SolrQueryconvertSolrQuery(SearchQuery searchQuery)Deprecated.ConvertsSearchQueryinstance into validSolrQuery.
-
-
-
Method Detail
-
convertSolrQuery
org.apache.solr.client.solrj.SolrQuery convertSolrQuery(SearchQuery searchQuery) throws FacetSearchException
Deprecated.ConvertsSearchQueryinstance into validSolrQuery.- Throws:
FacetSearchException
-
-