cancel
Showing results for 
Search instead for 
Did you mean: 

How to create a facet using Adaptive Search though impex

naveen401
Explorer
0 Kudos

Hi all, Good Afternoon

how to create an impex for adding a new custom facet using adaptive search ?

 I am trying to create new facet in adaptive search using impex Thanks in  Advance

Accepted Solutions (1)

Accepted Solutions (1)

joris_quenee
Product and Topic Expert
Product and Topic Expert

Adaptive Search is applied on the top of search engine result. The setting is stored in Search Profile object (AsCategoryAwareSearchProfile item). And this profile has a relation with search configuration (AsCategoryAwareSearchConfiguration)

To create new facet through Impex, you've to select the right AsCategoryAwareSearchProfile you're working on and update AsCategoryAwareSearchConfiguration according what you want to do.

Example can be found in adaptivesearch/resources/adaptivesearch/test/integration/model/asFacetValueConfigurationModelTest.impex

naveen401
Explorer
0 Kudos
thanks for wonderful response let me test it.
naveen401
Explorer
0 Kudos

Working Fine

Answers (0)