I'm trying to determine how to index/query for a certain use case, and the
WordDelimiterFilterFactory appears to be what I need to use.  Here's the
scenario:

- Text field being indexed
- Field exists as a full name
- Data might be "cold play"
- This should match against searches for "cold play" and "coldplay" (just
"cold" and just "play" are OK as well)

I'm not able to match "cold play" against searches for "coldplay" at
present.  I'm certain this is a common scenario and I'm missing something
obvious.  Any suggestions of how/where to look/fix this issue?

thanks,
j

Reply via email to