criteria for using the property stored=true and indexed=true

2007-12-12 Thread Dilip.TS
Hi, I would be some clarifications on which fields should we assign the property stored=true and indexed=true What is the criteria for these property assignments? What would be the impact if no field is assigned with this property? Thanks in Advance, Regards, Dilip TS Starmark Services Pvt.

Re: criteria for using the property stored=true and indexed=true

2007-12-12 Thread Walter Ferrara
See: http://wiki.apache.org/solr/SchemaXml#head-af67aefdc51d18cd8556de164606030446f56554 indexed means searchable (facet and sort also need this), stored instead is needed only when you need the original text (i.e. not tokenized/analyzed) to be returned. When stored and indexed are not present, I