Re: Query parsing - difference between Analysis and parsedquery_toString output [SOLVED]

2014-10-20 Thread tinush
Thanks guys for a quick reply, Adding ( ) to query values resolved the issue! Tanya -- View this message in context: http://lucene.472066.n3.nabble.com/Query-parsing-difference-between-Analysis-and-parsedquery-toString-output-tp4164851p4164912.html Sent from the Solr - User mailing list arch

Query parsing - difference between Analysis and parsedquery_toString output

2014-10-19 Thread tinush
Hi, I use Solr 4.9 and imported about 20K documents from CSV data. In schema there is following definition for text_general field which I want to process by tokenization, stop word removal, stemming.