Re: java.lang.NullPointerException: stopWords - solr 9.2.1

2023-06-12 Thread Shawn Heisey
On 6/12/23 21:06, gnandre wrote: Hi, I am using Solr 9.2.1 (official docker image). When I try to index a document, I get the error shown at the bottom of this email. I added your fieldType to a config, added a field using that type, uploaded it to ZK, created a collection with that config,

Re: java.lang.NullPointerException: stopWords - solr 9.2.1

2023-06-12 Thread gnandre
Here is the corresponding stopwords.txt file content: \# Licensed to the Apache Software Foundation (ASF) under one or more \# contributor license agreements. See the NOTICE file distributed with \# this work for additional information regarding copyright ownership. \# The ASF licenses this f

java.lang.NullPointerException: stopWords - solr 9.2.1

2023-06-12 Thread gnandre
Hi, I am using Solr 9.2.1 (official docker image). When I try to index a document, I get the error shown at the bottom of this email. Here is my corresponding filter setting