RE: solr.WordDelimiterFilterFactory problem with hyphenated terms?

2010-04-12 Thread Demian Katz
] Sent: Friday, April 09, 2010 12:05 PM To: solr-user@lucene.apache.org Subject: Re: solr.WordDelimiterFilterFactory problem with hyphenated terms? but this behavior is correct, as you have position increments enabled. if you want the second query (which has 2 gaps) to match, you need

Re: solr.WordDelimiterFilterFactory problem with hyphenated terms?

2010-04-12 Thread Robert Muir
-Original Message- From: Erick Erickson [mailto:erickerick...@gmail.com] Sent: Wednesday, April 07, 2010 10:04 PM To: solr-user@lucene.apache.org Subject: Re: solr.WordDelimiterFilterFactory problem with hyphenated terms? Well, for a quick trial

RE: solr.WordDelimiterFilterFactory problem with hyphenated terms?

2010-04-09 Thread Demian Katz
customs in in eighteenthcentury spain (note the duplicate in). - Demian -Original Message- From: Erick Erickson [mailto:erickerick...@gmail.com] Sent: Thursday, April 08, 2010 11:20 AM To: solr-user@lucene.apache.org Subject: Re: solr.WordDelimiterFilterFactory problem with hyphenated

Re: solr.WordDelimiterFilterFactory problem with hyphenated terms?

2010-04-09 Thread Robert Muir
in in eighteenthcentury spain (note the duplicate in). - Demian -Original Message- From: Erick Erickson [mailto:erickerick...@gmail.com] Sent: Thursday, April 08, 2010 11:20 AM To: solr-user@lucene.apache.org Subject: Re: solr.WordDelimiterFilterFactory problem with hyphenated terms

Re: solr.WordDelimiterFilterFactory problem with hyphenated terms?

2010-04-08 Thread Robert Muir
Erick, this sounds like https://issues.apache.org/jira/browse/SOLR-1852 On Wed, Apr 7, 2010 at 10:04 PM, Erick Erickson erickerick...@gmail.comwrote: Well, for a quick trial using trunk, I had to remove the UnicodeNormalizationFactory, is that yours? But with that removed, I get the results

Re: solr.WordDelimiterFilterFactory problem with hyphenated terms?

2010-04-08 Thread Erick Erickson
Your're right, it sure looks related. But according to that JIRA, it's fixed in trunk and I'm pretty sure I have a very recent version that I built from code I updated within the last few days. I'll update tonight and double check. If it's still a problem I'll see if I can write a test case

RE: solr.WordDelimiterFilterFactory problem with hyphenated terms?

2010-04-08 Thread Demian Katz
negative side effects am I forgetting about? thanks, Demian -Original Message- From: Erick Erickson [mailto:erickerick...@gmail.com] Sent: Wednesday, April 07, 2010 10:04 PM To: solr-user@lucene.apache.org Subject: Re: solr.WordDelimiterFilterFactory problem with hyphenated terms

Re: solr.WordDelimiterFilterFactory problem with hyphenated terms?

2010-04-08 Thread Erick Erickson
effects am I forgetting about? thanks, Demian -Original Message- From: Erick Erickson [mailto:erickerick...@gmail.com] Sent: Wednesday, April 07, 2010 10:04 PM To: solr-user@lucene.apache.org Subject: Re: solr.WordDelimiterFilterFactory problem with hyphenated terms? Well

Re: solr.WordDelimiterFilterFactory problem with hyphenated terms?

2010-04-08 Thread Robert Muir
right, its fixed only in the new trunk: http://svn.apache.org/repos/asf/lucene/dev/trunk/ nothing has been changed with regards to the solr 1.5 branch yet. On Thu, Apr 8, 2010 at 10:01 AM, Erick Erickson erickerick...@gmail.comwrote: Your're right, it sure looks related. But according to that

Re: solr.WordDelimiterFilterFactory problem with hyphenated terms?

2010-04-08 Thread Erick Erickson
Thanks, that'll keep me from running down the wrong path Erick On Thu, Apr 8, 2010 at 11:22 AM, Robert Muir rcm...@gmail.com wrote: right, its fixed only in the new trunk: http://svn.apache.org/repos/asf/lucene/dev/trunk/ nothing has been changed with regards to the solr 1.5 branch yet.

RE: solr.WordDelimiterFilterFactory problem with hyphenated terms?

2010-04-07 Thread Demian Katz
Hello. It has been a few weeks, and I haven't gotten any responses. Perhaps my question is too complicated -- maybe a better approach is to try to gain enough knowledge to answer it myself. My gut feeling is still that it's something to do with the way term positions are getting handled by

Re: solr.WordDelimiterFilterFactory problem with hyphenated terms?

2010-04-07 Thread Erick Erickson
Well, for a quick trial using trunk, I had to remove the UnicodeNormalizationFactory, is that yours? But with that removed, I get the results you do, ASSUMING that you've set your default operator to AND in schema.xml... Believe it or not, it all changes and all your queries return a hit if you