Re: Highlighting not stored fields

2009-04-08 Thread Petr Gola
Yes, it is interesting one because I'm going to create multilingual index! :) Thanks a lot. It leads me to new idea - what about creating new service (request handler) of type "do-highlight" (instead of "do-search"). Adding something like HighlightRequest to Solr API and SolrServer.highlight(

Re: Highlighting not stored fields

2009-04-08 Thread Erik Hatcher
Peter - interestingly, a related issue was opened not long before you asked this question: http://issues.apache.org/jira/browse/SOLR-1105 - not quite what you're looking for, but getting warmer. Erik On Apr 8, 2009, at 11:33 AM, Petr Gola wrote: Hi everyone, I'm excited with Sol