Re: Highlighting wildcard search results.

2009-03-16 Thread Shalin Shekhar Mangar
On Mon, Mar 16, 2009 at 7:27 PM, Narayanan, Karthikeyan < karthikeyan.naraya...@gs.com> wrote: > > Does Solr support highlighting for wildcard searches?. Like I search for > tele* and all words matching 'tele' should get highlighted ex: > telephone, telex etc. I am trying to get the highlighting

Highlighting wildcard search results.

2009-03-16 Thread Narayanan, Karthikeyan
Does Solr support highlighting for wildcard searches?. Like I search for tele* and all words matching 'tele' should get highlighted ex: telephone, telex etc. I am trying to get the highlighting using ressponse.getHighlighting(). But It returns empty list. Would appreciate any help. Thanks.