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
Post a Comment