Hi Romi,

as someone mentioned earlier already:

indexed -       The field value can be "matched" when you search on that
field (field:"some-value-to-match")
stored -        The field value can be "retrieved" from Solr in result sets
(result docs can include that field and its value)

@ Indexing in general: I think you will have to re-start Solr and/or
re-index (maybe even delete / re-import) all your data after certain changes
to your schema. Cannot formalize this any better, though, because I am an
beginner myself.


>> did u mean when i set indexed="false" and store="true", solr does not
index the field's value but store its value as it is???

Reply via email to