Re: Case sensitive / insensitive

2006-10-06 Thread Steven Rowe
Marcus Falck wrote: > Any good approaches for allowing case sensitive and case insensitive > searches? > > Except adding an additional field and skipping the LowerCaseFilter. > Since this severely increases the index size (and the index already > is around 1 TB). Hi Marcus, How about a filter tha

Re: Case sensitive / insensitive

2006-10-06 Thread karl wettin
On 10/6/06, Marcus Falck <[EMAIL PROTECTED]> wrote: Any good approaches for allowing case sensitive and case insensitive searches? Except adding an additional field and skipping the LowerCaseFilter. Since this severely increases the index size (and the index already is around 1 TB). I would co

Re: Case sensitive / insensitive

2006-10-06 Thread Erik Hatcher
On Oct 6, 2006, at 5:09 AM, Marcus Falck wrote: Any good approaches for allowing case sensitive and case insensitive searches? I had this requirement for one application, and implemented it with two different indexes. It could also be accomplished with different fields, but that would hav

SV: Case sensitive / insensitive

2006-10-06 Thread Marcus Falck
@lucene.apache.org Ämne: Case sensitive / insensitive Hi, Any good approaches for allowing case sensitive and case insensitive searches? / Regards Marcus - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e

Case sensitive / insensitive

2006-10-06 Thread Marcus Falck
Hi, Any good approaches for allowing case sensitive and case insensitive searches? / Regards Marcus