RE: Solr* != solr*

2008-08-06 Thread Chris Hostetter
: have solved it in their client. I can't modify Solr / Lucene code and I'm : using Solr 1.2. : : What I have done is simple. Given a user input, I break it into words and : then analyze each word. Any word contains wildcards (* Or ?) I lowercase : it. : : While the logic is simple, I'm not

RE: Solr* != solr*

2008-08-01 Thread George Aroush
it? That is, is breaking on generic whitespaces (independent of the analyzer in use) good enough? Thanks. -- George -Original Message- From: Erik Hatcher [mailto:[EMAIL PROTECTED] Sent: Tuesday, July 01, 2008 9:35 PM To: solr-user@lucene.apache.org Subject: Re: Solr* != solr* George

Re: Solr* != solr*

2008-07-01 Thread Erik Hatcher
George - wildcard expressions, in Lucene/Solr's QueryParser, are not analyzed. There is one trick in the API that isn't yet wired to Solr's configuration, and that is setLowercaseExpandedTerms(true). This would solve the Sol* issue because when indexed all terms for the text field are