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

actionscript 3 - TweenLite does not work with object -

php - How can I edit my code to echo the data of child's element where my search term was found in, in XMLReader? -

c# - Global Variables vs. ASP.NET Session State -