Re: Solr Default query parser

2018-07-02 Thread Kamal Kishore Aggarwal
Thanks Jason and Shawn. It's clear now. Regards Kamal On Tue, Jun 26, 2018, 6:12 PM Jason Gerlowski wrote: > The "Standard Query Parser" _is_ the lucene query parser. They're the > same parser. As Shawn pointed out above, they're also the default, so > if you don't specify any defType,

Re: Solr Default query parser

2018-06-26 Thread Jason Gerlowski
The "Standard Query Parser" _is_ the lucene query parser. They're the same parser. As Shawn pointed out above, they're also the default, so if you don't specify any defType, they will be used. Though if you want to be explicit and specify it anyway, the value is defType=lucene Jason On Mon,

Re: Solr Default query parser

2018-06-25 Thread Kamal Kishore Aggarwal
Hi Shawn, Thanks for the reply. If "lucene" is the default query parser, then how can we specify Standard Query Parser(QP) in the query. Dismax QP can be specified by defType=dismax and Extended Dismax Qp by defType=edismax, how about for declaration of Standard QP. Regards Kamal On Wed, Jun

Re: Solr Default query parser

2018-06-06 Thread Shawn Heisey
On 6/6/2018 9:52 AM, Kamal Kishore Aggarwal wrote: >> What is the default query parser (QP) for solr. >> >> While I was reading about this, I came across two links which looks >> ambiguous to me. It's not clear to me whether Standard is the default QP or >> Lucene is the default QP or they are

Re: Solr Default query parser

2018-06-06 Thread Kamal Kishore Aggarwal
[Correcting the subject] On Wed, Jun 6, 2018 at 2:37 PM, Kamal Kishore Aggarwal < kkroyal@gmail.com> wrote: > Hi Guys, > > What is the default query parser (QP) for solr. > > While I was reading about this, I came across two links which looks > ambiguous to me. It's not clear to me whether