Re: Query of Death Lucene/Solr 7.6

2019-05-30 Thread Michael Gibney
---Original message- > > From:Michael Gibney > > Sent: Friday 22nd February 2019 17:22 > > To: solr-user@lucene.apache.org > > Subject: Re: Query of Death Lucene/Solr 7.6 > > > > Ah... I think there are two issues likely at play here. One is LUCENE-8531 > > &

RE: Query of Death Lucene/Solr 7.6

2019-05-30 Thread Markus Jelsma
ary 2019 17:22 > To: solr-user@lucene.apache.org > Subject: Re: Query of Death Lucene/Solr 7.6 > > Ah... I think there are two issues likely at play here. One is LUCENE-8531 > <https://issues.apache.org/jira/browse/LUCENE-8531>, which reverts a bug > related to SpanNearQuer

Re: Query of Death Lucene/Solr 7.6

2019-02-22 Thread Michael Gibney
ce SOLR-12243 is new in 7.6, does anyone know that SOLR-12243 could > > have this side-effect? > > > > Thanks, > > Markus > > > > > > -Original message- > > > From:Michael Gibney > > > Sent: Friday 8th February 2019 17:19 > >

Re: Query of Death Lucene/Solr 7.6

2019-02-22 Thread Gregg Donovan
ns the problem on or off. > > Since SOLR-12243 is new in 7.6, does anyone know that SOLR-12243 could > have this side-effect? > > Thanks, > Markus > > > -Original message- > > From:Michael Gibney > > Sent: Friday 8th February 2019 17:19 > > To:

RE: Query of Death Lucene/Solr 7.6

2019-02-22 Thread Markus Jelsma
, does anyone know that SOLR-12243 could have this side-effect? Thanks, Markus -Original message- > From:Michael Gibney > Sent: Friday 8th February 2019 17:19 > To: solr-user@lucene.apache.org > Subject: Re: Query of Death Lucene/Solr 7.6 > > Hi Markus, > As of 7.

Re: Query of Death Lucene/Solr 7.6

2019-02-08 Thread Michael Gibney
Hi Markus, As of 7.6, LUCENE-8531 reverted a graph/Spans-based phrase query implementation (introduced in 6.5 -- LUCENE-7699 ) to an implementation that builds a separate phrase query for each pos

Query of Death Lucene/Solr 7.6

2019-02-08 Thread Markus Jelsma
Hello (apologies for cross-posting), While working on SOLR-12743, using 7.6 on two nodes and 7.2.1 on the remaining four, we stumbled upon a situation where the 7.6 nodes quickly succumb when a 'Query-of-Death' is issued, 7.2.1 up to 7.5 are all unaffected (tested and confirmed). Following Smi