Re: Word Delimiter struggles

2009-01-21 Thread Shalin Shekhar Mangar
On Mon, Jan 19, 2009 at 9:42 PM, David Shettler wrote: > Thank you Shalin, I'm in the process of implementing your suggestion, > and it works marvelously. Had to upgrade to solr 1.3, and had to hack > up acts_as_solr to function correctly. > > Is there a way to receive a search for a given field

Re: Word Delimiter struggles

2009-01-19 Thread David Shettler
Thank you Shalin, I'm in the process of implementing your suggestion, and it works marvelously. Had to upgrade to solr 1.3, and had to hack up acts_as_solr to function correctly. Is there a way to receive a search for a given field, and have solr know to automatically check the two fields? I sup

Re: Word Delimiter struggles

2009-01-17 Thread Shalin Shekhar Mangar
Hi Dave, A quick experimentation found the following fieldtypes to be successful with your queries. Add one as a copyField to the other and search on both: I added the following test to

Re: Word Delimiter struggles

2009-01-17 Thread Shalin Shekhar Mangar
Sorry I typed without thinking too much. Please disregard my previous mail. I'll run a few tests and let you know. On Sat, Jan 17, 2009 at 2:46 PM, Shalin Shekhar Mangar < shalinman...@gmail.com> wrote: > Hi Dave, > > There is an attribute on the WordDelimiterFactory preserveOriginal="true" > wh

Re: Word Delimiter struggles

2009-01-17 Thread Shalin Shekhar Mangar
Hi Dave, There is an attribute on the WordDelimiterFactory preserveOriginal="true" which should keep the original string. I think if you keep LowerCaseFilter before WordDelimiterFactory with the preserveOriginal setting, it should do what you have outlined. On Sat, Jan 17, 2009 at 8:57 AM, David

Word Delimiter struggles

2009-01-16 Thread David Shettler
This has likely been covered, and I've tried searching through the archives, but having trouble finding an answer. On OSVDB.org, if you search for: title:PHPGroupWare You get...nothing if you search for: title:phpGroupWare (which is how the entry is indexed originally), you get a match of cou