Re: edismax phrase matching with a non-word char inbetween

2011-12-14 Thread Erick Erickson
What I think is happening here is that WordDelimiterFilterFactory is throwing away your non-alpha-numeric characters. You can see this in admin/analysis, which I've found *extremely* helpful when faced with this kind of question. Best Erick On Tue, Dec 13, 2011 at 10:37 AM, Robert Brown wrote: >

edismax phrase matching with a non-word char inbetween

2011-12-13 Thread Robert Brown
I have a field which is indexed and queried as follows: ignoreCase="true" expand="true"/> words="stopwords.txt" enablePositionIncrements="true" /> generateNumberParts="1" catenateWords="0" catenateNumbers="0" catenateAll="0" splitOnCaseChange="1"/> protected="protwords.txt"/> When search