java - Endeca "did you mean" navigation -


how provide did mean suggestions in endeca

firstly need -dym flag enabled on dgraph (this should set in appconfig.xml)

then need extract dym values in application code, using following code: queryresult.getnavigation().getesearchreports().getdymsuggestions();

this return list of esearchdymsuggestion objects each of has term can displayed user.

i sure can find example of on endeca support portal.


Comments

Popular posts from this blog

iphone - Using nested NSDictionary with Picker -

javascript - Iterate over array and calculate average values of array-parts -

php - accessing mysql using different server to which db connection data is located -