[jira] [Commented] (LUCENE-8565) SimpleQueryParser to support field filtering (aka Add field:text operator)

2019-08-16 Thread Itamar Syn-Hershko (JIRA)
for anything in particular that I can help in finalizing? Would really like to see this merged in. Thanks > SimpleQueryParser to support field filtering (aka Add field:text operator) > -- > >

[jira] [Commented] (LUCENE-8565) SimpleQueryParser to support field filtering (aka Add field:text operator)

2019-02-19 Thread Itamar Syn-Hershko (JIRA)
he Lucene versioning policy about that would be; but we can always change the default flag to turn off field filtering support > SimpleQueryParser to support field filtering (aka Add field:text operator) > -- > >

[jira] [Commented] (LUCENE-8565) SimpleQueryParser to support field filtering (aka Add field:text operator)

2019-02-19 Thread Adrien Grand (JIRA)
I'm wondering is whether some users are going to get caught by surprise if they rely on this limitation to prevent their users from searching other fields than the ones that are configured on the parser (since the default flag enables all operators). > SimpleQueryParser to support field filter

Re: SimpleQueryParser to support field filtering?

2019-02-19 Thread Itamar Syn-Hershko
Anyone? -- Itamar Syn-Hershko CTO, Founder BigData Boutique Elasticsearch Consulting Partner Microsoft MVP | Lucene.NET PMC http://code972.com | @synhershko On Mon, Jan 14, 2019 at 10:19 AM Itamar Syn-Hershko wrote: > Hi all, > >

SimpleQueryParser to support field filtering?

2019-01-14 Thread Itamar Syn-Hershko
Hi all, I sent a PR back in November to resolve the title and would appreciate feedback. Summary: SimpleQueryParser lacks support for the `field:` operator for creating queries which operate on fields other than the default field. Seems like one can either get the parsed query to operate on a si

[jira] [Updated] (LUCENE-8565) SimpleQueryParser to support field filtering (aka Add field:text operator)

2018-11-14 Thread Itamar Syn-Hershko (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-8565?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Itamar Syn-Hershko updated LUCENE-8565: --- Summary: SimpleQueryParser to support field filtering (aka Add field:text operator

[jira] [Updated] (LUCENE-8565) SimpleQueryParser to support field filtering (aka Add field:text operator)

2018-11-14 Thread Itamar Syn-Hershko (JIRA)
rather left out for simplicity, but since we are using this QP implementation more and more (mostly through Elasticsearch) we thought it would be useful to have it in. Seems like this is not too hard to pull off and I'll be happy to contribute a patch for it. > SimpleQueryParser to suppo