: 
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)

not exactly ... if you don't have them on the field, they are inherited 
from the <fieldType/> ... if you don't have them on the fieldType, then 
it's whatever the default behavior is for the FieldType class used by the 
<fieldType/>

: > What would be the impact if no field is assigned with this property?

if no fields are "stored" then you can't see your search results.  if no 
fields are "indexed" you can't search for anything.



-Hoss

Reply via email to