Hi,
I am having some really strange issues matching "N61JQ-B2". If I had a field "N61JQ-B2", and I wanted to match "N61JQ", "N61JQB2", "N61JQ-B2" and "N61JQ B2" in dismax, what fieldtype should it have? My final fallback is to use ngrams but that would impose a pretty large overhead, since the field could be a long normal string with one model number in it. I noticed when I used WordDelimiterFilterFactory the dismax would convert the parsed query to some pre-analyzed query. Cheers, David