Re: indent parsedquery_toString

2017-02-15 Thread Alexandre Rafalovitch
ake 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 >

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 [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

Re: Query parsing - difference between Analysis and parsedquery_toString output

2014-10-19 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 Company&q.op=AND&qf=manufacture_t title_t&defType=edismax -- View thi

Re: Query parsing - difference between Analysis and parsedquery_toString output

2014-10-19 Thread Erick Erickson
; > ignoreCase="true" expand="true"/> > > language="English"/> > > > > > Using Solr Admin Analysis for that field type I see that both index and > query value proceed as expect

Query parsing - difference between Analysis and parsedquery_toString output

2014-10-19 Thread tinush
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:

Re: Solr 4.7 not showing parsedQuery / parsedquery_toString information

2014-05-01 Thread Chris Hostetter
://issues.apache.org/jira/browse/SOLR-6039 : Date: Thu, 24 Apr 2014 11:50:37 -0700 : From: Shamik Bandopadhyay : 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 i

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. 54.215.

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. 54.215.

Re: parsedquery_ToString

2008-01-06 Thread Otis Gospodnetic
e From: anuvenk <[EMAIL PROTECTED]> To: solr-user@lucene.apache.org Sent: Sunday, January 6, 2008 12:38:11 PM Subject: Re: parsedquery_ToString I log the search phrases the users on my site are using to search, and review them regularly. Based on that i add synonyms for certain phr

Re: parsedquery_ToString

2008-01-06 Thread anuvenk
on of data everytime i add synonyms because my index is huge. Any suggestions on how to overcome this? hossman wrote: > > > : Is the parsedquery_ToString, the one passed to solr after all the > tokenizing > : and analyzing of the query? > > yes. > > : For th

Re: parsedquery_ToString

2008-01-05 Thread Chris Hostetter
: Is the parsedquery_ToString, the one passed to solr after all the tokenizing : and analyzing of the query? yes. : For the search term 'chapter 7' i have this parsedquery_ToString ... : I have these synonyms : chap 7 => bankruptcy ... : But seem to have a little b

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 +(text:"(bankruptci chap 7) (7 chapter chap) 7 bankruptci"^0.8 | ((name:bankruptci name:chap)^2.0))~0.0