You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucenenet.apache.org by Eric McKnight <er...@addicosolutions.com> on 2011/12/19 21:08:18 UTC

[Lucene.Net] Numerical comparisons in 2.9.4.1?

In version 2.9 of the Java Lucene implementation you could add numeric
fields for searching and indexing.  Are numeric fields available in the
latest version of lucene.net?  Thanks.

Eric McKnight

RE: [Lucene.Net] Numerical comparisons in 2.9.4.1?

Posted by Prescott Nasser <ge...@hotmail.com>.

There is a NumericField in the Lucene.Net.Documents namespace, is that what you're looking for?

 

~P


> Date: Mon, 19 Dec 2011 15:08:18 -0500
> From: eric.mcknight@addicosolutions.com
> To: lucene-net-dev@lucene.apache.org
> Subject: [Lucene.Net] Numerical comparisons in 2.9.4.1?
> 
> In version 2.9 of the Java Lucene implementation you could add numeric
> fields for searching and indexing. Are numeric fields available in the
> latest version of lucene.net? Thanks.
> 
> Eric McKnight