[GitHub] [lucene] jpountz commented on a change in pull request #658: LUCENE-10378 Implement Weight#count for PointRangeQuery

2022-02-09 Thread GitBox
jpountz commented on a change in pull request #658: URL: https://github.com/apache/lucene/pull/658#discussion_r802367218 ## File path: lucene/core/src/java/org/apache/lucene/index/PointValues.java ## @@ -369,6 +369,51 @@ private void intersect(IntersectVisitor visitor, PointTre

[GitHub] [lucene] spike-liu opened a new pull request #662: Lucene 10336: DirectDocValueFormat: use RandomAccessSlice instead of loading giant byte[] arrays

2022-02-09 Thread GitBox
spike-liu opened a new pull request #662: URL: https://github.com/apache/lucene/pull/662 https://issues.apache.org/jira/browse/LUCENE-10336 P.S. Sorry for the changes messed with non-related codes since this pull request is based on https://github.com/apache/lucene/pull/464 -- Thi

[GitHub] [lucene] spike-liu opened a new pull request #663: Lucene 10188: Give SortedSetDocValues a docValueCount()?

2022-02-09 Thread GitBox
spike-liu opened a new pull request #663: URL: https://github.com/apache/lucene/pull/663 https://issues.apache.org/jira/browse/LUCENE-10188 -- 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 sp

[jira] [Commented] (LUCENE-10188) Give SortedSetDocValues a docValueCount()?

2022-02-09 Thread spike liu (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-10188?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17489374#comment-17489374 ] spike liu commented on LUCENE-10188: https://github.com/apache/lucene/pull/663 > G

[GitHub] [lucene-solr] cpoerschke commented on pull request #1766: SOLR-14765: optimize DocList creation for sort-irrelevant cases

2022-02-09 Thread GitBox
cpoerschke commented on pull request #1766: URL: https://github.com/apache/lucene-solr/pull/1766#issuecomment-1033564551 continued in https://github.com/apache/solr/pull/592 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and

[GitHub] [lucene-solr] cpoerschke closed pull request #1766: SOLR-14765: optimize DocList creation for sort-irrelevant cases

2022-02-09 Thread GitBox
cpoerschke closed pull request #1766: URL: https://github.com/apache/lucene-solr/pull/1766 -- 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-

[GitHub] [lucene-solr] cpoerschke commented on pull request #1765: SOLR-14764: optimize index-order sort for FacetFieldProcessorByArray

2022-02-09 Thread GitBox
cpoerschke commented on pull request #1765: URL: https://github.com/apache/lucene-solr/pull/1765#issuecomment-1033567912 continued in https://github.com/apache/solr/pull/588 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and

[GitHub] [lucene-solr] cpoerschke closed pull request #1765: SOLR-14764: optimize index-order sort for FacetFieldProcessorByArray

2022-02-09 Thread GitBox
cpoerschke closed pull request #1765: URL: https://github.com/apache/lucene-solr/pull/1765 -- 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-

[jira] [Created] (LUCENE-10412) Improve handling of MatchNoDocsQuery in rewrite rules

2022-02-09 Thread Adrien Grand (Jira)
Adrien Grand created LUCENE-10412: - Summary: Improve handling of MatchNoDocsQuery in rewrite rules Key: LUCENE-10412 URL: https://issues.apache.org/jira/browse/LUCENE-10412 Project: Lucene - Core

[GitHub] [lucene] gautamworah96 commented on a change in pull request #658: LUCENE-10378 Implement Weight#count for PointRangeQuery

2022-02-09 Thread GitBox
gautamworah96 commented on a change in pull request #658: URL: https://github.com/apache/lucene/pull/658#discussion_r802502992 ## File path: lucene/core/src/java/org/apache/lucene/search/PointRangeQuery.java ## @@ -369,6 +369,54 @@ public Scorer scorer(LeafReaderContext context

[jira] [Commented] (LUCENE-10409) Improve BKDWriter's DocIdsWriter to better encode decreasing sequences of doc IDs

2022-02-09 Thread Feng Guo (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-10409?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17489439#comment-17489439 ] Feng Guo commented on LUCENE-10409: --- Hi [~jpountz]  ! I'm seeing this issue is marked

[jira] [Updated] (LUCENE-10412) Improve handling of MatchNoDocsQuery in rewrite rules

2022-02-09 Thread Adrien Grand (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-10412?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Adrien Grand updated LUCENE-10412: -- Description: Having MatchNoDocsQuery in your query tree usually doesn't make the query slowe

[jira] [Commented] (LUCENE-10409) Improve BKDWriter's DocIdsWriter to better encode decreasing sequences of doc IDs

2022-02-09 Thread Adrien Grand (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-10409?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17489464#comment-17489464 ] Adrien Grand commented on LUCENE-10409: --- Hi [~gf2121], I don't know what "Task" m

[GitHub] [lucene] jpountz commented on a change in pull request #658: LUCENE-10378 Implement Weight#count for PointRangeQuery

2022-02-09 Thread GitBox
jpountz commented on a change in pull request #658: URL: https://github.com/apache/lucene/pull/658#discussion_r802539169 ## File path: lucene/core/src/java/org/apache/lucene/search/PointRangeQuery.java ## @@ -369,6 +376,45 @@ public Scorer scorer(LeafReaderContext context) thro

[GitHub] [lucene] iverase commented on a change in pull request #658: LUCENE-10378 Implement Weight#count for PointRangeQuery

2022-02-09 Thread GitBox
iverase commented on a change in pull request #658: URL: https://github.com/apache/lucene/pull/658#discussion_r802571592 ## File path: lucene/core/src/java/org/apache/lucene/search/PointRangeQuery.java ## @@ -369,6 +376,45 @@ public Scorer scorer(LeafReaderContext context) thro

[GitHub] [lucene] iverase commented on a change in pull request #658: LUCENE-10378 Implement Weight#count for PointRangeQuery

2022-02-09 Thread GitBox
iverase commented on a change in pull request #658: URL: https://github.com/apache/lucene/pull/658#discussion_r802572495 ## File path: lucene/core/src/java/org/apache/lucene/search/PointRangeQuery.java ## @@ -369,6 +376,45 @@ public Scorer scorer(LeafReaderContext context) thro

[GitHub] [lucene] iverase commented on a change in pull request #658: LUCENE-10378 Implement Weight#count for PointRangeQuery

2022-02-09 Thread GitBox
iverase commented on a change in pull request #658: URL: https://github.com/apache/lucene/pull/658#discussion_r802571592 ## File path: lucene/core/src/java/org/apache/lucene/search/PointRangeQuery.java ## @@ -369,6 +376,45 @@ public Scorer scorer(LeafReaderContext context) thro

[GitHub] [lucene] iverase commented on a change in pull request #658: LUCENE-10378 Implement Weight#count for PointRangeQuery

2022-02-09 Thread GitBox
iverase commented on a change in pull request #658: URL: https://github.com/apache/lucene/pull/658#discussion_r802572495 ## File path: lucene/core/src/java/org/apache/lucene/search/PointRangeQuery.java ## @@ -369,6 +376,45 @@ public Scorer scorer(LeafReaderContext context) thro

[jira] [Created] (LUCENE-10413) Ukrainian default stopword set should be easily available

2022-02-09 Thread Alan Woodward (Jira)
Alan Woodward created LUCENE-10413: -- Summary: Ukrainian default stopword set should be easily available Key: LUCENE-10413 URL: https://issues.apache.org/jira/browse/LUCENE-10413 Project: Lucene - Core

[GitHub] [lucene] romseygeek opened a new pull request #665: LUCENE-10413: Make default Ukrainian stopword set available

2022-02-09 Thread GitBox
romseygeek opened a new pull request #665: URL: https://github.com/apache/lucene/pull/665 This commit adds a new `getDefaultStopwords()` static method to UkrainianMorfologikAnalyzer, which makes it possible to create an analyzer with the default stop word set but a custom stem exclusi

[GitHub] [lucene] gf2121 opened a new pull request #666: LUCENE-10409: Improve BKDWriter's DocIdsWriter to better encode decreasing sequences of doc IDs

2022-02-09 Thread GitBox
gf2121 opened a new pull request #666: URL: https://github.com/apache/lucene/pull/666 I recently improved DocIdsWriter for the case when doc IDs are dense and come in the same order as values via the CONTINUOUS_IDS and BITSET_IDS encodings. We could do the same for the case when doc

[GitHub] [lucene] mocobeta commented on a change in pull request #643: LUCENE-10400: revise binary dictionaries' constructor in kuromoji

2022-02-09 Thread GitBox
mocobeta commented on a change in pull request #643: URL: https://github.com/apache/lucene/pull/643#discussion_r802603983 ## File path: lucene/core/src/java/org/apache/lucene/util/IOUtils.java ## @@ -526,4 +526,17 @@ public static void fsync(Path fileToSync, boolean isDir) thr

[GitHub] [lucene] uschindler commented on a change in pull request #643: LUCENE-10400: revise binary dictionaries' constructor in kuromoji

2022-02-09 Thread GitBox
uschindler commented on a change in pull request #643: URL: https://github.com/apache/lucene/pull/643#discussion_r802620259 ## File path: lucene/core/src/java/org/apache/lucene/util/IOUtils.java ## @@ -526,4 +526,17 @@ public static void fsync(Path fileToSync, boolean isDir) t

[GitHub] [lucene] uschindler commented on a change in pull request #643: LUCENE-10400: revise binary dictionaries' constructor in kuromoji

2022-02-09 Thread GitBox
uschindler commented on a change in pull request #643: URL: https://github.com/apache/lucene/pull/643#discussion_r802621261 ## File path: lucene/core/src/java/org/apache/lucene/util/IOUtils.java ## @@ -526,4 +526,17 @@ public static void fsync(Path fileToSync, boolean isDir) t

[GitHub] [lucene] mocobeta opened a new pull request #667: use existing o.a.l.util.IOSupplier

2022-02-09 Thread GitBox
mocobeta opened a new pull request #667: URL: https://github.com/apache/lucene/pull/667 Follow-up of #643. Reverted `o.a.l.util.IOUtil.IOSupplier` and use existing `o.a.l.IOSupplier`. -- This is an automated message from the Apache Git Service. To respond to the message, please log on

[GitHub] [lucene] jpountz commented on a change in pull request #658: LUCENE-10378 Implement Weight#count for PointRangeQuery

2022-02-09 Thread GitBox
jpountz commented on a change in pull request #658: URL: https://github.com/apache/lucene/pull/658#discussion_r802625846 ## File path: lucene/core/src/java/org/apache/lucene/search/PointRangeQuery.java ## @@ -369,6 +376,45 @@ public Scorer scorer(LeafReaderContext context) thro

[GitHub] [lucene] jpountz commented on pull request #649: LUCENE-10408 Better encoding of doc Ids in vectors

2022-02-09 Thread GitBox
jpountz commented on pull request #649: URL: https://github.com/apache/lucene/pull/649#issuecomment-1033729822 > I am also wondering since we use binarySearch on docIds array, would it still be acceptable to have this array on disk? I think so. It's a bit like the terms index, the ac

[GitHub] [lucene] uschindler commented on pull request #667: use existing o.a.l.util.IOSupplier

2022-02-09 Thread GitBox
uschindler commented on pull request #667: URL: https://github.com/apache/lucene/pull/667#issuecomment-1033730334 I would do it the other way round and clean it up: Move all such interfaces below IOUtils. -- This is an automated message from the Apache Git Service. To respond to the mess

[GitHub] [lucene] jpountz commented on pull request #649: LUCENE-10408 Better encoding of doc Ids in vectors

2022-02-09 Thread GitBox
jpountz commented on pull request #649: URL: https://github.com/apache/lucene/pull/649#issuecomment-1033730737 Of course if we can have a less random access pattern (e.g. maybe by using exponential search, having skip lists like postings or jump tables like doc values) it would be even bet

[GitHub] [lucene] mocobeta commented on pull request #667: use existing o.a.l.util.IOSupplier

2022-02-09 Thread GitBox
mocobeta commented on pull request #667: URL: https://github.com/apache/lucene/pull/667#issuecomment-1033732581 > Move all such interfaces below IOUtils. OK, we'd need an issue. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to

[GitHub] [lucene] mayya-sharipova commented on a change in pull request #665: LUCENE-10413: Make default Ukrainian stopword set available

2022-02-09 Thread GitBox
mayya-sharipova commented on a change in pull request #665: URL: https://github.com/apache/lucene/pull/665#discussion_r802636626 ## File path: lucene/analysis/morfologik/src/java/org/apache/lucene/analysis/uk/UkrainianMorfologikAnalyzer.java ## @@ -113,14 +113,11 @@ private st

[GitHub] [lucene] mocobeta closed pull request #667: use existing o.a.l.util.IOSupplier

2022-02-09 Thread GitBox
mocobeta closed pull request #667: URL: https://github.com/apache/lucene/pull/667 -- 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] iverase commented on a change in pull request #666: LUCENE-10409: Improve BKDWriter's DocIdsWriter to better encode decreasing sequences of doc IDs

2022-02-09 Thread GitBox
iverase commented on a change in pull request #666: URL: https://github.com/apache/lucene/pull/666#discussion_r802644513 ## File path: lucene/core/src/test/org/apache/lucene/util/bkd/TestDocIdsWriter.java ## @@ -166,6 +184,9 @@ public Relation compare(byte[] minPackedValue, byt

[GitHub] [lucene] dweiss commented on a change in pull request #665: LUCENE-10413: Make default Ukrainian stopword set available

2022-02-09 Thread GitBox
dweiss commented on a change in pull request #665: URL: https://github.com/apache/lucene/pull/665#discussion_r802644902 ## File path: lucene/analysis/morfologik/src/java/org/apache/lucene/analysis/uk/UkrainianMorfologikAnalyzer.java ## @@ -113,14 +113,11 @@ private static Defa

[jira] [Created] (LUCENE-10414) Add fn:fuzzyTerm interval function to flexible query parser

2022-02-09 Thread Dawid Weiss (Jira)
Dawid Weiss created LUCENE-10414: Summary: Add fn:fuzzyTerm interval function to flexible query parser Key: LUCENE-10414 URL: https://issues.apache.org/jira/browse/LUCENE-10414 Project: Lucene - Core

[jira] [Updated] (LUCENE-10414) Add fn:fuzzyTerm interval function to flexible query parser

2022-02-09 Thread Dawid Weiss (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-10414?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dawid Weiss updated LUCENE-10414: - Description: Searching for "fuzzy" terms within interval expressions is currently impossible.

[GitHub] [lucene] dweiss commented on a change in pull request #668: LUCENE-10414: Add fn:fuzzyTerm interval function to flexible query parser

2022-02-09 Thread GitBox
dweiss commented on a change in pull request #668: URL: https://github.com/apache/lucene/pull/668#discussion_r802653003 ## File path: lucene/queries/src/java/org/apache/lucene/queries/intervals/Intervals.java ## @@ -48,6 +48,14 @@ * {@link #or(boolean, IntervalsSource...)} f

[GitHub] [lucene] dweiss commented on a change in pull request #668: LUCENE-10414: Add fn:fuzzyTerm interval function to flexible query parser

2022-02-09 Thread GitBox
dweiss commented on a change in pull request #668: URL: https://github.com/apache/lucene/pull/668#discussion_r802656269 ## File path: lucene/queryparser/src/java/org/apache/lucene/queryparser/flexible/standard/nodes/intervalfn/FuzzyTerm.java ## @@ -0,0 +1,59 @@ +/* + * License

[jira] [Commented] (LUCENE-10414) Add fn:fuzzyTerm interval function to flexible query parser

2022-02-09 Thread Dawid Weiss (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-10414?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17489548#comment-17489548 ] Dawid Weiss commented on LUCENE-10414: -- [~romseygeek] This fills in a bit of a mis

[GitHub] [lucene] mocobeta commented on a change in pull request #643: LUCENE-10400: revise binary dictionaries' constructor in kuromoji

2022-02-09 Thread GitBox
mocobeta commented on a change in pull request #643: URL: https://github.com/apache/lucene/pull/643#discussion_r802659437 ## File path: lucene/core/src/java/org/apache/lucene/util/IOUtils.java ## @@ -526,4 +526,17 @@ public static void fsync(Path fileToSync, boolean isDir) thr

[GitHub] [lucene] iverase commented on a change in pull request #658: LUCENE-10378 Implement Weight#count for PointRangeQuery

2022-02-09 Thread GitBox
iverase commented on a change in pull request #658: URL: https://github.com/apache/lucene/pull/658#discussion_r802659729 ## File path: lucene/core/src/java/org/apache/lucene/search/PointRangeQuery.java ## @@ -369,6 +376,45 @@ public Scorer scorer(LeafReaderContext context) thro

[GitHub] [lucene] dweiss commented on a change in pull request #643: LUCENE-10400: revise binary dictionaries' constructor in kuromoji

2022-02-09 Thread GitBox
dweiss commented on a change in pull request #643: URL: https://github.com/apache/lucene/pull/643#discussion_r802660445 ## File path: lucene/core/src/java/org/apache/lucene/util/IOUtils.java ## @@ -526,4 +526,17 @@ public static void fsync(Path fileToSync, boolean isDir) throw

[jira] [Created] (LUCENE-10415) FunctionScoreQuery and IndexOrDocValuesQuery should delegate Weight#count

2022-02-09 Thread Adrien Grand (Jira)
Adrien Grand created LUCENE-10415: - Summary: FunctionScoreQuery and IndexOrDocValuesQuery should delegate Weight#count Key: LUCENE-10415 URL: https://issues.apache.org/jira/browse/LUCENE-10415 Project

[jira] [Commented] (LUCENE-10415) FunctionScoreQuery and IndexOrDocValuesQuery should delegate Weight#count

2022-02-09 Thread Ignacio Vera (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-10415?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17489566#comment-17489566 ] Ignacio Vera commented on LUCENE-10415: --- I will take care of this > FunctionScor

[GitHub] [lucene] romseygeek commented on a change in pull request #665: LUCENE-10413: Make default Ukrainian stopword set available

2022-02-09 Thread GitBox
romseygeek commented on a change in pull request #665: URL: https://github.com/apache/lucene/pull/665#discussion_r802706506 ## File path: lucene/analysis/morfologik/src/java/org/apache/lucene/analysis/uk/UkrainianMorfologikAnalyzer.java ## @@ -113,14 +113,11 @@ private static

[GitHub] [lucene] gf2121 commented on a change in pull request #666: LUCENE-10409: Improve BKDWriter's DocIdsWriter to better encode decreasing sequences of doc IDs

2022-02-09 Thread GitBox
gf2121 commented on a change in pull request #666: URL: https://github.com/apache/lucene/pull/666#discussion_r802715789 ## File path: lucene/core/src/test/org/apache/lucene/util/bkd/TestDocIdsWriter.java ## @@ -166,6 +184,9 @@ public Relation compare(byte[] minPackedValue, byte

[GitHub] [lucene] gf2121 commented on a change in pull request #666: LUCENE-10409: Improve BKDWriter's DocIdsWriter to better encode decreasing sequences of doc IDs

2022-02-09 Thread GitBox
gf2121 commented on a change in pull request #666: URL: https://github.com/apache/lucene/pull/666#discussion_r802715789 ## File path: lucene/core/src/test/org/apache/lucene/util/bkd/TestDocIdsWriter.java ## @@ -166,6 +184,9 @@ public Relation compare(byte[] minPackedValue, byte

[GitHub] [lucene] gf2121 commented on a change in pull request #666: LUCENE-10409: Improve BKDWriter's DocIdsWriter to better encode decreasing sequences of doc IDs

2022-02-09 Thread GitBox
gf2121 commented on a change in pull request #666: URL: https://github.com/apache/lucene/pull/666#discussion_r802715789 ## File path: lucene/core/src/test/org/apache/lucene/util/bkd/TestDocIdsWriter.java ## @@ -166,6 +184,9 @@ public Relation compare(byte[] minPackedValue, byte

[GitHub] [lucene] romseygeek merged pull request #665: LUCENE-10413: Make default Ukrainian stopword set available

2022-02-09 Thread GitBox
romseygeek merged pull request #665: URL: https://github.com/apache/lucene/pull/665 -- 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-unsubsc

[jira] [Commented] (LUCENE-10413) Ukrainian default stopword set should be easily available

2022-02-09 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-10413?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17489590#comment-17489590 ] ASF subversion and git services commented on LUCENE-10413: -- Co

[jira] [Commented] (LUCENE-10413) Ukrainian default stopword set should be easily available

2022-02-09 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-10413?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17489599#comment-17489599 ] ASF subversion and git services commented on LUCENE-10413: -- Co

[jira] [Resolved] (LUCENE-10413) Ukrainian default stopword set should be easily available

2022-02-09 Thread Alan Woodward (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-10413?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alan Woodward resolved LUCENE-10413. Fix Version/s: 9.1 Resolution: Fixed > Ukrainian default stopword set should be ea

[GitHub] [lucene] iverase commented on a change in pull request #666: LUCENE-10409: Improve BKDWriter's DocIdsWriter to better encode decreasing sequences of doc IDs

2022-02-09 Thread GitBox
iverase commented on a change in pull request #666: URL: https://github.com/apache/lucene/pull/666#discussion_r802747917 ## File path: lucene/core/src/test/org/apache/lucene/util/bkd/TestDocIdsWriter.java ## @@ -166,6 +184,9 @@ public Relation compare(byte[] minPackedValue, byt

[GitHub] [lucene] romseygeek commented on a change in pull request #668: LUCENE-10414: Add fn:fuzzyTerm interval function to flexible query parser

2022-02-09 Thread GitBox
romseygeek commented on a change in pull request #668: URL: https://github.com/apache/lucene/pull/668#discussion_r802751153 ## File path: lucene/queryparser/src/java/org/apache/lucene/queryparser/flexible/standard/nodes/intervalfn/FuzzyTerm.java ## @@ -0,0 +1,59 @@ +/* + * Lic

[GitHub] [lucene] uschindler commented on a change in pull request #643: LUCENE-10400: revise binary dictionaries' constructor in kuromoji

2022-02-09 Thread GitBox
uschindler commented on a change in pull request #643: URL: https://github.com/apache/lucene/pull/643#discussion_r802795516 ## File path: lucene/core/src/java/org/apache/lucene/util/IOUtils.java ## @@ -526,4 +526,17 @@ public static void fsync(Path fileToSync, boolean isDir) t

[jira] [Created] (LUCENE-10416) Update Korean Dictionary for Nori

2022-02-09 Thread Uihyun Kim (Jira)
Uihyun Kim created LUCENE-10416: --- Summary: Update Korean Dictionary for Nori Key: LUCENE-10416 URL: https://issues.apache.org/jira/browse/LUCENE-10416 Project: Lucene - Core Issue Type: Improve

[jira] [Updated] (LUCENE-10416) Update Korean Dictionary for Nori

2022-02-09 Thread Uihyun Kim (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-10416?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Uihyun Kim updated LUCENE-10416: Attachment: LUCENE-10416.patch > Update Korean Dictionary for Nori >

[GitHub] [lucene] mocobeta commented on a change in pull request #643: LUCENE-10400: revise binary dictionaries' constructor in kuromoji

2022-02-09 Thread GitBox
mocobeta commented on a change in pull request #643: URL: https://github.com/apache/lucene/pull/643#discussion_r802812293 ## File path: lucene/core/src/java/org/apache/lucene/util/IOUtils.java ## @@ -526,4 +526,17 @@ public static void fsync(Path fileToSync, boolean isDir) thr

[GitHub] [lucene] mocobeta commented on a change in pull request #643: LUCENE-10400: revise binary dictionaries' constructor in kuromoji

2022-02-09 Thread GitBox
mocobeta commented on a change in pull request #643: URL: https://github.com/apache/lucene/pull/643#discussion_r802821638 ## File path: lucene/core/src/java/org/apache/lucene/util/IOUtils.java ## @@ -526,4 +526,17 @@ public static void fsync(Path fileToSync, boolean isDir) thr

[GitHub] [lucene] mocobeta commented on a change in pull request #643: LUCENE-10400: revise binary dictionaries' constructor in kuromoji

2022-02-09 Thread GitBox
mocobeta commented on a change in pull request #643: URL: https://github.com/apache/lucene/pull/643#discussion_r802844956 ## File path: lucene/core/src/java/org/apache/lucene/util/IOUtils.java ## @@ -526,4 +526,17 @@ public static void fsync(Path fileToSync, boolean isDir) thr

[GitHub] [lucene] uschindler commented on a change in pull request #643: LUCENE-10400: revise binary dictionaries' constructor in kuromoji

2022-02-09 Thread GitBox
uschindler commented on a change in pull request #643: URL: https://github.com/apache/lucene/pull/643#discussion_r802870829 ## File path: lucene/core/src/java/org/apache/lucene/util/IOUtils.java ## @@ -526,4 +526,17 @@ public static void fsync(Path fileToSync, boolean isDir) t

[GitHub] [lucene] jpountz merged pull request #664: LUCENE-10412: Improve handling of MatchNoDocsQuery in rewrites.

2022-02-09 Thread GitBox
jpountz merged pull request #664: URL: https://github.com/apache/lucene/pull/664 -- 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-10412) Improve handling of MatchNoDocsQuery in rewrite rules

2022-02-09 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-10412?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17489715#comment-17489715 ] ASF subversion and git services commented on LUCENE-10412: -- Co

[GitHub] [lucene-solr] risdenk closed pull request #1143: SOLR-14328:HdfsDirectory support createTempOutput

2022-02-09 Thread GitBox
risdenk closed pull request #1143: URL: https://github.com/apache/lucene-solr/pull/1143 -- 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-uns

[GitHub] [lucene-solr] risdenk commented on pull request #1143: SOLR-14328:HdfsDirectory support createTempOutput

2022-02-09 Thread GitBox
risdenk commented on pull request #1143: URL: https://github.com/apache/lucene-solr/pull/1143#issuecomment-1034046856 Duplicate of SOLR-14242 -- 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

[jira] [Commented] (LUCENE-10412) Improve handling of MatchNoDocsQuery in rewrite rules

2022-02-09 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-10412?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17489719#comment-17489719 ] ASF subversion and git services commented on LUCENE-10412: -- Co

[GitHub] [lucene] dweiss commented on a change in pull request #668: LUCENE-10414: Add fn:fuzzyTerm interval function to flexible query parser

2022-02-09 Thread GitBox
dweiss commented on a change in pull request #668: URL: https://github.com/apache/lucene/pull/668#discussion_r802961615 ## File path: lucene/queryparser/src/java/org/apache/lucene/queryparser/flexible/standard/nodes/intervalfn/FuzzyTerm.java ## @@ -0,0 +1,59 @@ +/* + * License

[jira] [Commented] (LUCENE-10254) Remove Scorable#smoothingScore

2022-02-09 Thread spike liu (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-10254?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17489919#comment-17489919 ] spike liu commented on LUCENE-10254: I would like to work on this. > Remove Scorab

[GitHub] [lucene] spike-liu opened a new pull request #669: Lucene 10254: Remove Scorable#smoothingScore

2022-02-09 Thread GitBox
spike-liu opened a new pull request #669: URL: https://github.com/apache/lucene/pull/669 https://issues.apache.org/jira/browse/LUCENE-10254 -- 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 sp

[jira] [Commented] (LUCENE-10177) Rename VectorValues#dimension to VectorValues#getNumDimensions?

2022-02-09 Thread spike liu (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-10177?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17489929#comment-17489929 ] spike liu commented on LUCENE-10177: I would like to work on this. > Rename Vector

[GitHub] [lucene] spike-liu opened a new pull request #670: Lucene-10177: Rename VectorValues#dimension to VectorValues#getNumDimensions

2022-02-09 Thread GitBox
spike-liu opened a new pull request #670: URL: https://github.com/apache/lucene/pull/670 https://issues.apache.org/jira/browse/LUCENE-10177 -- 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 sp

[GitHub] [lucene] mocobeta opened a new pull request #671: Add custom composite action to set up CI environments

2022-02-09 Thread GitBox
mocobeta opened a new pull request #671: URL: https://github.com/apache/lucene/pull/671 It may be possible to set up CI environments (e.g. JDK) in a shared custom action with all workflows. -- This is an automated message from the Apache Git Service. To respond to the message, please log

[jira] [Commented] (LUCENE-10177) Rename VectorValues#dimension to VectorValues#getNumDimensions?

2022-02-09 Thread spike liu (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-10177?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17489963#comment-17489963 ] spike liu commented on LUCENE-10177: https://github.com/apache/lucene/pull/670 > R

[jira] [Commented] (LUCENE-10254) Remove Scorable#smoothingScore

2022-02-09 Thread spike liu (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-10254?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17489964#comment-17489964 ] spike liu commented on LUCENE-10254: https://github.com/apache/lucene/pull/669 > R

[GitHub] [lucene] mocobeta commented on pull request #671: Add custom composite action to set up CI environments

2022-02-09 Thread GitBox
mocobeta commented on pull request #671: URL: https://github.com/apache/lucene/pull/671#issuecomment-1034518955 It seems to work. ``` Prepare all required actions Getting action download info Download action repository 'actions/setup-java@v[2](https://github.com/apache/lucene/ru

[GitHub] [lucene] gf2121 commented on a change in pull request #666: LUCENE-10409: Improve BKDWriter's DocIdsWriter to better encode decreasing sequences of doc IDs

2022-02-09 Thread GitBox
gf2121 commented on a change in pull request #666: URL: https://github.com/apache/lucene/pull/666#discussion_r802715789 ## File path: lucene/core/src/test/org/apache/lucene/util/bkd/TestDocIdsWriter.java ## @@ -166,6 +184,9 @@ public Relation compare(byte[] minPackedValue, byte

[GitHub] [lucene] gf2121 commented on a change in pull request #666: LUCENE-10409: Improve BKDWriter's DocIdsWriter to better encode decreasing sequences of doc IDs

2022-02-09 Thread GitBox
gf2121 commented on a change in pull request #666: URL: https://github.com/apache/lucene/pull/666#discussion_r802715789 ## File path: lucene/core/src/test/org/apache/lucene/util/bkd/TestDocIdsWriter.java ## @@ -166,6 +184,9 @@ public Relation compare(byte[] minPackedValue, byte

[jira] [Comment Edited] (LUCENE-10188) Give SortedSetDocValues a docValueCount()?

2022-02-09 Thread spike liu (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-10188?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17489287#comment-17489287 ] spike liu edited comment on LUCENE-10188 at 2/10/22, 7:05 AM: ---