Re: Using separate Analyzers for querying and indexing.

2010-09-28 Thread James Norton
Excellent, exactly what I needed. Thanks, James On Sep 28, 2010, at 4:28 PM, Luke Crouch wrote: > Yeah. You can specify two analyzers in the same fieldType: > > > > ... > > > ... > > > > -L > > On Tue, Sep 28, 2010 at 2:31 PM, James Norton wrote: > >> Hello, >> >> I am migrating fro

Re: Using separate Analyzers for querying and indexing.

2010-09-28 Thread Luke Crouch
Yeah. You can specify two analyzers in the same fieldType: ... ... -L On Tue, Sep 28, 2010 at 2:31 PM, James Norton wrote: > Hello, > > I am migrating from a pure Lucene application to using solr. For legacy > reasons I must support a somewhat obscure query feature: lowercase words in >

Using separate Analyzers for querying and indexing.

2010-09-28 Thread James Norton
Hello, I am migrating from a pure Lucene application to using solr. For legacy reasons I must support a somewhat obscure query feature: lowercase words in the query should match lowercase or uppercase in the index, while uppercase words in the query should only match uppercase words in the ind