Adding fields with same field type complains that they have different term vector settings

2020-06-29 Thread Albert MacSweeny
reTermVectorOffsets(true); Perhaps I'm doing something I shouldn't be, thanks in advance for any help! Regards, Albert Albert MacSweeny Profium, Lars Sonckin kaari 12, 02600 Espoo, Finland Tel. +358 (0)9 855 98 000 Mob. +353 (0)87 664 2560 Internet: http://www.profium.com

Re: Adding fields with same field type complains that they have different term vector settings

2020-06-29 Thread Albert MacSweeny
Regards, Albert > From: "Michael McCandless" > To: "java-user" , "albert macsweeny" > > Sent: Monday, 29 June, 2020 15:23:43 > Subject: Re: Adding fields with same field type complains that they have > different term vector settings > Hi A

ArrayIndexOutOfBoundsException errors querying MemoryIndex

2020-09-23 Thread Albert MacSweeny
Hi all, After upgrading projects from Lucene 3.0.0 to 8.5.2, I'm getting an error appearing sometimes during a load test. Caused by: java.lang.ArrayIndexOutOfBoundsException: Index -1 out of bounds for length 128 at org.apache.lucene.util.BytesRefHash$1.get(BytesRefHash.java:181) ~[luc