Re: case preserving for data but not for indexing

2008-08-07 Thread Norberto Meijome
On Wed, 6 Aug 2008 21:35:47 -0700 (PDT) Otis Gospodnetic [EMAIL PROTECTED] wrote: tokenizer class=solr.KeywordTokenizerFactory/ filter class=solr.StandardTokenizerFactory/ 2 Tokenizers? i wondered about that too, but didn't have the time to test... B

Re: case preserving for data but not for indexing

2008-08-07 Thread Ian Connor
Thanks for the feedback and corrections - the definition was wrong indeed. So, I have settled on this definition: fieldType name=author class=solr.TextField sortMissingLast=true omitNorms=true analyzer type=index tokenizer

case preserving for data but not for indexing

2008-08-06 Thread Ian Connor
In order to preserve case for the data, but not for indexing, I have created two fields. One is type Author that is defined as: fieldType name=author class=solr.StrField sortMissingLast=true omitNorms=true analyzer tokenizer

Re: case preserving for data but not for indexing

2008-08-06 Thread Otis Gospodnetic
/ filter class=solr.StandardTokenizerFactory/ 2 Tokenizers? Otis -- Sematext -- http://sematext.com/ -- Lucene - Solr - Nutch - Original Message From: Ian Connor [EMAIL PROTECTED] To: solr solr-user@lucene.apache.org Sent: Wednesday, August 6, 2008 8:21:28 PM Subject: case preserving