RE: Returning snippets with results

2008-12-12 Thread Jana, Kumar Raja
6:18 PM To: solr-user@lucene.apache.org Subject: Re: Returning snippets with results I don't think there is, since storage (or term vectors, but that likely won't save you any space) is the only place that Solr has the content stored in the correct "order". Namely, for sear

Re: Returning snippets with results

2008-12-06 Thread Grant Ingersoll
I don't think there is, since storage (or term vectors, but that likely won't save you any space) is the only place that Solr has the content stored in the correct "order". Namely, for searching, documents are split up into an inverted index and it is really cumbersome to recreate a docume

Returning snippets with results

2008-12-06 Thread Jana, Kumar Raja
Hi, I want to get snippets along with my results. For this, I use the Highlighting Feature to return the context of fragment size 10. Some of the documents are very large (over 30 MB) in size and the Highlighting feature works only for stored fields. So this makes it necessary for me to store