Re: JCC and PyLucene ported to Python 3.0

2010-07-15 Thread Andi Vajda
On Wed, 14 Jul 2010, Aric Coady wrote: Thanks, great work. I ran into minor build issues (also using Python 3.1.2 on Mac OS X 10.6): BUILD FAILED pylucene3/lucene-modules-4.0/build.xml:31: The following error occurred while executing this line: pylucene3/lucene-modules-4.0/analysis/build.xm

Re: Parsing wildcard expressions in QueryParser...

2010-07-15 Thread Soby Thomas
Thanks sujan...it worked:) On Thu, Jul 15, 2010 at 5:04 AM, Sujan Shakya wrote: > Hi, > You can use lucene java docs for API. Doc for QueryParser can be found at > > http://lucene.apache.org/java/3_0_0/api/all/org/apache/lucene/queryParser/QueryParser.html > . > > Below is the code that you w