Re: Fwd: Pylucene jvm CharArraySet Error

2014-11-09 Thread Alexander Alex
rPerThread.processDocument(DocFieldProcessorPerThread.java:278) at org.apache.lucene.index.DocumentsWriter.updateDocument(DocumentsWriter.java:766) at org.apache.lucene.index.IndexWriter.addDocument(IndexWriter.java:2060) at org.apache.lucene.index.IndexWriter.addDocument(IndexWriter.java:20

Re: Fwd: Pylucene jvm CharArraySet Error

2014-10-18 Thread Alexander Alex
Thanks Andi. am going to try these suggestions out. On Sat, Oct 18, 2014 at 9:55 PM, Andi Vajda wrote: > > On Sat, 18 Oct 2014, Alexander Alex wrote: > > The init file in the pylucene egg. Below is it: >> >> >> import os, sys >> >> if sys.platfo

Re: Fwd: Pylucene jvm CharArraySet Error

2014-10-18 Thread Alexander Alex
ucene-join-3.6.2.jar"), os.path.join(__dir__, "lucene-facet-3.6.2.jar"), os.path.join(__dir__, "lucene-spellchecker-3.6.2.jar")] CLASSPATH = os.pathsep.join(CLASSPATH) _lucene.CLASSPATH = CLASSPATH _lucene._set_function_self(_lucene.initVM, _lucene) from _lucene import * O

Re: Fwd: Pylucene jvm CharArraySet Error

2014-10-17 Thread Alexander Alex
17 Oct 2014, Alexander Alex wrote: > > Meanwhile, am using lucene 3.6.2 version. The problem is jvm instantiation >> from any python code using lucene caused as a result of the classes I >> added >> to lucene core. >> >> -- Forwarded message -- >> &g

Fwd: Pylucene jvm CharArraySet Error

2014-10-17 Thread Alexander Alex
Meanwhile, am using lucene 3.6.2 version. The problem is jvm instantiation from any python code using lucene caused as a result of the classes I added to lucene core. -- Forwarded message -- From: Alexander Alex Date: Fri, Oct 17, 2014 at 12:31 PM Subject: Pylucene jvm

Pylucene jvm CharArraySet Error

2014-10-17 Thread Alexander Alex
I added a customized lucene analyzer class to lucene core in Pylucene. This class is google guava as a dependency because of the array handling function available in com.google.common.collect.Iterables in guava. When I tried to index using this analyzer, I got the following error: Traceback (most