Interface SolrQueryConverter

All Known Implementing Classes:
DefaultSolrQueryConverter

@Deprecated(since="5.7") public interface SolrQueryConverter
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 Type
    Method
    Description
    org.apache.solr.client.solrj.SolrQuery
    Deprecated.
    Converts SearchQuery instance into valid SolrQuery.