RE: Run time error in IndexWriter.addDocument

2023-04-03 Thread Saha, Rajib
Thanks Mikhail for the pointer. The problem is resolved. Somehow the flow was picking "stempel-*.jar" in runtime. I have corrected it. Regards Rajib -Original Message- From: Mikhail Khludnev Sent: 03 April 2023 14:53 To: java-user@lucene.apache.org Subject: Re: Run tim

Re: Run time error in IndexWriter.addDocument

2023-04-03 Thread Mikhail Khludnev
"stempel-*.jar"? > > Regards > Rajib > > -Original Message- > From: Mikhail Khludnev > Sent: 03 April 2023 14:05 > To: java-user@lucene.apache.org > Subject: Re: Run time error in IndexWriter.addDocument > > Hi > > It seems like some

RE: Run time error in IndexWriter.addDocument

2023-04-03 Thread Saha, Rajib
t; needs internally any other jar like "stempel-*.jar"? Regards Rajib -Original Message- From: Mikhail Khludnev Sent: 03 April 2023 14:05 To: java-user@lucene.apache.org Subject: Re: Run time error in IndexWriter.addDocument Hi It seems like some corruption, mix or confusion

Re: Run time error in IndexWriter.addDocument

2023-04-03 Thread Mikhail Khludnev
Hi It seems like some corruption, mix or confusion around lucene-analysis-stempel*jar. Please check that you have only one jar file from the corresponding version. On Mon, Apr 3, 2023 at 10:59 AM Saha, Rajib wrote: > Hi, > > We are in a project from migration of Lucene 2.4.1 to 8.11.2. > > We

Run time error in IndexWriter.addDocument

2023-04-03 Thread Saha, Rajib
Hi, We are in a project from migration of Lucene 2.4.1 to 8.11.2. We have achieved till now about resolving the compilation errors. It is a huge project. On runtime, we are facing an error on the API IndexWriter.addDocument(). Not sure, if I am missing any other jar at runtime. Can anybody plea

Re: Run-Time Error

2006-05-26 Thread Andrzej Bialecki
Dennis Kubes wrote: The server is headless (i.e. no X-Windows). I've tried lucli, but that doesn't have Luke's whistles and bells. Does Luke have a non-GUI equivalent, Grant? You can tunnel your X session through ssh. If that's not possible, AND you are familiar with Lucene API, then you ca