Is your q.op "AND" or "OR"?
Add debugQuery=true to your query request and look at the parsed query
string to see what query is actually generated.
-- Jack Krupansky
-----Original Message-----
From: Robert Zotter
Sent: Friday, August 02, 2013 4:21 PM
To: solr-user@lucene.apache.org
Subject: Problems matching delimited field
I'm trying to match such terms as "1Foo" agains "Foo" but I can't seem to
get it working. I'm using the WordDelimiterFactory and everything looks good
in the /admin/analysis.jsp but when ever I do a "real" query, It doesn't
return any results? Any thoughts on why this may be? Thanks=