Re: Uppercase and lowercase queries

2010-10-19 Thread PeterKerk
I now used textfield...and it works, so thanks! :) -- View this message in context: http://lucene.472066.n3.nabble.com/Uppercase-and-lowercase-queries-tp1731349p1731423.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: Uppercase and lowercase queries

2010-10-19 Thread Markus Jelsma
Yes, and reindex. And i suggest not to use `string` as the name of the fieldType as it will confuse later. On Tuesday, October 19, 2010 12:25:53 pm Pradeep Singh wrote: > Use text field. > > On Tue, O

Re: Uppercase and lowercase queries

2010-10-19 Thread Markus Jelsma
Because you need to reindex. On Tuesday, October 19, 2010 12:19:53 pm PeterKerk wrote: > I want to query on cityname. This works when I query for example: > "Boston" > > But when I query "boston" it didnt show any results. In the database is > stored: "Boston". > > So I thought: I should change

Re: Uppercase and lowercase queries

2010-10-19 Thread Pradeep Singh
Use text field. On Tue, Oct 19, 2010 at 3:19 AM, PeterKerk wrote: > > I want to query on cityname. This works when I query for example: > "Boston" > > But when I query "boston" it didnt show any results. In the database is > stored: "Boston". > > So I thought: I should change the filter on this