Re: Explicitly tell Solr the analyzed value when indexing a document

2011-11-17 Thread Ahmet Arslan
> I want for a string field faceting to return "monkey" while > the > original value is *Monkey". So I want indexed be lowercase > and stored > the original value. That is, I want to do the analyzing in > my > application and tell Solr what to use for indexed and what > to use for > stored. Sorry

Re: Explicitly tell Solr the analyzed value when indexing a document

2011-11-17 Thread Tim TerlegÄrd
> I have a couple of string fields. For some of them I want from my > application to be able to index a lowercased string but store the > original value. Is there some way to do this? Or would I have to come > up with a new field type and implement an analyzer? I think I should be able to do what

Re: Explicitly tell Solr the analyzed value when indexing a document

2011-11-17 Thread Tim TerlegÄrd
>> I have a couple of string fields. For some of them I want >> from my >> application to be able to index a lowercased string but >> store the >> original value. Is there some way to do this? Or would I >> have to come >> up with a new field type and implement an analyzer? > > If you have stored="

Re: Explicitly tell Solr the analyzed value when indexing a document

2011-11-17 Thread Ahmet Arslan
> I have a couple of string fields. For some of them I want > from my > application to be able to index a lowercased string but > store the > original value. Is there some way to do this? Or would I > have to come > up with a new field type and implement an analyzer? If you have stored="true" in y