Re: solr field types and case sensitivity

2008-01-11 Thread Dryganets Sergey
ryantxu wrote: > > yes, you would index a field twice - once with a LowerCaseFilter and > once without. That is a good solution. > I implement this and now there are some strange problems: 1. highlighting not always properly work for not case sensitive search

Re: solr field types and case sensitivity

2007-12-18 Thread Dryganets Sergey
ryantxu wrote: > > yes, you would index a field twice - once with a LowerCaseFilter and > once without. That is a good solution. > Hm... So I'm should create n*n indexes where n is search options count ... Can I copy fields automatically? For example I have a field with name and subse

solr field types and case sensitivity

2007-12-18 Thread Dryganets Sergey
can I change query analyzer for concrete request to solr? ie: I want add option on my site use case-sensitive search or not for this search request, but can't find any good solution ... I think that create duplicates (index only fields with different analyzers configuration) for each field it's b