hello.

yes, this works witghout any Exception.

but what say this to me ?




Koji Sekiguchi-2 wrote:
> 
> stocki wrote:
>> Heeeello again ;)
>>
>> i get these Error message when is searching for this : hallo !
>> hhtp request: select/?q=hallo+!&version=2.2&start=0&rows=10&indent=on
>>
>> SCHWERWIEGEND: org.apache.solr.common.SolrException:
>> org.apache.lucene.queryParser.ParseException: Cannot parse 'tom !':
>> Encountered "<EOF>" at line 1, column 5.
>> Was expecting one of:
>>     "(" ...
>>     "*" ...
>>     <QUOTED> ...
>>     <TERM> ...
>>     <PREFIXTERM> ...
>>     <WILDTERM> ...
>>     "[" ...
>>     "{" ...
>>     <NUMBER> ...
>>     <TERM> ...
>>     "*" ...
>>
>> ....
>>
>> how can i exclude these patterns ? --> " ! , . : - !"ยง$%&/()=? " during
>> my
>> index and search requests ?
>>
>>   
> Can you try to place a back-slash before exclamation mark?
> 
> http://localhost:8983/solr/select?q=hallo+\!
> 
> Koji
> 
> -- 
> http://www.rondhuit.com/en/
> 
> 
> 

-- 
View this message in context: 
http://old.nabble.com/Error-400---By-search-with-exclamation-mark-...--%21-PatternReplaceFilterFactory---tp27778918p27813497.html
Sent from the Solr - User mailing list archive at Nabble.com.

Reply via email to