I have a custom analyzer which I use on the field name
. This analyzer uses standard
, lowercase
, stop
, trim
and snowball
filters. The tokenizer used is standard
.
I have two documents which are:
- Bikanervala
- State Bank of Bikaner
When I search for the term, 'bikaner' , shouldn't both these records match and not just the second one? Am I using the wrong analyzer?