Thanks Jason and Shawn. It's clear now.
Regards Kamal On Tue, Jun 26, 2018, 6:12 PM Jason Gerlowski <gerlowsk...@gmail.com> 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, they will be used. Though if you > want to be explicit and specify it anyway, the value is defType=lucene > > Jason > On Mon, Jun 25, 2018 at 1:05 PM Kamal Kishore Aggarwal > <kkroyal....@gmail.com> wrote: > > > > 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 6, 2018 at 9:41 PM, Shawn Heisey <apa...@elyograg.org> > wrote: > > > > > 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 same. Below is the screenshot > and > > > >> links which are confusing me. > > > > > > The default query parser in Solr has the name "lucene". This query > > > parser, which is part of Solr, deals with Lucene query syntax. > > > > > > The most recent documentation states this clearly right after the table > > > of contents: > > > > > > > https://lucene.apache.org/solr/guide/7_3/the-standard-query-parser.html > > > > > > It is highly unlikely that the 6.6 documentation will receive any > > > changes, unless serious errors are found in it. The omission of this > > > piece of information will not be seen as a serious error. > > > > > > Thanks, > > > Shawn > > > > > > >