Re: A question on WordDelimiterFilterFactory

2010-09-14 Thread yandong yao
After upgrading to 1.4.1, it is fixed. Thanks very much for your help! Regards, Yandong Yao 2010/9/14 yandong yao > Hi Robert, > > I am using solr 1.4, will try with 1.4.1 tomorrow. > > Thanks very much! > > Regards, > Yandong Yao > > 2010/9/14 Robert Muir > > did you index with solr 1.4 (or

Re: A question on WordDelimiterFilterFactory

2010-09-14 Thread yandong yao
Hi Robert, I am using solr 1.4, will try with 1.4.1 tomorrow. Thanks very much! Regards, Yandong Yao 2010/9/14 Robert Muir > did you index with solr 1.4 (or are you using solr 1.4) ? > > at a quick glance, it looks like it might be this: > https://issues.apache.org/jira/browse/SOLR-1852 , whi

Re: A question on WordDelimiterFilterFactory

2010-09-14 Thread Robert Muir
did you index with solr 1.4 (or are you using solr 1.4) ? at a quick glance, it looks like it might be this: https://issues.apache.org/jira/browse/SOLR-1852 , which was fixed in 1.4.1 On Tue, Sep 14, 2010 at 5:40 AM, yandong yao wrote: > Hi Guys, > > I encountered a problem when enabling WordDe

Re: A question on WordDelimiterFilterFactory

2010-09-14 Thread Erick Erickson
Really well done problem statement by the way On Tue, Sep 14, 2010 at 5:40 AM, yandong yao wrote: > Hi Guys, > > I encountered a problem when enabling WordDelimiterFilterFactory for both > index and query (pasted relative part of schema.xml at the bottom of > email). > > *1. Steps to reprodu

A question on WordDelimiterFilterFactory

2010-09-14 Thread yandong yao
Hi Guys, I encountered a problem when enabling WordDelimiterFilterFactory for both index and query (pasted relative part of schema.xml at the bottom of email). *1. Steps to reproduce:* 1.1 The indexed sample document contains only one sentence: "This is a TechNote." 1.2 Query is: q=TechNo