[jira] [Comment Edited] (LUCENE-9616) Improve test coverage for internal format versions

2020-11-23 Thread Julie Tibshirani (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9616?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17237767#comment-17237767 ] Julie Tibshirani edited comment on LUCENE-9616 at 11/24/20, 12:45 AM:

[jira] [Commented] (LUCENE-9616) Improve test coverage for internal format versions

2020-11-23 Thread Julie Tibshirani (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9616?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17237767#comment-17237767 ] Julie Tibshirani commented on LUCENE-9616: -- This seems like a nice way to refra

[GitHub] [lucene-solr] TomMD commented on pull request #2092: SOLR-15009 Propogate IOException from DF.exists

2020-11-23 Thread GitBox
TomMD commented on pull request #2092: URL: https://github.com/apache/lucene-solr/pull/2092#issuecomment-732502367 @madrob I see a backend failure which lacks sufficient explanation. We have opened a ticket to investigate further. In the mean time I have re-started analysis of this PR.

[jira] [Comment Edited] (SOLR-14788) Solr: The Next Big Thing

2020-11-23 Thread Mark Robert Miller (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14788?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17237734#comment-17237734 ] Mark Robert Miller edited comment on SOLR-14788 at 11/23/20, 10:38 PM:

[jira] [Commented] (SOLR-14788) Solr: The Next Big Thing

2020-11-23 Thread Mark Robert Miller (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14788?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17237734#comment-17237734 ] Mark Robert Miller commented on SOLR-14788: --- It’s been on my mind, so before I

[GitHub] [lucene-solr] dxl360 edited a comment on pull request #2080: LUCENE-8947: Skip field length accumulation when norms are disabled

2020-11-23 Thread GitBox
dxl360 edited a comment on pull request #2080: URL: https://github.com/apache/lucene-solr/pull/2080#issuecomment-732411622 Had offline discussion with @mikemccand. Maybe we can change the type of `invertState.length` from `int` to `long` and keep the current check on field length/termFreq

[GitHub] [lucene-solr] dxl360 commented on pull request #2080: LUCENE-8947: Skip field length accumulation when norms are disabled

2020-11-23 Thread GitBox
dxl360 commented on pull request #2080: URL: https://github.com/apache/lucene-solr/pull/2080#issuecomment-732411622 Had offline discussion with @mikemccand. Maybe we can change the type of `invertState.length` from `int` to `long` and keep the current check on field length/termFreq accumul

[GitHub] [lucene-solr] mikemccand commented on a change in pull request #2095: LUCENE-9618: Do not call IntervalIterator.nextInterval after NO_MORE_DOCS returned

2020-11-23 Thread GitBox
mikemccand commented on a change in pull request #2095: URL: https://github.com/apache/lucene-solr/pull/2095#discussion_r528930069 ## File path: lucene/queries/src/java/org/apache/lucene/queries/intervals/IntervalIterator.java ## @@ -82,6 +82,11 @@ public int width() { /**

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

2020-11-23 Thread GitBox
alessandrobenedetti opened a new pull request #2096: URL: https://github.com/apache/lucene-solr/pull/2096 # Description This pull requests add a parameter 'interleavingAlgorithm' in Learning To Rank to specify the Interleaving algorithm to use (Only TeamDraft supported) # Solution

[GitHub] [lucene-solr] zhaih opened a new pull request #2095: LUCENE-9618: Do not call IntervalIterator.nextInterval after NO_MORE_DOCS returned

2020-11-23 Thread GitBox
zhaih opened a new pull request #2095: URL: https://github.com/apache/lucene-solr/pull/2095 # Description * In `ConjunctionIntervalIterator` check whether approximation's returned docId is NO_MORE_DOCS to avoid `nextInterval()` call after NO_MORE_DOCS is returned

[jira] [Comment Edited] (SOLR-15012) Add a logging filter marker for /admin/ping requests to be silenced via log4j2.xml

2020-11-23 Thread David Smiley (Jira)
[ https://issues.apache.org/jira/browse/SOLR-15012?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17237590#comment-17237590 ] David Smiley edited comment on SOLR-15012 at 11/23/20, 6:31 PM: ---

[jira] [Commented] (SOLR-15012) Add a logging filter marker for /admin/ping requests to be silenced via log4j2.xml

2020-11-23 Thread David Smiley (Jira)
[ https://issues.apache.org/jira/browse/SOLR-15012?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17237590#comment-17237590 ] David Smiley commented on SOLR-15012: - Moreover... I wonder if all "request logging"

[jira] [Resolved] (SOLR-14973) Solr 8.6 is shipping libraries that are incompatible with each other

2020-11-23 Thread Kevin Risden (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14973?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kevin Risden resolved SOLR-14973. - Resolution: Fixed Marking as fixed in 8.7. Thanks [~schuch] for finding the fix. Thanks [~shurem

[jira] [Updated] (SOLR-14973) Solr 8.6 is shipping libraries that are incompatible with each other

2020-11-23 Thread Kevin Risden (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14973?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kevin Risden updated SOLR-14973: Fix Version/s: 8.7 > Solr 8.6 is shipping libraries that are incompatible with each other > ---

[jira] [Assigned] (SOLR-14973) Solr 8.6 is shipping libraries that are incompatible with each other

2020-11-23 Thread Kevin Risden (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14973?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kevin Risden reassigned SOLR-14973: --- Assignee: Tim Allison > Solr 8.6 is shipping libraries that are incompatible with each other

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

2020-11-23 Thread Christine Poerschke (Jira)
[ https://issues.apache.org/jira/browse/SOLR-15010?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17237571#comment-17237571 ] Christine Poerschke commented on SOLR-15010: {quote}... Thoughts on maybe onl

[jira] [Commented] (SOLR-15008) Avoid building OrdinalMap for each facet

2020-11-23 Thread Radu Gheorghe (Jira)
[ https://issues.apache.org/jira/browse/SOLR-15008?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17237533#comment-17237533 ] Radu Gheorghe commented on SOLR-15008: -- Thanks for pointing to the optimization, it'

[GitHub] [lucene-solr] madrob commented on pull request #2092: SOLR-15009 Propogate IOException from DF.exists

2020-11-23 Thread GitBox
madrob commented on pull request #2092: URL: https://github.com/apache/lucene-solr/pull/2092#issuecomment-732299521 @TomMD musebot seems to be stuck - any ideas? This is an automated message from the Apache Git Service. To re

[jira] [Commented] (SOLR-15008) Avoid building OrdinalMap for each facet

2020-11-23 Thread Michael Gibney (Jira)
[ https://issues.apache.org/jira/browse/SOLR-15008?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17237511#comment-17237511 ] Michael Gibney commented on SOLR-15008: --- I think [this optimization|https://github

[jira] [Commented] (SOLR-15014) Runaway replica creation with autoscaling example from ref guide

2020-11-23 Thread Gus Heck (Jira)
[ https://issues.apache.org/jira/browse/SOLR-15014?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17237501#comment-17237501 ] Gus Heck commented on SOLR-15014: - Actually I got brave and let it run longer, and it see

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

2020-11-23 Thread Alessandro Benedetti (Jira)
Alessandro Benedetti created SOLR-15015: --- Summary: Add support for Interleaving Algorithm parameter in Learning To Rank Key: SOLR-15015 URL: https://issues.apache.org/jira/browse/SOLR-15015 Proj

[jira] [Commented] (SOLR-15014) Runaway replica creation with autoscaling example from ref guide

2020-11-23 Thread Gus Heck (Jira)
[ https://issues.apache.org/jira/browse/SOLR-15014?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17237495#comment-17237495 ] Gus Heck commented on SOLR-15014: - Discussion on slack suggests that given the fact that

[jira] [Updated] (SOLR-15014) Runaway replica creation with autoscaling example from ref guide

2020-11-23 Thread Gus Heck (Jira)
[ https://issues.apache.org/jira/browse/SOLR-15014?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gus Heck updated SOLR-15014: Attachment: Screen Shot 2020-11-23 at 11.40.29 AM.png > Runaway replica creation with autoscaling example f

[jira] [Created] (SOLR-15014) Runaway replica creation with autoscaling example from ref guide

2020-11-23 Thread Gus Heck (Jira)
Gus Heck created SOLR-15014: --- Summary: Runaway replica creation with autoscaling example from ref guide Key: SOLR-15014 URL: https://issues.apache.org/jira/browse/SOLR-15014 Project: Solr Issue Ty

[jira] [Resolved] (SOLR-15008) Avoid building OrdinalMap for each facet

2020-11-23 Thread Radu Gheorghe (Jira)
[ https://issues.apache.org/jira/browse/SOLR-15008?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Radu Gheorghe resolved SOLR-15008. -- Resolution: Won't Fix > Avoid building OrdinalMap for each facet >

[jira] [Commented] (SOLR-15008) Avoid building OrdinalMap for each facet

2020-11-23 Thread Radu Gheorghe (Jira)
[ https://issues.apache.org/jira/browse/SOLR-15008?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17237488#comment-17237488 ] Radu Gheorghe commented on SOLR-15008: -- > Yes, I'd be inclined to agree (pending con

[GitHub] [lucene-solr] HoustonPutman commented on a change in pull request #1972: SOLR-14915: Prometheus-exporter does not depend on Solr-core any longer

2020-11-23 Thread GitBox
HoustonPutman commented on a change in pull request #1972: URL: https://github.com/apache/lucene-solr/pull/1972#discussion_r528841890 ## File path: solr/contrib/prometheus-exporter/src/java/org/apache/solr/prometheus/exporter/MetricsConfiguration.java ## @@ -77,22 +79,22 @@ pu

[jira] [Created] (SOLR-15013) Reproducing test failure TestFieldCacheSort 8x

2020-11-23 Thread Erick Erickson (Jira)
Erick Erickson created SOLR-15013: - Summary: Reproducing test failure TestFieldCacheSort 8x Key: SOLR-15013 URL: https://issues.apache.org/jira/browse/SOLR-15013 Project: Solr Issue Type: Bug

[jira] [Commented] (SOLR-14413) allow timeAllowed and cursorMark parameters

2020-11-23 Thread Bram Van Dam (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14413?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17237423#comment-17237423 ] Bram Van Dam commented on SOLR-14413: - [~slackhappy] [~mdrob] Sounds good to me. When

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

2020-11-23 Thread GitBox
iverase commented on pull request #2094: URL: https://github.com/apache/lucene-solr/pull/2094#issuecomment-732187741 We have the same situation in PackedInts and FST where you cannot just pass a wrapped object. There is as well the issue where the serialisation / deserialisation is en

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

2020-11-23 Thread GitBox
jpountz commented on pull request #2094: URL: https://github.com/apache/lucene-solr/pull/2094#issuecomment-732177038 If we only have a few cases like that, maybe we could fork the writeHeader/readHeader logic inside BKDWriter/BKDReader so that we can apply different migration rules to thes

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

2020-11-23 Thread GitBox
iverase commented on pull request #2094: URL: https://github.com/apache/lucene-solr/pull/2094#issuecomment-732172442 That was my first approach but it become too hairy once I started to process headers and footers without wrapping the IndexOutput / IndexInput. One example is in the BKD tre

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

2020-11-23 Thread GitBox
dweiss commented on pull request #2094: URL: https://github.com/apache/lucene-solr/pull/2094#issuecomment-732161113 I agree with Adrien - I thought (but please correct me if I'm wrong) that a single wrapper would be needed to keep the code compatible with existing indexes and dropping this

[jira] [Commented] (LUCENE-9047) Directory APIs should be little endian

2020-11-23 Thread Dawid Weiss (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9047?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17237366#comment-17237366 ] Dawid Weiss commented on LUCENE-9047: - Hmm I don't know. I look at this patch an

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

2020-11-23 Thread GitBox
jpountz commented on pull request #2094: URL: https://github.com/apache/lucene-solr/pull/2094#issuecomment-732153572 Wow, exciting! I'm curious why you didn't generalize usage of `EndiannessReverserIndexInput` to all index formats like you did for SegmentInfos. My expectation is that it wo

[jira] [Commented] (LUCENE-9619) Move Points from a visitor API to a custor-style API?

2020-11-23 Thread Adrien Grand (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9619?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17237347#comment-17237347 ] Adrien Grand commented on LUCENE-9619: -- Here is what I have in mind in terms of API

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

2020-11-23 Thread GitBox
iverase opened a new pull request #2094: URL: https://github.com/apache/lucene-solr/pull/2094 Directory API is now little endian. Note that codecs still work on Big endian for backwards compatibility, therefore they reverse the bytes whenever they are writing / reading short, ints and long

[jira] [Comment Edited] (SOLR-15012) Add a logging filter marker for /admin/ping requests to be silenced via log4j2.xml

2020-11-23 Thread Nazerke Seidan (Jira)
[ https://issues.apache.org/jira/browse/SOLR-15012?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17237269#comment-17237269 ] Nazerke Seidan edited comment on SOLR-15012 at 11/23/20, 10:20 AM:

[jira] [Comment Edited] (SOLR-15012) Add a logging filter marker for /admin/ping requests to be silenced via log4j2.xml

2020-11-23 Thread Nazerke Seidan (Jira)
[ https://issues.apache.org/jira/browse/SOLR-15012?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17237269#comment-17237269 ] Nazerke Seidan edited comment on SOLR-15012 at 11/23/20, 10:20 AM:

[jira] [Comment Edited] (SOLR-15012) Add a logging filter marker for /admin/ping requests to be silenced via log4j2.xml

2020-11-23 Thread Nazerke Seidan (Jira)
[ https://issues.apache.org/jira/browse/SOLR-15012?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17237269#comment-17237269 ] Nazerke Seidan edited comment on SOLR-15012 at 11/23/20, 10:19 AM:

[jira] [Commented] (SOLR-15012) Add a logging filter marker for /admin/ping requests to be silenced via log4j2.xml

2020-11-23 Thread Nazerke Seidan (Jira)
[ https://issues.apache.org/jira/browse/SOLR-15012?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17237269#comment-17237269 ] Nazerke Seidan commented on SOLR-15012: --- [~gus], you have added a filter marker to

[jira] [Updated] (SOLR-15012) Add a logging filter marker for /admin/ping requests to be silenced via log4j2.xml

2020-11-23 Thread Nazerke Seidan (Jira)
[ https://issues.apache.org/jira/browse/SOLR-15012?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Nazerke Seidan updated SOLR-15012: -- Description: While looking at logs, I have observed a lot of noise from /admin/ping requests wh

[jira] [Created] (SOLR-15012) Add a logging filter marker for /admin/ping requests to be silenced via log4j2.xml

2020-11-23 Thread Nazerke Seidan (Jira)
Nazerke Seidan created SOLR-15012: - Summary: Add a logging filter marker for /admin/ping requests to be silenced via log4j2.xml Key: SOLR-15012 URL: https://issues.apache.org/jira/browse/SOLR-15012 Pr

[jira] [Created] (LUCENE-9620) Add Weight#count(LeafReaderContext)

2020-11-23 Thread Adrien Grand (Jira)
Adrien Grand created LUCENE-9620: Summary: Add Weight#count(LeafReaderContext) Key: LUCENE-9620 URL: https://issues.apache.org/jira/browse/LUCENE-9620 Project: Lucene - Core Issue Type: Impro

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

2020-11-23 Thread GitBox
iverase opened a new pull request #2093: URL: https://github.com/apache/lucene-solr/pull/2093 When querying a shape field with a Geometry collection and a CONTAINS spatial relationship, the query is rewritten as a boolean query. We should wrap the resulting query with a ConstantScoreQuery.

[jira] [Resolved] (LUCENE-9595) Component2D#withinPoint logic is inconsistent with ShapeQuery logic

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

[jira] [Commented] (LUCENE-9595) Component2D#withinPoint logic is inconsistent with ShapeQuery logic

2020-11-23 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9595?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17237222#comment-17237222 ] ASF subversion and git services commented on LUCENE-9595: - Commi

[jira] [Commented] (LUCENE-9595) Component2D#withinPoint logic is inconsistent with ShapeQuery logic

2020-11-23 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9595?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17237220#comment-17237220 ] ASF subversion and git services commented on LUCENE-9595: - Commi

[GitHub] [lucene-solr] iverase merged pull request #2059: LUCENE-9595: Make Component2D#withinPoint implementations consistent with ShapeQuery logic

2020-11-23 Thread GitBox
iverase merged pull request #2059: URL: https://github.com/apache/lucene-solr/pull/2059 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

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

2020-11-23 Thread Adrien Grand (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9614?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17237219#comment-17237219 ] Adrien Grand commented on LUCENE-9614: -- I wonder if the Query could be just a map f

[jira] [Commented] (SOLR-14973) Solr 8.6 is shipping libraries that are incompatible with each other

2020-11-23 Thread Samir Huremovic (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14973?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17237211#comment-17237211 ] Samir Huremovic commented on SOLR-14973: Confirmed fixed in 8.7. > Solr 8.6 is s

[jira] [Commented] (LUCENE-9581) Clarify discardCompoundToken behavior in the JapaneseTokenizer

2020-11-23 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9581?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17237197#comment-17237197 ] ASF subversion and git services commented on LUCENE-9581: - Commi

[jira] [Resolved] (LUCENE-9581) Clarify discardCompoundToken behavior in the JapaneseTokenizer

2020-11-23 Thread Jim Ferenczi (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9581?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jim Ferenczi resolved LUCENE-9581. -- Fix Version/s: 8.8 master (9.0) Resolution: Fixed > Clarify discardC

[jira] [Updated] (LUCENE-9023) GlobalOrdinalsWithScore should not compute occurrences when the provided min is 1

2020-11-23 Thread Jim Ferenczi (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9023?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jim Ferenczi updated LUCENE-9023: - Fix Version/s: master (9.0) > GlobalOrdinalsWithScore should not compute occurrences when the pr