On Thu, 13 Apr 2006, Yura Smolsky wrote:
> Hello, Andi.
>
> Is there a documentation which tells what part of Java
Lucene was
> reflected by PyLucene?
No. The short answer is 'all of it except
RemoteSearchable'.
If you find something else missing, it's a bug.
The exceptions and renames are listed in PyLucene's README.
> For version 0.9 of PyLucene I could use PyLucene.py
file...
For version 2.0 you can use lucene.cpp and java.cpp.
> file README, Line 584
> . the static 'parse' method defined on
>
org.apache.lucene.queryParser.MultiFieldQueryParser was
renamed to
> 'parseQueries'.
> I think this is deprecated.
Last I checked (svn rev 392192), the static
MultiFieldParserQuery parse()
method was not deprecated. Because that conflicts with
QueryParser's non
static method of which it is a subclass, I renamed
MultiFieldQueryParser's
static parse() method to parseQueries(). This is documented
in PyLucene's
README.
Andi..
_______________________________________________
pylucene-dev mailing list
pylucene-dev osafoundation.org
http://lists.osafoundation.org/mailman/listinfo/pylu
cene-dev
|