Re: Inventor-template vs Inventor template - issue with hyphen

2016-08-26 Thread Erick Erickson
This confuses a lot of people. The difference is at the top-level parser, way before it gets to the analysis chain. "Inventor-template" comes out of the top-level parser as a single token. From there it goes through edismax etc. So it's a single token spread across your fields by edismax. It's on

Re: Inventor-template vs Inventor template - issue with hyphen

2016-08-26 Thread shamik
Anyone ? -- View this message in context: http://lucene.472066.n3.nabble.com/Inventor-template-vs-Inventor-template-issue-with-hyphen-tp4293357p4293489.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: Inventor-template vs Inventor template - issue with hyphen

2016-08-25 Thread shamik
Thanks Erick. I did look into the analyser tool and debug query and posted the results in my post. WDF is correctly stripping off the "-" from Inventor-template, both terms are getting broken down to "inventor templat". But not sure why the query construct is different during query time. Here's par

Re: Inventor-template vs Inventor template - issue with hyphen

2016-08-25 Thread Erick Erickson
Look at your admin/analysis page. Worddelimitetfilterfactory breaks on non alpha-num. Also, adding &debug=query will show you the parsed form of the query and that'll help On Aug 25, 2016 4:41 PM, "Shamik Bandopadhyay" wrote: Hi, I'm trying to figure out search behaviour related to similar te