C
C#5mo ago
Dongle

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
333fred
333fred5mo ago
What do you mean by analyzer here?
Dongle
DongleOP5mo ago
Lucene analyzer
333fred
333fred5mo ago
That's not actually an answer
Dongle
DongleOP5mo ago
I’m not sure what you mean?
333fred
333fred5mo ago
Well, what does analyzer mean here. Lucene is a query language iirc, right? Is this an analyzer for client code? Something in lucene itself?
Dongle
DongleOP5mo ago
Lucene is a search library. https://lucenenet.apache.org And analyzers here is a functionality of Lucene.
333fred
333fred5mo ago
Alright, then I'm afraid I can't help. I heard analyzer, but not that type of analyzer

Did you find this page helpful?