Re: Regarding Lucene Highlighting feature.

2013-07-10 Thread VIGNESH S
Hi Robert, Thanks for the reply. My Actual Usecase is to Highlight the First occurence of the search word in the sentence it occured. In my case,I do not have access to original documents . Iam looking for optimum way by which i need to reduce the index disk space. I tried SimpleHighlighter an

Re: Regarding Lucene Highlighting feature.

2013-07-05 Thread Roberto Ragusa
On 07/05/2013 01:27 PM, VIGNESH S wrote: > Hi, > > I think using CompressingStoredFieldsFormat Feature introduced in Lucene > 4.1 may help reduce index size. > > Any other comments and suggestions are welcome in this topic.. > Do you have access to the original documents, outside Lucene? If so,

Re: Regarding Lucene Highlighting feature.

2013-07-05 Thread VIGNESH S
Hi, I think using CompressingStoredFieldsFormat Feature introduced in Lucene 4.1 may help reduce index size. Any other comments and suggestions are welcome in this topic.. Thanks and Regards Vignesh Srinivasan 9739135640 On Thu, Jul 4, 2013 at 6:38 PM, VIGNESH S wrote: > Hi, > > Is it mandat