Re: "&" char in querystring

2012-09-20 Thread Jack Krupansky
sday, September 20, 2012 10:13 AM To: solr-user@lucene.apache.org Subject: Re: "&" char in querystring Hello Jack, My the fieldtype is configured as following: What other filter could i use to preserve the "&" char? Another

Re: "&" char in querystring

2012-09-20 Thread Gustav
Hello Jack, My the fieldtype is configured as following: What other filter could i use to preserve the "&" char? Another problem that came up, is when i search for ?q="0,5%" it gives an error: HTTP Status 400 - missing query string Probably

Re: "&" char in querystring

2012-09-20 Thread Jack Krupansky
Use a field type whose analyzer preserves the &. What field type are you using? -- Jack Krupansky -Original Message- From: Gustav Sent: Thursday, September 20, 2012 9:05 AM To: solr-user@lucene.apache.org Subject: "&" char in querystring Good Morning Everyone! Again, i need your help