Fork me on GitHub
#xtdb
<
2022-08-24
>
Martynas Maciulevičius09:08:07

Hey. Is there a way to put my own Lucene analyzer into here? https://github.com/xtdb/xtdb/blob/master/modules/lucene/src/xtdb/lucene.clj#L351 I think there is no way but I might be wrong. I don't need it right now but it's good to know if I can or can't do it :thinking_face:

Martynas Maciulevičius09:08:21

For some reason StandardAnalyzer and XTDB's query both give me results even if I use case sensitive search. I actually want this but then the test from your link tests something similar to the default behavior. But it's very nice that I can override it. Thanks.

☺️ 1