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 think solr put them to a
default true (both of them)

Dilip.TS wrote:
> 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. Ltd.
>
>
>   

Reply via email to