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:
>
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