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

linux - Using a Cron Job to check if my mod_wsgi / apache server is running and restart -

actionscript 3 - TweenLite does not work with object -

jQuery Ajax Render Fragments OR Whole Page -