cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

In hybris 6.5 adaptive search - is impex not required for creating solr facet and sort?

Former Member
0 Kudos
1,037

Hi Exerts,

I have gone through the adaptive search materials available on wiki and here for creating facet and sort, they have only mentioned backoffice steps. I could not see any sample impex for creating facet and sort. In older version of hybris and in commerce search i have seen both HMC and Impex steps mentioned in wiki. Please suggest, if facets and sorts only be crated through the backoffice in adaptive search then how the changes will move in production environment. In older version all these were created using impex and tested in all evironment like DEV, QA and then moved to production environment.

Thanks, Kundan

Accepted Solutions (1)

Accepted Solutions (1)

Marko_salonen
Contributor
0 Kudos

look in file /bin/ext-commerce/adaptivesearch/resources/adaptivesearch/migration/commercesearch_import.impex there you can see all the types that might be interesting.

Answers (1)

Answers (1)

arvind-kumar_avinash
Active Contributor
0 Kudos

Adaptive Search is all about search profiles. Please perform a File Search in your IDE (Ee or whichever you are using) for the Containing text as searchprofile and File name patterns as *.impex and you should be able to see sample impexes.

Also, the following links may be helpful to understand some of the ImpExes:

  1. https://help.hybris.com/6.5.0/hcd/f586735759824fddaa1c80c657302db4.html

  2. https://help.hybris.com/6.5.0/hcd/b16607d5894746348fb091b106f524db.html

  3. https://help.hybris.com/6.5.0/hcd/0dd7e302de0c4d5480336816386e1f40.html

Former Member
0 Kudos

Thanks, You comments really help to find file where to make the changes. And the link are also really very useful.

arvind-kumar_avinash
Active Contributor
0 Kudos

You are most welcome.