The problem was connected with filter order. WordDelimiterFilter should be
put before others. Thanks for your help.
--
View this message in context:
http://lucene.472066.n3.nabble.com/Query-parser-cuts-last-letter-from-search-term-tp4053432p4053736.html
Sent from the Solr - User mailing list
On Wed, Apr 3, 2013, at 11:36 AM, vsl wrote:
> So why Solr does not return proper document?
You're gonna have to give us a bit more than that.
What is wrong with the documents it is returning?
Upayavira
M
To: solr-user@lucene.apache.org
Subject: Query parser cuts last letter from search term.
Hi,
I have strange problem with Solr query. I added to my Solr Index new
document with "behave!" word inside content. While I was trying to search
this document using "behave" searc
So why Solr does not return proper document?
--
View this message in context:
http://lucene.472066.n3.nabble.com/Query-parser-cuts-last-letter-from-search-term-tp4053432p4053435.html
Sent from the Solr - User mailing list archive at Nabble.com.
generateWordParts="1" generateNumberParts="1" catenateWords="1"
> catenateNumbers="1" catenateAll="0" splitOnCaseChange="1"
> preserveOriginal="1" types="characters.txt" />
>
>
>
> where: characters.txt
>
> ยง => ALPHA
> $ => ALPHA
> % => ALPHA
> & => ALPHA
> / => ALPHA
> ( => ALPHA
> ) => ALPHA
> = => ALPHA
> ? => ALPHA
> + => ALPHA
> * => ALPHA
> # => ALPHA
> ' => ALPHA
> - => ALPHA
> < => ALPHA
> > => ALPHA
>
>
>
> --
> View this message in context:
> http://lucene.472066.n3.nabble.com/Query-parser-cuts-last-letter-from-search-term-tp4053432.html
> Sent from the Solr - User mailing list archive at Nabble.com.
ALPHA
+ => ALPHA
* => ALPHA
# => ALPHA
' => ALPHA
- => ALPHA
< => ALPHA
> => ALPHA
--
View this message in context:
http://lucene.472066.n3.nabble.com/Query-parser-cuts-last-letter-from-search-term-tp4053432.html
Sent from the Solr - User mailing list archive at Nabble.com.