Re: indent parsedquery_toString

2017-02-15 Thread Alexandre Rafalovitch
> How to make parsedquery_toString more readable? I want read it indented. > > +( > ( > (name_text_ru:hello)~0.5 > (name_text_ru:word)~0.5 > ( > (name_text_ru:ложка name_text_ru:trump) >

indent parsedquery_toString

2017-02-15 Thread Gleb
How to make parsedquery_toString more readable? I want read it indented. +( ( (name_text_ru:hello)~0.5 (name_text_ru:word)~0.5 ( (name_text_ru:ложка name_text_ru:trump) )~0.5 )~3 ) -- View

Re: Query parsing - difference between Analysis and parsedquery_toString output

2014-10-20 Thread Ramzi Alqrainy
q: manufacture_t:The Hershey Company^100 OR title_t:The Hershey Company^1000 Firstly, Make sure that manufacture_t and title_t are text_general type, and Let's use this approach instead of your approach q=The Hershey Companyq.op=ANDqf=manufacture_t title_tdefType=edismax -- View this

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

Query parsing - difference between Analysis and parsedquery_toString output

2014-10-19 Thread tinush
the same processing for select query, but it seems doesn't happen and no result found in below example: q: manufacture_t:The Hershey Company^100 OR title_t:The Hershey Company^1000 parsedquery_toString: manufacture_t:the text:Hershey text:Company^100.0 title_t:the text:Hershey text:Company^1000.0

Re: Query parsing - difference between Analysis and parsedquery_toString output

2014-10-19 Thread Erick Erickson
*, The Hershey's Company - the *hershey* compani I was expected the same processing for select query, but it seems doesn't happen and no result found in below example: q: manufacture_t:The Hershey Company^100 OR title_t:The Hershey Company^1000 parsedquery_toString: manufacture_t:the text:Hershey

Re: Solr 4.7 not showing parsedQuery / parsedquery_toString information

2014-05-01 Thread Chris Hostetter
/browse/SOLR-6039 : Date: Thu, 24 Apr 2014 11:50:37 -0700 : From: Shamik Bandopadhyay sham...@gmail.com : Reply-To: solr-user@lucene.apache.org : To: solr-user@lucene.apache.org : Subject: Solr 4.7 not showing parsedQuery / parsedquery_toString information : : Hi, : : Not sure if this has been

Solr 4.7 not showing parsedQuery / parsedquery_toString information

2014-04-24 Thread shamik
Hi, Not sure if this has been a feature change, but I've observed that parsedquery and parsedquery_toString information are not displayed if the search doesn't return any result. Here's what is being returned. lst name=debug lst name=track str name=rid54.215.121.xx-collection1

Solr 4.7 not showing parsedQuery / parsedquery_toString information

2014-04-24 Thread Shamik Bandopadhyay
Hi, Not sure if this has been a feature change, but I've observed that parsedquery and parsedquery_toString information are not displayed if the search doesn't return any result. Here's what is being returned. lst name=debug lst name=track str name=rid54.215.121.xx-collection1

parsedquery_ToString

2008-01-04 Thread anuvenk
Is the parsedquery_ToString, the one passed to solr after all the tokenizing and analyzing of the query? For the search term 'chapter 7' i have this parsedquery_ToString str name=parsedquery_toString +(text:(bankruptci chap 7) (7 chapter chap) 7 bankruptci^0.8 | ((name:bankruptci name:chap)^2.0