Re: query issue /special character and case

2009-06-08 Thread Jay Hill
Regarding being able to search SCHOLKOPF (o with no umlaut) and match SCHÖLKOPF (with umlaut) try using the ISOLatin1AccentFilterFactory in your analysis chain: filter class=solr.ISOLatin1AccentFilterFactory / This filter removes accented chars and replaces them with non-accented

Re: query issue /special character and case

2009-06-08 Thread revas
On Sat, Jun 6, 2009 at 11:40 AM, Shalin Shekhar Mangar shalinman...@gmail.com wrote: On Sat, May 30, 2009 at 9:48 AM, revas revas...@gmail.com wrote: Hi , When i give a query like the following ,why does it become a phrase query as shown below? The field type is the default text

Re: query issue /special character and case

2009-06-06 Thread Shalin Shekhar Mangar
On Sat, May 30, 2009 at 9:48 AM, revas revas...@gmail.com wrote: Hi , When i give a query like the following ,why does it become a phrase query as shown below? The field type is the default text field in the schema. str name=querystringvolker-blanz/str str

query issue /special character and case

2009-05-29 Thread revas
Hi , When i give a query like the following ,why does it become a phrase query as shown below? The field type is the default text field in the schema. str name=querystringvolker-blanz/str str name=parsedqueryPhraseQuery(content:volker blanz)/str Also when i have special characters in the query