[GitHub] [lucene] uschindler commented on pull request #487: LUCENE-10234: Change module prefix to org.apache.*

2021-11-29 Thread GitBox
uschindler commented on pull request #487: URL: https://github.com/apache/lucene/pull/487#issuecomment-982373860 > I don't think we want to repeat the manual tests for the luke start scripts every release or receive bug reports from users right after publishing the artifacts. If we need th

[GitHub] [lucene] zacharymorn commented on a change in pull request #456: LUCENE-10236: Add change entry

2021-11-29 Thread GitBox
zacharymorn commented on a change in pull request #456: URL: https://github.com/apache/lucene/pull/456#discussion_r759008594 ## File path: lucene/CHANGES.txt ## @@ -57,7 +57,9 @@ Optimizations Bug Fixes - -(No changes) + +* LUCENE-10236: Update field-wei

[GitHub] [lucene] zacharymorn commented on a change in pull request #418: LUCENE-10061: Implements dynamic pruning support for CombinedFieldsQuery

2021-11-29 Thread GitBox
zacharymorn commented on a change in pull request #418: URL: https://github.com/apache/lucene/pull/418#discussion_r759006970 ## File path: lucene/sandbox/src/java/org/apache/lucene/sandbox/search/CombinedFieldQuery.java ## @@ -441,6 +491,273 @@ public boolean isCacheable(LeafR

[GitHub] [lucene] dweiss commented on pull request #487: LUCENE-10234: Change module prefix to org.apache.*

2021-11-29 Thread GitBox
dweiss commented on pull request #487: URL: https://github.com/apache/lucene/pull/487#issuecomment-982361203 @uschindler Let me know when you think it's ready and I'll merge/ backport. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to

[GitHub] [lucene] dweiss commented on pull request #487: LUCENE-10234: Change module prefix to org.apache.*

2021-11-29 Thread GitBox
dweiss commented on pull request #487: URL: https://github.com/apache/lucene/pull/487#issuecomment-982360434 > I'd like to seek a way to integrate a sanity check for it into our smoke test or CI. I know how to do it - I am doing it elsewhere. I just need to get to this part. Track t

[GitHub] [lucene] dweiss commented on a change in pull request #487: LUCENE-10234: Change module prefix to org.apache.*

2021-11-29 Thread GitBox
dweiss commented on a change in pull request #487: URL: https://github.com/apache/lucene/pull/487#discussion_r758999719 ## File path: gradle/java/jar-manifest.gradle ## @@ -78,4 +87,30 @@ subprojects { }) } } -} \ No newline at end of file +} + +c

[GitHub] [lucene] mocobeta commented on pull request #487: LUCENE-10234: Change module prefix to org.apache.*

2021-11-29 Thread GitBox
mocobeta commented on pull request #487: URL: https://github.com/apache/lucene/pull/487#issuecomment-982356054 > the powershell scripts have much stricter isolation/ security checks and they would have to be signed. I'm not sure how this works but my experience on github actions infrastruc

[GitHub] [lucene] uschindler commented on a change in pull request #487: LUCENE-10234: Change module prefix to org.apache.*

2021-11-29 Thread GitBox
uschindler commented on a change in pull request #487: URL: https://github.com/apache/lucene/pull/487#discussion_r758994113 ## File path: gradle/java/jar-manifest.gradle ## @@ -78,4 +87,30 @@ subprojects { }) } } -} \ No newline at end of file +}

[GitHub] [lucene] dweiss commented on a change in pull request #487: LUCENE-10234: Change module prefix to org.apache.*

2021-11-29 Thread GitBox
dweiss commented on a change in pull request #487: URL: https://github.com/apache/lucene/pull/487#discussion_r758973336 ## File path: gradle/java/jar-manifest.gradle ## @@ -78,4 +87,30 @@ subprojects { }) } } -} \ No newline at end of file +} + +c

[GitHub] [lucene] dweiss commented on pull request #487: LUCENE-10234: Change module prefix to org.apache.*

2021-11-29 Thread GitBox
dweiss commented on pull request #487: URL: https://github.com/apache/lucene/pull/487#issuecomment-982330410 @mocobeta the powershell scripts have much stricter isolation/ security checks and they would have to be signed. I'm not sure how this works but my experience on github actions infr

[GitHub] [lucene] mocobeta edited a comment on pull request #487: LUCENE-10234: Change module prefix to org.apache.*

2021-11-29 Thread GitBox
mocobeta edited a comment on pull request #487: URL: https://github.com/apache/lucene/pull/487#issuecomment-982256615 I checked `luke.sh` and `luke.cmd` works for me, just in case. +1. From my experiences, launch scripts are the ones of the most fragile and often overlooked parts

[GitHub] [lucene] mocobeta edited a comment on pull request #487: LUCENE-10234: Change module prefix to org.apache.*

2021-11-29 Thread GitBox
mocobeta edited a comment on pull request #487: URL: https://github.com/apache/lucene/pull/487#issuecomment-982256615 I checked `luke.sh` and `luke.cmd` works for me, just in case. +1. From my experiences, launch scripts are the ones of the most fragile and often overlooked parts

[GitHub] [lucene] mocobeta commented on pull request #487: LUCENE-10234: Change module prefix to org.apache.*

2021-11-29 Thread GitBox
mocobeta commented on pull request #487: URL: https://github.com/apache/lucene/pull/487#issuecomment-982256615 I checked `luke.sh` and `luke.bat` works for me, just in case. +1. From my experiences, launch scripts are the ones of the most fragile and often overlooked parts in soft

[jira] [Resolved] (LUCENE-10258) DoubleValuesSource#fromScorer() should leverage ScoreCachingWrappingScorer

2021-11-29 Thread Greg Miller (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-10258?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Greg Miller resolved LUCENE-10258. -- Resolution: Won't Fix > DoubleValuesSource#fromScorer() should leverage ScoreCachingWrappingS

[jira] [Commented] (LUCENE-10258) DoubleValuesSource#fromScorer() should leverage ScoreCachingWrappingScorer

2021-11-29 Thread Greg Miller (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-10258?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17450833#comment-17450833 ] Greg Miller commented on LUCENE-10258: -- I added a small javadoc comment as a resul

[jira] [Commented] (LUCENE-10258) DoubleValuesSource#fromScorer() should leverage ScoreCachingWrappingScorer

2021-11-29 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-10258?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17450834#comment-17450834 ] ASF subversion and git services commented on LUCENE-10258: -- Co

[GitHub] [lucene] gsmiller merged pull request #492: Add javadoc note in DoubleValuesSource (see LUCENE-10258)

2021-11-29 Thread GitBox
gsmiller merged pull request #492: URL: https://github.com/apache/lucene/pull/492 -- 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 to the specific comment. To unsubscribe, e-mail: issues-unsubscr.

[jira] [Commented] (LUCENE-10258) DoubleValuesSource#fromScorer() should leverage ScoreCachingWrappingScorer

2021-11-29 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-10258?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17450807#comment-17450807 ] ASF subversion and git services commented on LUCENE-10258: -- Co

[GitHub] [lucene] gsmiller merged pull request #490: Add javadoc note in DoubleValuesSource (see LUCENE-10258)

2021-11-29 Thread GitBox
gsmiller merged pull request #490: URL: https://github.com/apache/lucene/pull/490 -- 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 to the specific comment. To unsubscribe, e-mail: issues-unsubscr.

[GitHub] [lucene] rmuir opened a new pull request #491: LUCENE-10270: Improve MIGRATE.md

2021-11-29 Thread GitBox
rmuir opened a new pull request #491: URL: https://github.com/apache/lucene/pull/491 The idea here is to do an 80/20 pass on MIGRATE.md to make it more readable, searchable, less ambiguous. * Separate sections for 9.0 and 9.1 * Remove abbreviations for artifact, package, class nam

[jira] [Updated] (LUCENE-10270) Improve MIGRATE.md

2021-11-29 Thread Robert Muir (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-10270?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Muir updated LUCENE-10270: - Fix Version/s: 9.1 > Improve MIGRATE.md > -- > > Key: LUCENE-10

[jira] [Created] (LUCENE-10270) Improve MIGRATE.md

2021-11-29 Thread Robert Muir (Jira)
Robert Muir created LUCENE-10270: Summary: Improve MIGRATE.md Key: LUCENE-10270 URL: https://issues.apache.org/jira/browse/LUCENE-10270 Project: Lucene - Core Issue Type: Task Rep

[GitHub] [lucene] mocobeta commented on pull request #487: LUCENE-10234: Change module prefix to org.apache.*

2021-11-29 Thread GitBox
mocobeta commented on pull request #487: URL: https://github.com/apache/lucene/pull/487#issuecomment-982134969 > Also I added a note that the module names should not be considered "stable". For what it's worth, I don't think this notice is needed. I've seen many small/large project

[GitHub] [lucene] rmuir commented on a change in pull request #485: LUCENE-10010: don't determinize in CompiledAutomaton/RunAutomaton

2021-11-29 Thread GitBox
rmuir commented on a change in pull request #485: URL: https://github.com/apache/lucene/pull/485#discussion_r758820290 ## File path: lucene/core/src/java/org/apache/lucene/search/AutomatonQuery.java ## @@ -65,7 +63,7 @@ * @param automaton Automaton to run, terms that are ac

[GitHub] [lucene] zhaih commented on a change in pull request #485: LUCENE-10010: don't determinize in CompiledAutomaton/RunAutomaton

2021-11-29 Thread GitBox
zhaih commented on a change in pull request #485: URL: https://github.com/apache/lucene/pull/485#discussion_r758815445 ## File path: lucene/core/src/java/org/apache/lucene/search/AutomatonQuery.java ## @@ -65,7 +63,7 @@ * @param automaton Automaton to run, terms that are ac

[GitHub] [lucene] zhaih commented on pull request #225: LUCENE-10010 Introduce NFARunAutomaton to run NFA directly

2021-11-29 Thread GitBox
zhaih commented on pull request #225: URL: https://github.com/apache/lucene/pull/225#issuecomment-982125853 Thanks @rmuir, I'll run a benchmark to ensure this PR does not introduce regression recently. I like the approach you proposed in #485, it would be nice if we can get rid of `

[jira] [Commented] (LUCENE-10255) Fully embrace the java module system

2021-11-29 Thread Uwe Schindler (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-10255?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17450762#comment-17450762 ] Uwe Schindler commented on LUCENE-10255: Thanks [~sor] for confirmation. We no

[GitHub] [lucene] rmuir merged pull request #489: support tables in generated html documentation

2021-11-29 Thread GitBox
rmuir merged pull request #489: URL: https://github.com/apache/lucene/pull/489 -- 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 to the specific comment. To unsubscribe, e-mail: issues-unsubscr...@

[GitHub] [lucene] uschindler commented on pull request #489: support tables in generated html documentation

2021-11-29 Thread GitBox
uschindler commented on pull request #489: URL: https://github.com/apache/lucene/pull/489#issuecomment-982083351 +1 -- 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 to the specific comment. To unsu

[GitHub] [lucene] uschindler commented on pull request #489: support tables in generated html documentation

2021-11-29 Thread GitBox
uschindler commented on pull request #489: URL: https://github.com/apache/lucene/pull/489#issuecomment-982080248 I created the same PR but did not yet commit it. Looks identical here, I just reformatted the long line with the extensions. +1 to commit. -- This is an automated

[GitHub] [lucene] rmuir opened a new pull request #489: support tables in generated html documentation

2021-11-29 Thread GitBox
rmuir opened a new pull request #489: URL: https://github.com/apache/lucene/pull/489 https://github.com/apache/lucene/pull/488 added table of analyzer artifacts changes. Unfortunately it looks like crap in generated HTML unless we bring in the tables extension. Before:

[GitHub] [lucene] uschindler commented on pull request #488: Improve MIGRATE.md around analyzers artifacts.

2021-11-29 Thread GitBox
uschindler commented on pull request #488: URL: https://github.com/apache/lucene/pull/488#issuecomment-982072123 Hi Robert, I built the documentation with "gradlew documentation" and noticed that tables were not enabled in the markdown converter. It now looks not very well. If you

[GitHub] [lucene] rmuir merged pull request #488: Improve MIGRATE.md around analyzers artifacts.

2021-11-29 Thread GitBox
rmuir merged pull request #488: URL: https://github.com/apache/lucene/pull/488 -- 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 to the specific comment. To unsubscribe, e-mail: issues-unsubscr...@

[GitHub] [lucene] uschindler commented on pull request #488: Improve MIGRATE.md around analyzers artifacts.

2021-11-29 Thread GitBox
uschindler commented on pull request #488: URL: https://github.com/apache/lucene/pull/488#issuecomment-982064591 This was just meant as a replacement for this text: "and are now consistent with repository module 'analysis'". This does not sound like a acceptable explanation to an annoyed u

[GitHub] [lucene] rmuir commented on pull request #488: Improve MIGRATE.md around analyzers artifacts.

2021-11-29 Thread GitBox
rmuir commented on pull request #488: URL: https://github.com/apache/lucene/pull/488#issuecomment-982061761 > A separate note: The new name is also more conforming what the modules relay do: They are not only "analyzers", those are compoents for "analysis" of text while indexing/searching

[GitHub] [lucene] uschindler commented on pull request #488: Improve MIGRATE.md around analyzers artifacts.

2021-11-29 Thread GitBox
uschindler commented on pull request #488: URL: https://github.com/apache/lucene/pull/488#issuecomment-982058390 Originally I made the MIGRATE.md a markdown file to have all formatting possibilities. The unordered list was just a "quick conversion" from the old format introduced in Lucene

[GitHub] [lucene] rmuir commented on pull request #488: Improve MIGRATE.md around analyzers artifacts.

2021-11-29 Thread GitBox
rmuir commented on pull request #488: URL: https://github.com/apache/lucene/pull/488#issuecomment-982055841 Sorry for all the commits, I wanted to try to make this easy to read and prominent, and linked from the README too for more visibility. I realize the `MIGRATE.md` is an unstru

[GitHub] [lucene] uschindler commented on pull request #487: LUCENE-10234: Change module prefix to org.apache.*

2021-11-29 Thread GitBox
uschindler commented on pull request #487: URL: https://github.com/apache/lucene/pull/487#issuecomment-982055622 I added a change to the CHANGES.txt file to explain that the automatic module names are a preparation for full module system support. This should be added, because we have not

[GitHub] [lucene] uschindler commented on pull request #488: Improve MIGRATE.md around analyzers artifacts.

2021-11-29 Thread GitBox
uschindler commented on pull request #488: URL: https://github.com/apache/lucene/pull/488#issuecomment-982048976 Table looks much better now. Thanks! -- 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] uschindler commented on pull request #488: Improve MIGRATE.md around analyzers artifacts.

2021-11-29 Thread GitBox
uschindler commented on pull request #488: URL: https://github.com/apache/lucene/pull/488#issuecomment-982046022 A separate note: The new name is also more conforming what the modules relay do: They are not only "analyzers", those are compoents for "analysis" of text while indexing/searchi

[GitHub] [lucene] rmuir opened a new pull request #488: Improve MIGRATE.md around analyzers artifacts.

2021-11-29 Thread GitBox
rmuir opened a new pull request #488: URL: https://github.com/apache/lucene/pull/488 Move this to the very top of MIGRATE, the user needs to first be able to pull in the artifacts, before doing anything else like trying to compile, deal with renamed classes, etc. Add a table of each

[GitHub] [lucene] dweiss commented on a change in pull request #487: LUCENE-10234: Change module prefix to org.apache.*

2021-11-29 Thread GitBox
dweiss commented on a change in pull request #487: URL: https://github.com/apache/lucene/pull/487#discussion_r758746111 ## File path: gradle/java/jar-manifest.gradle ## @@ -66,7 +66,7 @@ subprojects { "X-Build-JDK" : "${System.properties['java.version']

[GitHub] [lucene] uschindler commented on a change in pull request #487: LUCENE-10234: Change module prefix to org.apache.*

2021-11-29 Thread GitBox
uschindler commented on a change in pull request #487: URL: https://github.com/apache/lucene/pull/487#discussion_r758744591 ## File path: gradle/java/jar-manifest.gradle ## @@ -66,7 +66,7 @@ subprojects { "X-Build-JDK" : "${System.properties['java.versi

[GitHub] [lucene] dweiss commented on a change in pull request #487: LUCENE-10234: Change module prefix to org.apache.*

2021-11-29 Thread GitBox
dweiss commented on a change in pull request #487: URL: https://github.com/apache/lucene/pull/487#discussion_r758742625 ## File path: gradle/java/jar-manifest.gradle ## @@ -66,7 +66,7 @@ subprojects { "X-Build-JDK" : "${System.properties['java.version']

[GitHub] [lucene] rmuir commented on a change in pull request #487: LUCENE-10234: Change module prefix to org.apache.*

2021-11-29 Thread GitBox
rmuir commented on a change in pull request #487: URL: https://github.com/apache/lucene/pull/487#discussion_r758737615 ## File path: gradle/java/jar-manifest.gradle ## @@ -66,7 +66,7 @@ subprojects { "X-Build-JDK" : "${System.properties['java.version']}

[GitHub] [lucene] uschindler commented on a change in pull request #487: LUCENE-10234: Change module prefix to org.apache.*

2021-11-29 Thread GitBox
uschindler commented on a change in pull request #487: URL: https://github.com/apache/lucene/pull/487#discussion_r758733113 ## File path: gradle/java/jar-manifest.gradle ## @@ -66,7 +66,7 @@ subprojects { "X-Build-JDK" : "${System.properties['java.versi

[GitHub] [lucene] dweiss commented on a change in pull request #487: LUCENE-10234: Change module prefix to org.apache.*

2021-11-29 Thread GitBox
dweiss commented on a change in pull request #487: URL: https://github.com/apache/lucene/pull/487#discussion_r758732884 ## File path: gradle/java/jar-manifest.gradle ## @@ -66,7 +66,7 @@ subprojects { "X-Build-JDK" : "${System.properties['java.version']

[GitHub] [lucene] uschindler commented on a change in pull request #487: LUCENE-10234: Change module prefix to org.apache.*

2021-11-29 Thread GitBox
uschindler commented on a change in pull request #487: URL: https://github.com/apache/lucene/pull/487#discussion_r758729874 ## File path: gradle/java/jar-manifest.gradle ## @@ -66,7 +66,7 @@ subprojects { "X-Build-JDK" : "${System.properties['java.versi

[GitHub] [lucene] rmuir commented on a change in pull request #487: LUCENE-10234: Change module prefix to org.apache.*

2021-11-29 Thread GitBox
rmuir commented on a change in pull request #487: URL: https://github.com/apache/lucene/pull/487#discussion_r758728664 ## File path: gradle/java/jar-manifest.gradle ## @@ -66,7 +66,7 @@ subprojects { "X-Build-JDK" : "${System.properties['java.version']}

[GitHub] [lucene] uschindler commented on a change in pull request #487: LUCENE-10234: Change module prefix to org.apache.*

2021-11-29 Thread GitBox
uschindler commented on a change in pull request #487: URL: https://github.com/apache/lucene/pull/487#discussion_r758723981 ## File path: gradle/java/jar-manifest.gradle ## @@ -66,7 +66,7 @@ subprojects { "X-Build-JDK" : "${System.properties['java.versi

[GitHub] [lucene] rmuir commented on a change in pull request #487: LUCENE-10234: Change module prefix to org.apache.*

2021-11-29 Thread GitBox
rmuir commented on a change in pull request #487: URL: https://github.com/apache/lucene/pull/487#discussion_r758723885 ## File path: gradle/java/jar-manifest.gradle ## @@ -66,7 +66,7 @@ subprojects { "X-Build-JDK" : "${System.properties['java.version']}

[GitHub] [lucene] rmuir commented on a change in pull request #487: LUCENE-10234: Change module prefix to org.apache.*

2021-11-29 Thread GitBox
rmuir commented on a change in pull request #487: URL: https://github.com/apache/lucene/pull/487#discussion_r758721225 ## File path: gradle/java/jar-manifest.gradle ## @@ -66,7 +66,7 @@ subprojects { "X-Build-JDK" : "${System.properties['java.version']}

[GitHub] [lucene] uschindler commented on a change in pull request #487: LUCENE-10234: Change module prefix to org.apache.*

2021-11-29 Thread GitBox
uschindler commented on a change in pull request #487: URL: https://github.com/apache/lucene/pull/487#discussion_r758718326 ## File path: gradle/java/jar-manifest.gradle ## @@ -66,7 +66,7 @@ subprojects { "X-Build-JDK" : "${System.properties['java.versi

[GitHub] [lucene] uschindler commented on a change in pull request #487: LUCENE-10234: Change module prefix to org.apache.*

2021-11-29 Thread GitBox
uschindler commented on a change in pull request #487: URL: https://github.com/apache/lucene/pull/487#discussion_r758717236 ## File path: gradle/java/jar-manifest.gradle ## @@ -66,7 +66,7 @@ subprojects { "X-Build-JDK" : "${System.properties['java.versi

[GitHub] [lucene] uschindler commented on a change in pull request #487: LUCENE-10234: Change module prefix to org.apache.*

2021-11-29 Thread GitBox
uschindler commented on a change in pull request #487: URL: https://github.com/apache/lucene/pull/487#discussion_r758715684 ## File path: gradle/java/jar-manifest.gradle ## @@ -66,7 +66,7 @@ subprojects { "X-Build-JDK" : "${System.properties['java.versi

[GitHub] [lucene] uschindler commented on a change in pull request #487: LUCENE-10234: Change module prefix to org.apache.*

2021-11-29 Thread GitBox
uschindler commented on a change in pull request #487: URL: https://github.com/apache/lucene/pull/487#discussion_r758715684 ## File path: gradle/java/jar-manifest.gradle ## @@ -66,7 +66,7 @@ subprojects { "X-Build-JDK" : "${System.properties['java.versi

[jira] [Commented] (LUCENE-10255) Fully embrace the java module system

2021-11-29 Thread Christian Stein (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-10255?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17450707#comment-17450707 ] Christian Stein commented on LUCENE-10255: -- FWIW, I agree with Uwe on the nami

[GitHub] [lucene] dweiss commented on a change in pull request #487: LUCENE-10234: Change module prefix to org.apache.*

2021-11-29 Thread GitBox
dweiss commented on a change in pull request #487: URL: https://github.com/apache/lucene/pull/487#discussion_r758700461 ## File path: gradle/java/jar-manifest.gradle ## @@ -66,7 +66,7 @@ subprojects { "X-Build-JDK" : "${System.properties['java.version']

[GitHub] [lucene] uschindler commented on a change in pull request #487: LUCENE-10234: Change module prefix to org.apache.*

2021-11-29 Thread GitBox
uschindler commented on a change in pull request #487: URL: https://github.com/apache/lucene/pull/487#discussion_r758697734 ## File path: gradle/java/jar-manifest.gradle ## @@ -66,7 +66,7 @@ subprojects { "X-Build-JDK" : "${System.properties['java.versi

[GitHub] [lucene] dweiss commented on a change in pull request #487: LUCENE-10234: Change module prefix to org.apache.*

2021-11-29 Thread GitBox
dweiss commented on a change in pull request #487: URL: https://github.com/apache/lucene/pull/487#discussion_r758691210 ## File path: gradle/java/jar-manifest.gradle ## @@ -66,7 +66,7 @@ subprojects { "X-Build-JDK" : "${System.properties['java.version']

[GitHub] [lucene] dweiss commented on a change in pull request #487: LUCENE-10234: Change module prefix to org.apache.*

2021-11-29 Thread GitBox
dweiss commented on a change in pull request #487: URL: https://github.com/apache/lucene/pull/487#discussion_r758689212 ## File path: gradle/java/jar-manifest.gradle ## @@ -66,7 +66,7 @@ subprojects { "X-Build-JDK" : "${System.properties['java.version']

[GitHub] [lucene-solr] madrob merged pull request #2615: SOLR-14412 NPE in MetricsHistoryHandler

2021-11-29 Thread GitBox
madrob merged pull request #2615: URL: https://github.com/apache/lucene-solr/pull/2615 -- 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 to the specific comment. To unsubscribe, e-mail: issues-unsu

[GitHub] [lucene] jtibshirani commented on a change in pull request #416: LUCENE-10054 Make HnswGraph hierarchical

2021-11-29 Thread GitBox
jtibshirani commented on a change in pull request #416: URL: https://github.com/apache/lucene/pull/416#discussion_r758678766 ## File path: lucene/core/src/java/org/apache/lucene/util/hnsw/HnswGraph.java ## @@ -56,31 +59,50 @@ public final class HnswGraph extends KnnGraphValues

[GitHub] [lucene] dweiss commented on a change in pull request #487: LUCENE-10234: Change module prefix to org.apache.*

2021-11-29 Thread GitBox
dweiss commented on a change in pull request #487: URL: https://github.com/apache/lucene/pull/487#discussion_r758670507 ## File path: gradle/java/jar-manifest.gradle ## @@ -66,7 +66,7 @@ subprojects { "X-Build-JDK" : "${System.properties['java.version']

[jira] [Commented] (LUCENE-10255) Fully embrace the java module system

2021-11-29 Thread Dawid Weiss (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-10255?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17450690#comment-17450690 ] Dawid Weiss commented on LUCENE-10255: -- I accept your arguments, even if I disagre

[jira] [Comment Edited] (LUCENE-10255) Fully embrace the java module system

2021-11-29 Thread Uwe Schindler (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-10255?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17450680#comment-17450680 ] Uwe Schindler edited comment on LUCENE-10255 at 11/29/21, 7:02 PM: --

[jira] [Commented] (LUCENE-10255) Fully embrace the java module system

2021-11-29 Thread Uwe Schindler (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-10255?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17450680#comment-17450680 ] Uwe Schindler commented on LUCENE-10255: bq. Sorry for the silly question, but

[GitHub] [lucene] uschindler commented on a change in pull request #487: LUCENE-10234: Change module prefix to org.apache.*

2021-11-29 Thread GitBox
uschindler commented on a change in pull request #487: URL: https://github.com/apache/lucene/pull/487#discussion_r758637522 ## File path: gradle/java/jar-manifest.gradle ## @@ -66,7 +66,7 @@ subprojects { "X-Build-JDK" : "${System.properties['java.versi

[jira] [Updated] (LUCENE-10234) Add automatic module name to JAR manifests.

2021-11-29 Thread Dawid Weiss (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-10234?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dawid Weiss updated LUCENE-10234: - Description: This is the first step to make Lucene a proper fit for the java module system. -I

[jira] [Comment Edited] (LUCENE-10255) Fully embrace the java module system

2021-11-29 Thread Dawid Weiss (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-10255?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17450647#comment-17450647 ] Dawid Weiss edited comment on LUCENE-10255 at 11/29/21, 6:15 PM:

[jira] [Commented] (LUCENE-10255) Fully embrace the java module system

2021-11-29 Thread Dawid Weiss (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-10255?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17450647#comment-17450647 ] Dawid Weiss commented on LUCENE-10255: -- It'll be a different prefix in module-info

[jira] [Commented] (LUCENE-10255) Fully embrace the java module system

2021-11-29 Thread Robert Muir (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-10255?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17450639#comment-17450639 ] Robert Muir commented on LUCENE-10255: -- my comment was a genuine question, as I do

[jira] [Commented] (LUCENE-10255) Fully embrace the java module system

2021-11-29 Thread Dawid Weiss (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-10255?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17450635#comment-17450635 ] Dawid Weiss commented on LUCENE-10255: -- I already typed "-m lucene.luke" what seem

[jira] [Reopened] (LUCENE-10234) Add automatic module name to JAR manifests.

2021-11-29 Thread Dawid Weiss (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-10234?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dawid Weiss reopened LUCENE-10234: -- Uwe seems to be really devoted to changing the automatic module name to full-prefix convention,

[jira] [Commented] (LUCENE-10255) Fully embrace the java module system

2021-11-29 Thread Robert Muir (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-10255?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17450630#comment-17450630 ] Robert Muir commented on LUCENE-10255: -- {quote} Sorry but I remain unconvinced tha

[jira] [Commented] (LUCENE-10255) Fully embrace the java module system

2021-11-29 Thread Dawid Weiss (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-10255?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17450628#comment-17450628 ] Dawid Weiss commented on LUCENE-10255: -- https://issues.apache.org/jira/browse/LUCE

[jira] [Commented] (LUCENE-10255) Fully embrace the java module system

2021-11-29 Thread Uwe Schindler (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-10255?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17450627#comment-17450627 ] Uwe Schindler commented on LUCENE-10255: bq. This was done with an announcement

[jira] [Commented] (LUCENE-10255) Fully embrace the java module system

2021-11-29 Thread Uwe Schindler (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-10255?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17450625#comment-17450625 ] Uwe Schindler commented on LUCENE-10255: bq. I just figured out that you alread

[jira] [Commented] (LUCENE-10255) Fully embrace the java module system

2021-11-29 Thread Dawid Weiss (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-10255?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17450624#comment-17450624 ] Dawid Weiss commented on LUCENE-10255: -- Uwe... This was done with an announcement

[jira] [Comment Edited] (LUCENE-10255) Fully embrace the java module system

2021-11-29 Thread Uwe Schindler (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-10255?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17450620#comment-17450620 ] Uwe Schindler edited comment on LUCENE-10255 at 11/29/21, 5:41 PM: --

[jira] [Commented] (LUCENE-10255) Fully embrace the java module system

2021-11-29 Thread Uwe Schindler (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-10255?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17450620#comment-17450620 ] Uwe Schindler commented on LUCENE-10255: Apache TIKA also uses module names acc

[jira] [Commented] (LUCENE-10255) Fully embrace the java module system

2021-11-29 Thread Dawid Weiss (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-10255?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17450613#comment-17450613 ] Dawid Weiss commented on LUCENE-10255: -- Mistakes of the youth... I remain unconvin

[jira] [Comment Edited] (LUCENE-10255) Fully embrace the java module system

2021-11-29 Thread Uwe Schindler (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-10255?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17450607#comment-17450607 ] Uwe Schindler edited comment on LUCENE-10255 at 11/29/21, 5:14 PM: --

[jira] [Commented] (LUCENE-10255) Fully embrace the java module system

2021-11-29 Thread Uwe Schindler (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-10255?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17450607#comment-17450607 ] Uwe Schindler commented on LUCENE-10255: >From the list posted before there is

[GitHub] [lucene] rmuir commented on pull request #477: LUCENE-10263: Implement Weight.count() on NormsFieldExistsQuery

2021-11-29 Thread GitBox
rmuir commented on pull request #477: URL: https://github.com/apache/lucene/pull/477#issuecomment-981837493 and btw i'm not suggesting we do all this crap underneath this PR, the current PR looks fine to me (the optimization it uses is safe) -- This is an automated message from the Apach

[jira] [Commented] (LUCENE-10255) Fully embrace the java module system

2021-11-29 Thread Dawid Weiss (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-10255?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17450604#comment-17450604 ] Dawid Weiss commented on LUCENE-10255: -- Sure, Uwe. I think I expressed my personal

[jira] [Commented] (LUCENE-10255) Fully embrace the java module system

2021-11-29 Thread Uwe Schindler (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-10255?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17450597#comment-17450597 ] Uwe Schindler commented on LUCENE-10255: We can disagree, for sure, but I'd lik

[jira] [Comment Edited] (LUCENE-10255) Fully embrace the java module system

2021-11-29 Thread Uwe Schindler (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-10255?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17450583#comment-17450583 ] Uwe Schindler edited comment on LUCENE-10255 at 11/29/21, 4:59 PM: --

[jira] [Comment Edited] (LUCENE-10255) Fully embrace the java module system

2021-11-29 Thread Uwe Schindler (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-10255?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17450583#comment-17450583 ] Uwe Schindler edited comment on LUCENE-10255 at 11/29/21, 4:50 PM: --

[jira] [Commented] (LUCENE-10255) Fully embrace the java module system

2021-11-29 Thread Dawid Weiss (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-10255?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17450589#comment-17450589 ] Dawid Weiss commented on LUCENE-10255: -- You don't understand me, Uwe. I agree on m

[jira] [Commented] (LUCENE-10255) Fully embrace the java module system

2021-11-29 Thread Uwe Schindler (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-10255?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17450583#comment-17450583 ] Uwe Schindler commented on LUCENE-10255: Hi, please have an overview on Maven c

[GitHub] [lucene] rmuir commented on pull request #477: LUCENE-10263: Implement Weight.count() on NormsFieldExistsQuery

2021-11-29 Thread GitBox
rmuir commented on pull request #477: URL: https://github.com/apache/lucene/pull/477#issuecomment-981811821 > One disadvantage of renaming it is that it really does require norms to work; it might be a bit surprising to have a 'TokensExistsQuery' that you run against a field with norms dis

[GitHub] [lucene] romseygeek commented on pull request #477: LUCENE-10263: Implement Weight.count() on NormsFieldExistsQuery

2021-11-29 Thread GitBox
romseygeek commented on pull request #477: URL: https://github.com/apache/lucene/pull/477#issuecomment-981775748 One disadvantage of renaming it is that it really does require norms to work; it might be a bit surprising to have a 'TokensExistsQuery' that you run against a field with norms

[jira] [Commented] (LUCENE-10255) Fully embrace the java module system

2021-11-29 Thread Dawid Weiss (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-10255?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17450554#comment-17450554 ] Dawid Weiss commented on LUCENE-10255: -- Sorry but I remain unconvinced that typing

[GitHub] [lucene] iverase commented on a change in pull request #486: LUCENE-9619: Remove IntersectVisitor from PointsTree API

2021-11-29 Thread GitBox
iverase commented on a change in pull request #486: URL: https://github.com/apache/lucene/pull/486#discussion_r758504244 ## File path: lucene/core/src/java/org/apache/lucene/index/PointValues.java ## @@ -323,10 +355,18 @@ default void grow(int count) {} */ public final v

[GitHub] [lucene] iverase opened a new pull request #486: LUCENE-9619: Remove IntersectVisitor from PointsTree API

2021-11-29 Thread GitBox
iverase opened a new pull request #486: URL: https://github.com/apache/lucene/pull/486 Introduces two functional interfaces, `DocValuesVisitor` and `DocIdsVisitor` that are used in the PointTree API instead of using the IntersectVisitor. The IntersectVisitor is now extending those interfac

[GitHub] [lucene] rmuir commented on pull request #477: LUCENE-10263: Implement Weight.count() on NormsFieldExistsQuery

2021-11-29 Thread GitBox
rmuir commented on pull request #477: URL: https://github.com/apache/lucene/pull/477#issuecomment-981765930 personally, i really feel if someone wants "empty string" to be considered "indexed" for cases like this, they should use KeywordTokenizer/StringField, and actually index that empty

[GitHub] [lucene] rmuir commented on pull request #477: LUCENE-10263: Implement Weight.count() on NormsFieldExistsQuery

2021-11-29 Thread GitBox
rmuir commented on pull request #477: URL: https://github.com/apache/lucene/pull/477#issuecomment-981761039 > For a `TokensExistsQuery`, is the idea that the query part would work the same as norms, we just filter out docs with a norm of 0? yeah, at first at least. sounds like we nee

[GitHub] [lucene] romseygeek commented on pull request #477: LUCENE-10263: Implement Weight.count() on NormsFieldExistsQuery

2021-11-29 Thread GitBox
romseygeek commented on pull request #477: URL: https://github.com/apache/lucene/pull/477#issuecomment-981755138 For a `TokensExistsQuery`, is the idea that the query part would work the same as norms, we just filter out docs with a norm of 0? -- This is an automated message from the Apa

[GitHub] [lucene] rmuir commented on pull request #477: LUCENE-10263: Implement Weight.count() on NormsFieldExistsQuery

2021-11-29 Thread GitBox
rmuir commented on pull request #477: URL: https://github.com/apache/lucene/pull/477#issuecomment-981738439 Let's fix the CHANGES now that it works with deleted documents. I'm sad the optimization couldnt work because of a crazy corner case: which begs the question, why does the user

  1   2   >