Cached document view in solr

2010-01-07 Thread Ramchandra Phadake
Hi, nutch search results provide a link for getting the cached document copy. It fetches the raw content from segments based on document id. {cached.jsp} Is it possible to have similar functionality in solr, what can be done to achieve this? Any pointers. Thanks, Ram DISCLAIMER ==

RE: Cached document view in solr

2010-01-07 Thread Ramchandra Phadake
nutch search results provide a link for getting the cached document copy. It fetches the raw content from segments based on document id. {cached.jsp} Is it possible to have similar functionality in solr, what can be done to achieve this? Any pointers. I could retrieve the content using the text

Re: Cached document view in solr

2010-01-07 Thread Lance Norskog
If you index the raw document, that is what is returned by the search. The analyzers create separate data that is stored in various files, but is only used in searching. Searching, facets, and sorting use this analyzed output, but search returns pull the original. On Thu, Jan 7, 2010 at 2:28 AM,