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

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

iphone - Using nested NSDictionary with Picker -

objective c - Newbie question -multiple parameters -