Thanks Paul, So I set stored=false to a field in schema.xml, and I tried to search that field value. It is identified properly and getting the number of response with empty document values. This is how it works. But What if I want that field value which is not stored in solr?
Suppose If I have an large field and I am not storing the field in solr due to performance factor, How can I handle this field or How can I get the value of the field through search ? How to store large fields outside of Solr? -----Original Message----- From: Noble Paul നോബിള് नोब्ळ् [mailto:noble.p...@gmail.com] Sent: Tuesday, March 31, 2009 5:41 PM To: solr-user@lucene.apache.org; cra...@ceiindia.com Subject: Re: indexed fields vs stored fields indexed = can be searched (mean you can use this to query). This undergoes tokenization filter etc stored = can be retrieved . No modification to the data. This is stored verbatim On Tue, Mar 31, 2009 at 4:39 PM, Radha C. <cra...@ceiindia.com> wrote: > Hello List, > > I know about indexing fields but little unclear about the difference > between index field and stored field. > Can anyone explain me whta does mean by index and stored fields? and > What does mean by storing large fields outside of Solr (need to set > store="false" > in schema.xml ) ? > > Thanks in advance. > > -- --Noble Paul