Hi Suman!

2010/3/26 suman holani <suman.hol...@gmail.com>:
> Thanks a lot Veit,
>
> But my point was regarding c++.

I referred to the Lucene JavaDocs, because there are no documentation
of the current working branch on the web. RangeFilter, NumericTools
and DateTools are also part of CLucene working branch and work in the
same way as it is described in the Java documentation. I think, the
NumericTools class is the only class, which is missing in the official
release (cf. [1]).

> I know there are some classes in java :
>
>> org.apache.lucene.search.NumericRangeQuery
>> org.apache.lucene.document.NumericField
>
> Is there something of this sort  provided in clucene as well..lucene for

These classes are introduced in Java Lucene in version 2.9.0. So they
are not part of CLucene as the release is a port of 1.9.1 and working
branch of 2.3.2. From my point of view there are two options: porting
these both classes to CLucene or use an extended QueryParser and
IndexWriter with a special Analyzer using the NumericTools class.

Kind regards,

Veit

[1] http://clucene.sourceforge.net/doc/html/

------------------------------------------------------------------------------
Download Intel&#174; Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
_______________________________________________
CLucene-developers mailing list
CLucene-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/clucene-developers

Reply via email to