RE: QueryParser for DisjunctionMaxQuery, et al.

2013-07-23 Thread Beale, Jim (US-KOP)
: QueryParser for DisjunctionMaxQuery, et al. : Subject: QueryParser for DisjunctionMaxQuery, et al. : References: <1374578398714-4079673.p...@n3.nabble.com> : In-Reply-To: <1374578398714-4079673.p...@n3.nabble.com> https://people.apache.org/~hossman/#threadhijack Thread Hijacking on M

RE: QueryParser for DisjunctionMaxQuery, et al.

2013-07-23 Thread Beale, Jim (US-KOP)
ssage- From: Jack Krupansky [mailto:j...@basetechnology.com] Sent: Tuesday, July 23, 2013 10:22 AM To: java-user@lucene.apache.org Subject: Re: QueryParser for DisjunctionMaxQuery, et al. I came up with some human-readable BNF rules for the Solr, dismax, and edismax query parsers. They are in my boo

Re: QueryParser for DisjunctionMaxQuery, et al.

2013-07-23 Thread Chris Hostetter
: Subject: QueryParser for DisjunctionMaxQuery, et al. : References: <1374578398714-4079673.p...@n3.nabble.com> : In-Reply-To: <1374578398714-4079673.p...@n3.nabble.com> https://people.apache.org/~hossman/#threadhijack Thread Hijacking on Mailing Lists When starting a new dis

Re: QueryParser for DisjunctionMaxQuery, et al.

2013-07-23 Thread Jack Krupansky
P) Sent: Tuesday, July 23, 2013 10:07 AM To: java-user@lucene.apache.org Subject: QueryParser for DisjunctionMaxQuery, et al. Hello all, It seems somewhat odd to me that the Query classes generate strings that the QueryParser won't parse. Does anyone have a QueryParser that will parse the

QueryParser for DisjunctionMaxQuery, et al.

2013-07-23 Thread Beale, Jim (US-KOP)
Hello all, It seems somewhat odd to me that the Query classes generate strings that the QueryParser won't parse. Does anyone have a QueryParser that will parse the full range of Lucene query strings? Failing that, has the BNF been written down somewhere? I can't seem to find it for the full c