Hi,

I have time stamp field for my documents which I have indexed as
DoubleField for NumericRange query to work.
This field "stream_time" is indexed as DoubleField("stream_time",
<value>, Field.Store.No).
I get null value when I query a lucene document for this field by
using document.getField() call.
Do I have to index it as Field.Store.Yes so that I can get time stamp
value through document.getField() call.

-- 
Thanks,
A

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