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="querystring">volker-blanz</str> <str name="parsedquery">PhraseQuery(content:"volker blanz")</str> Also when i have special characters in the query as SCHÖLKOPF , i am not able to convert the "o" with spl character to lower case on my unix os/it works fine on windows xp OS .Also if i have a spl character in my query ,i would like to search for it wihtout the special character as SCHOLKOPF ,this works fine in windows with strtr (string translate php fucntion) ,but again not in windows OS. Any pointers Regards Revas
