Re: SOLR suggester with highlighting

2014-02-05 Thread Areek Zillur
This can be achieved using payloads in the suggester dictionary. The suggester based on spellcheck component does not support payloads in dictionary. You can use the new suggester component ( https://issues.apache.org/jira/browse/SOLR-5378), which allows you to highlight and return payloads. The pa

SOLR suggester with highlighting

2014-01-30 Thread Jorge Sanchez
Hello, I am trying to make a typehead autocomplete with SOLR using the suggester. The search will be done for users and group names which aggregate users. The search will be done on usernames , bio , web page and other stuff. What I want to achieve is sort of "facebook" or "twitter" alike search.