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
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
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
@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
Hi,
Any good approaches for allowing case sensitive and case insensitive
searches?
/
Regards
Marcus