How to Index Multiple Terms in Analyzing Infix Suggester.

2016-04-27 Thread Ankit.Murarka
Hello, Can I use more than 1 term to create Analyzing Infix Suggester suggest indexes. Till now, the build function accepts only 1 instance of reader and field. Any attempt to add additional field, or append indexes to the directory is giving me an error (Do not share multiple instances of Inde

How to Index Multiple Terms in Analyzing Infix Suggester.

2016-04-27 Thread Ankit.Murarka
Hello, Can I use more than 1 term to create Analyzing Infix Suggester suggest indexes. Till now, the build function accepts only 1 instance of reader and field. Any attempt to add additional field, or append indexes to the directory is giving me an error (Do not share multiple instances of Inde

Exception in thread "main" java.util.ServiceConfigurationError: Cannot instantiate SPI class: org.apache.lucene.codecs.lucene53.Lucene53Codec

2016-04-27 Thread Thodoris Tsompanidis
Hello all, I get a weird exception when i try to run my application from the jar file. In IDE (IntelliJ IDEA 2016.1.1) it runs properly. Any help? Exception in thread "main" java.util.ServiceConfigurationError: Cannot > instantiate SPI class: org.apache.lucene.codecs.lucene53.Lucene53Codec >

Re: Exception in thread "main" java.util.ServiceConfigurationError: Cannot instantiate SPI class: org.apache.lucene.codecs.lucene53.Lucene53Codec

2016-04-27 Thread Denis Mone
You will need to include the lucene codecs artifact in your pom.xml file. On Apr 27, 2016 1:55 PM, "Thodoris Tsompanidis" wrote: > Hello all, > > I get a weird exception when i try to run my application from the jar file. > In IDE (IntelliJ IDEA 2016.1.1) it runs properly. > Any help? > > Excepti

Re: Exception in thread "main" java.util.ServiceConfigurationError: Cannot instantiate SPI class: org.apache.lucene.codecs.lucene53.Lucene53Codec

2016-04-27 Thread Thodoris Tsompanidis
Thank you Denis for the quick reply. On Wed, Apr 27, 2016 at 2:45 PM, Denis Mone wrote: > You will need to include the lucene codecs artifact in your pom.xml file. > On Apr 27, 2016 1:55 PM, "Thodoris Tsompanidis" > wrote: > > > Hello all, > > > > I get a weird exception when i try to run my a

StackOverflowError in ControlledRealTimeReopenThread.run

2016-04-27 Thread Saša Živkov
We use Lucene 5.3.0 in Gerrit 2.12 [1]. Recently we are seeing the Lucene index writer thread throwing StackOverflowError like [2]. I included the line numbers from the log file just that you can see that it is about 19K lines in the stack trace. The WrappableSearcherManager manager class [3] was