Hello All, (warning: newbie question)

In our schema.xml we have defined many fields such as:
<field name="firstname" type="string" indexed="true" stored="false" />

Other fields are defined as this:
<field name="recordid" type="long" indexed="true" stored="true" />

Q: If my server is restarted/ rebooted, will I still be able to search for
documents using the "firstname" field? Or will my records need to be
re-indexed before I can search by first name?
It seems that after a re-boot, I can search for the "stored='true'" fields
but not the "stored='false'" fields.

Am I interpreting this correctly? or am I missing something?

Thanks for any help or links! (Still working through the wiki)



--
View this message in context: 
http://lucene.472066.n3.nabble.com/Indexing-non-stored-fields-tp4144893.html
Sent from the Solr - User mailing list archive at Nabble.com.

Reply via email to