[jira] [Resolved] (LUCENE-9606) Wrap boolean queries generated by shape fields with a Constant score query

2020-11-24 Thread Ignacio Vera (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9606?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ignacio Vera resolved LUCENE-9606. -- Fix Version/s: 8.8 Assignee: Ignacio Vera Resolution: Fixed > Wrap boolean

[GitHub] [lucene-solr] iverase commented on pull request #2093: LUCENE-9606: Wrap boolean queries generated by shape fields with a Constant score query

2020-11-24 Thread GitBox
iverase commented on pull request #2093: URL: https://github.com/apache/lucene-solr/pull/2093#issuecomment-733529325 Thanks @dsmiley! This is an automated message from the Apache Git Service. To respond to the message,

[jira] [Commented] (LUCENE-9606) Wrap boolean queries generated by shape fields with a Constant score query

2020-11-24 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9606?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17238582#comment-17238582 ] ASF subversion and git services commented on LUCENE-9606: - Commit

[jira] [Commented] (LUCENE-9606) Wrap boolean queries generated by shape fields with a Constant score query

2020-11-24 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9606?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17238581#comment-17238581 ] ASF subversion and git services commented on LUCENE-9606: - Commit

[GitHub] [lucene-solr] iverase merged pull request #2093: LUCENE-9606: Wrap boolean queries generated by shape fields with a Constant score query

2020-11-24 Thread GitBox
iverase merged pull request #2093: URL: https://github.com/apache/lucene-solr/pull/2093 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to

[jira] [Commented] (SOLR-15010) Missing jstack warning is alarming, when using bin/solr as client interface to solr

2020-11-24 Thread David Eric Pugh (Jira)
[ https://issues.apache.org/jira/browse/SOLR-15010?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17238340#comment-17238340 ] David Eric Pugh commented on SOLR-15010: This would solve my frustration with seeing this

[jira] [Commented] (SOLR-15010) Missing jstack warning is alarming, when using bin/solr as client interface to solr

2020-11-24 Thread David Smiley (Jira)
[ https://issues.apache.org/jira/browse/SOLR-15010?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17238332#comment-17238332 ] David Smiley commented on SOLR-15010: - The reason this is happening is very very likely because you

[jira] [Resolved] (SOLR-14990) Reproducing test failure for TestRandomDVFaceting, trunk and 8x

2020-11-24 Thread Erick Erickson (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14990?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Erick Erickson resolved SOLR-14990. --- Resolution: Cannot Reproduce Apparently fixed by LUCENE-9536 > Reproducing test failure for

[jira] [Commented] (LUCENE-9614) Implement KNN Query

2020-11-24 Thread Adrien Grand (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9614?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17238144#comment-17238144 ] Adrien Grand commented on LUCENE-9614: -- Yes, caching relies on it though we always use rewritten

[jira] [Commented] (LUCENE-9614) Implement KNN Query

2020-11-24 Thread Michael Sokolov (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9614?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17238133#comment-17238133 ] Michael Sokolov commented on LUCENE-9614: - > I wonder if the Query could be just a map from N

[GitHub] [lucene-solr] iverase commented on a change in pull request #2094: LUCENE-9047: Move the Directory APIs to be little endian

2020-11-24 Thread GitBox
iverase commented on a change in pull request #2094: URL: https://github.com/apache/lucene-solr/pull/2094#discussion_r529553632 ## File path: lucene/core/src/java/org/apache/lucene/store/DataInput.java ## @@ -92,15 +92,20 @@ public void readBytes(byte[] b, int offset, int len,

[GitHub] [lucene-solr] iverase commented on pull request #2094: LUCENE-9047: Move the Directory APIs to be little endian

2020-11-24 Thread GitBox
iverase commented on pull request #2094: URL: https://github.com/apache/lucene-solr/pull/2094#issuecomment-732975608 I addressed Adrien's comments and introduce a `EndiannessReverserIndexOutput`. This allows to remove all the reverse dancing from the `SortFields` and those classes remain

[GitHub] [lucene-solr] jpountz commented on pull request #2094: LUCENE-9047: Move the Directory APIs to be little endian

2020-11-24 Thread GitBox
jpountz commented on pull request #2094: URL: https://github.com/apache/lucene-solr/pull/2094#issuecomment-732970250 @dweiss I don't think I had got you wrong, I wanted to make sure I had understood what you meant and that I was not missing a simplification for the backward-compatibility

[GitHub] [lucene-solr] iverase commented on a change in pull request #2094: LUCENE-9047: Move the Directory APIs to be little endian

2020-11-24 Thread GitBox
iverase commented on a change in pull request #2094: URL: https://github.com/apache/lucene-solr/pull/2094#discussion_r529540139 ## File path: lucene/core/src/java/org/apache/lucene/store/DataOutput.java ## @@ -210,8 +210,14 @@ public final void writeZInt(int i) throws

[GitHub] [lucene-solr] iverase commented on a change in pull request #2094: LUCENE-9047: Move the Directory APIs to be little endian

2020-11-24 Thread GitBox
iverase commented on a change in pull request #2094: URL: https://github.com/apache/lucene-solr/pull/2094#discussion_r529539703 ## File path: lucene/core/src/java/org/apache/lucene/util/bkd/OfflinePointWriter.java ## @@ -54,7 +54,10 @@ public void append(byte[] packedValue,

[GitHub] [lucene-solr] iverase commented on a change in pull request #2094: LUCENE-9047: Move the Directory APIs to be little endian

2020-11-24 Thread GitBox
iverase commented on a change in pull request #2094: URL: https://github.com/apache/lucene-solr/pull/2094#discussion_r529539404 ## File path: lucene/replicator/src/java/org/apache/lucene/replicator/nrt/CopyOneFile.java ## @@ -96,11 +96,12 @@ public boolean visit() throws

[GitHub] [lucene-solr] iverase commented on a change in pull request #2094: LUCENE-9047: Move the Directory APIs to be little endian

2020-11-24 Thread GitBox
iverase commented on a change in pull request #2094: URL: https://github.com/apache/lucene-solr/pull/2094#discussion_r529537298 ## File path: lucene/core/src/java/org/apache/lucene/store/DataInput.java ## @@ -155,26 +160,25 @@ public int readZInt() throws IOException { *

[GitHub] [lucene-solr] iverase commented on a change in pull request #2094: LUCENE-9047: Move the Directory APIs to be little endian

2020-11-24 Thread GitBox
iverase commented on a change in pull request #2094: URL: https://github.com/apache/lucene-solr/pull/2094#discussion_r529537082 ## File path: lucene/core/src/java/org/apache/lucene/search/SortedNumericSortField.java ## @@ -106,20 +107,21 @@ public Provider() {

[GitHub] [lucene-solr] iverase commented on a change in pull request #2094: LUCENE-9047: Move the Directory APIs to be little endian

2020-11-24 Thread GitBox
iverase commented on a change in pull request #2094: URL: https://github.com/apache/lucene-solr/pull/2094#discussion_r529536955 ## File path: lucene/core/src/java/org/apache/lucene/search/SortField.java ## @@ -148,12 +149,12 @@ public Provider() { @Override public

[GitHub] [lucene-solr] iverase commented on a change in pull request #2094: LUCENE-9047: Move the Directory APIs to be little endian

2020-11-24 Thread GitBox
iverase commented on a change in pull request #2094: URL: https://github.com/apache/lucene-solr/pull/2094#discussion_r529536245 ## File path: lucene/core/src/java/org/apache/lucene/codecs/CodecUtil.java ## @@ -570,6 +571,23 @@ static void writeCRC(IndexOutput output) throws

[jira] [Resolved] (LUCENE-9508) DocumentsWriter doesn't check for BlockedFlushes in stall mode``

2020-11-24 Thread Simon Willnauer (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9508?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Simon Willnauer resolved LUCENE-9508. - Fix Version/s: 8.8 master (9.0) Lucene Fields: New,Patch

[jira] [Commented] (LUCENE-9508) DocumentsWriter doesn't check for BlockedFlushes in stall mode``

2020-11-24 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9508?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17238072#comment-17238072 ] ASF subversion and git services commented on LUCENE-9508: - Commit

[GitHub] [lucene-solr] s1monw merged pull request #2085: LUCENE-9508: Fix DocumentsWriter to block threads until unstalled

2020-11-24 Thread GitBox
s1monw merged pull request #2085: URL: https://github.com/apache/lucene-solr/pull/2085 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go

[GitHub] [lucene-solr] dweiss commented on pull request #2094: LUCENE-9047: Move the Directory APIs to be little endian

2020-11-24 Thread GitBox
dweiss commented on pull request #2094: URL: https://github.com/apache/lucene-solr/pull/2094#issuecomment-732846144 Sure, Adrien. Guys, don't get me wrong - I'm not vetoing the change, I'm just saying it looks terrible with all those calls all over the place. :) But I also can't sit on

[GitHub] [lucene-solr] jpountz commented on pull request #2094: LUCENE-9047: Move the Directory APIs to be little endian

2020-11-24 Thread GitBox
jpountz commented on pull request #2094: URL: https://github.com/apache/lucene-solr/pull/2094#issuecomment-732827520 > But these methods are all over classes that are reused across codecs - not just codec-specific ones (CodecUtil, etc.)... once you commit this in something tells me

[GitHub] [lucene-solr] jpountz commented on a change in pull request #2094: LUCENE-9047: Move the Directory APIs to be little endian

2020-11-24 Thread GitBox
jpountz commented on a change in pull request #2094: URL: https://github.com/apache/lucene-solr/pull/2094#discussion_r529369260 ## File path: lucene/core/src/java/org/apache/lucene/codecs/CodecUtil.java ## @@ -570,6 +571,23 @@ static void writeCRC(IndexOutput output) throws

[jira] [Updated] (SOLR-15015) Add support for Interleaving Algorithm parameter in Learning To Rank

2020-11-24 Thread Alessandro Benedetti (Jira)
[ https://issues.apache.org/jira/browse/SOLR-15015?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alessandro Benedetti updated SOLR-15015: Fix Version/s: 8.8 master (9.0) > Add support for Interleaving

[jira] [Resolved] (SOLR-15015) Add support for Interleaving Algorithm parameter in Learning To Rank

2020-11-24 Thread Alessandro Benedetti (Jira)
[ https://issues.apache.org/jira/browse/SOLR-15015?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alessandro Benedetti resolved SOLR-15015. - Resolution: Fixed Merged in master / 8.x branch > Add support for Interleaving

[jira] [Commented] (SOLR-15015) Add support for Interleaving Algorithm parameter in Learning To Rank

2020-11-24 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/SOLR-15015?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17238023#comment-17238023 ] ASF subversion and git services commented on SOLR-15015: Commit

[jira] [Commented] (SOLR-15015) Add support for Interleaving Algorithm parameter in Learning To Rank

2020-11-24 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/SOLR-15015?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17238017#comment-17238017 ] ASF subversion and git services commented on SOLR-15015: Commit

[jira] [Commented] (SOLR-15015) Add support for Interleaving Algorithm parameter in Learning To Rank

2020-11-24 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/SOLR-15015?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17238013#comment-17238013 ] ASF subversion and git services commented on SOLR-15015: Commit

[GitHub] [lucene-solr] dweiss commented on pull request #2094: LUCENE-9047: Move the Directory APIs to be little endian

2020-11-24 Thread GitBox
dweiss commented on pull request #2094: URL: https://github.com/apache/lucene-solr/pull/2094#issuecomment-732797761 But these methods are all over classes that are reused across codecs - not just codec-specific ones (CodecUtil, etc.)... once you commit this in something tells me they'll

[GitHub] [lucene-solr] alessandrobenedetti merged pull request #2096: SOLR-15015: added support to parametric Interleaving algorithm

2020-11-24 Thread GitBox
alessandrobenedetti merged pull request #2096: URL: https://github.com/apache/lucene-solr/pull/2096 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the

[GitHub] [lucene-solr] iverase commented on pull request #2094: LUCENE-9047: Move the Directory APIs to be little endian

2020-11-24 Thread GitBox
iverase commented on pull request #2094: URL: https://github.com/apache/lucene-solr/pull/2094#issuecomment-732765973 @dweiss This should be only a temporary situation. The idea is to create new codecs that would not wrap those calls. The current codecs will be move to backwards codecs

[GitHub] [lucene-solr] dweiss commented on pull request #2094: LUCENE-9047: Move the Directory APIs to be little endian

2020-11-24 Thread GitBox
dweiss commented on pull request #2094: URL: https://github.com/apache/lucene-solr/pull/2094#issuecomment-732744204 Thanks @iverase ! I admit I grew up with big endian (assembly on M68k) and little endian always confused the hell out of me looking at memory hex dumps... but even my