Querying case-sensitive fields

2010-08-17 Thread Jeroen van Vianen
Hi, I have an index with the following solr mapping: mapping fields field dest=content source=content/ field dest=site source=site/ field dest=title source=title/ field dest=host source=host/ field

Re: Querying case-sensitive fields

2010-08-17 Thread Markus Jelsma
Hi, l, we would need to see the declaration of the field type of your title field. However, if you use the shipped schema.xml it doesn't make any sense because it declares a field type that lowercases on both query time and index time. You should use the analysis.jsp in your Solr admin. Then,

Re: Querying case-sensitive fields

2010-08-17 Thread Jeroen van Vianen
On 17-8-2010 11:41, Markus Jelsma wrote: l, we would need to see the declaration of the field type of your title field. However, if you use the shipped schema.xml it doesn't make any sense because it declares a field type that lowercases on both query time and index time. You should use the