How does one debug index vs. dismax query parser? I have a solr instance with 1 document whose title is "ABC12-def". I am using dismax. While "abc", "12", and "def" do match, "abc12" and "def" do not. Here is a the parsedquery_toString, I'm having trouble understanding it:
+(id:abc12^3.0 | title:"(abc12 abc) 12"^1.5) (id:abc12^3.0 | title:"(abc12 abc) 12"^1.5) Does anyone have advice for getting this to work?