I currently have a category named "TestQuery" which wasn't showing up in the results, so I changed the dataTypeAnalyzers.properties file (and dataTypeAnalyzers_en.properties just to be certain) to use the EnglishSnowballAnalyser. I also rebuilt my lucene indexes and created the mentioned TestQuery category again to be sure it would get added to the Lucene index. Nevertheless, whenever I search for testquery (using the PATH query I mention) I still get no results…
Is there a way to index paths ignoring their case?
In case anyone wonders what the workaround was, this is it: in case of searching for the PATH, we switch to search for the "name" field, using a query like the following: