Re: Big Problem with special characters

2009-04-21 Thread Kraus, Ralf | pixelhouse GmbH
Otis Gospodnetic schrieb: Try debugQuery=true and see if the resulting query string makes sense. Otis -- Sematext -- http://sematext.com/ -- Lucene - Solr - Nutch thx for the hint... My problem was the WhitespaceTokenizer :-( After I change back to StandardTokenizer everythign was fine !

Big Problem with special characters

2009-04-20 Thread Kraus, Ralf | pixelhouse GmbH
Hello, first some details about my SOLR installation: schema.xml fieldType name=text_test class=solr.TextField positionIncrementGap=100 analyzer type=index tokenizer class=solr.WhitespaceTokenizerFactory/ filter class=solr.StopFilterFactory ignoreCase=true

Re: Big Problem with special characters

2009-04-20 Thread Otis Gospodnetic
AM Subject: Big Problem with special characters Hello, first some details about my SOLR installation: schema.xml words=stopwords.txt/ words=stopwords.txt