You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-user@lucene.apache.org by ash nix <ni...@gmail.com> on 2013/03/25 23:58:15 UTC

numeric range query

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-unsubscribe@lucene.apache.org
For additional commands, e-mail: java-user-help@lucene.apache.org