[pylucene-dev] Leading Wildcards in PyLucene
Andi Vajda
vajda at osafoundation.org
Fri Jul 28 01:41:36 PDT 2006
On Fri, 28 Jul 2006, Pravin Shinde wrote:
> Is there any way I can do Leading wildchard query in PyLucene ?
I believe Java Lucene doesn't support them for performance reasons.
>From a functionality standpoint, PyLucene is only a compilation of Java Lucene
so if Java Lucene doesn't do X then PyLucene doesn't do it either.
There may be another way to do this with Lucene, I suggest you ask
java-user at lucene.apache.org or java-dev at lucene.apache.org.
Andi..
More information about the pylucene-dev
mailing list