say you index information about a book with the title: "Lucene in Action" with an ID and other information.

searching for "Lucene" will find the book and will give you the book's ID. now if you used Store.YES -- then Lucene can also give you the full title, i.e. "Lucene in Action", but if you used Store.NO -- then you can not retrieve this information from Lucene. you will need to take the ID and retrieve the title from some other data store.


On 1/10/2013 7:41 PM, saisantoshi wrote:
Not sure what does the following below mean?

using Field.Store.NO the field itself is definitely searchable. You will
not be able to retrieve the field value itself

For example, if we have a file that we upload using some keywords and if the
keyword (is of type Field.Store.NO but is analyzed)

Does the above mean that the value (keyword) will not be retrieved from the
search result? but the file will be retrieved from the search. Please let me
know if my understanding is correct?

Thanks,
Sai.



--
View this message in context: 
http://lucene.472066.n3.nabble.com/Field-Store-YES-vs-Field-Store-NO-tp4032374p4032419.html
Sent from the Lucene - Java Users mailing list archive at Nabble.com.

---------------------------------------------------------------------
To unsubscribe, e-mail: java-user-unsubscr...@lucene.apache.org
For additional commands, e-mail: java-user-h...@lucene.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: java-user-unsubscr...@lucene.apache.org
For additional commands, e-mail: java-user-h...@lucene.apache.org

Reply via email to