Lucene: best analyzer for handling PascalCase?
I need to make an index that has a field which contains PascalCase strings, and users of the index are also expected to search for them in PascalCase. What is the best analyzer to handle that?
7 Replies
What do you mean by analyzer here?
Lucene analyzer
That's not actually an answer
I’m not sure what you mean?
Well, what does analyzer mean here. Lucene is a query language iirc, right? Is this an analyzer for client code? Something in lucene itself?
Lucene is a search library.
https://lucenenet.apache.org
And analyzers here is a functionality of Lucene.
Alright, then I'm afraid I can't help. I heard analyzer, but not that type of analyzer