dweiss commented on pull request #82:
URL: https://github.com/apache/lucene/pull/82#issuecomment-820174362
Nice! Still - these should only run *very* infrequently, right? On 8x we
regenerated every few... months? :) I'm sorry for delays on other issues, full
queue of priorities.
--
This
jpountz commented on pull request #81:
URL: https://github.com/apache/lucene/pull/81#issuecomment-820199532
> I guess the next step for me would be to try to implement a new Scorer
(instead of BulkScorer) using BMM, or update the existing DisjunctionSumScorer
to incorporate BMM, and see if
atris closed pull request #2403:
URL: https://github.com/apache/lucene-solr/pull/2403
--
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.
For queries about this service, plea
[
https://issues.apache.org/jira/browse/LUCENE-9843?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17321994#comment-17321994
]
Adrien Grand commented on LUCENE-9843:
--
I would have preferred to remove the compre
[
https://issues.apache.org/jira/browse/LUCENE-9929?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17322005#comment-17322005
]
Adrien Grand commented on LUCENE-9929:
--
+1 to avoid introducing options. I'd rather
[
https://issues.apache.org/jira/browse/LUCENE-9919?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Adrien Grand resolved LUCENE-9919.
--
Resolution: Duplicate
> ZSTD Compressor/Decompressor support in Lucene
> -
Alan Woodward created LUCENE-9930:
-
Summary: UkrainianMorfologikAnalyzer reloads its Dictionary for
every new TokenStreamComponents instance
Key: LUCENE-9930
URL: https://issues.apache.org/jira/browse/LUCENE-9930
[
https://issues.apache.org/jira/browse/LUCENE-8739?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17322015#comment-17322015
]
Adrien Grand commented on LUCENE-8739:
--
I forgot to update this issue but I actuall
rmuir commented on pull request #82:
URL: https://github.com/apache/lucene/pull/82#issuecomment-820296271
@dweiss I'm using `regenerate -x bigDFA` quite often, and this
icuCompileLinux task is my bottleneck. I've been running this quite often
recently! This patch drops it from 160s -> 126s
jpountz commented on a change in pull request #7:
URL: https://github.com/apache/lucene/pull/7#discussion_r613927061
##
File path: lucene/core/src/java/org/apache/lucene/util/bkd/BKDDefaultReader.java
##
@@ -0,0 +1,899 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF)
dweiss commented on pull request #82:
URL: https://github.com/apache/lucene/pull/82#issuecomment-820315980
Sure, no problem. If you reuse it often then you could also try to make it
fully incremental by adding inputs and outputs to that task, then it'd be
skipped if there's no need to reco
janhoy commented on a change in pull request #84:
URL: https://github.com/apache/lucene/pull/84#discussion_r613994057
##
File path:
lucene/analysis/common/src/java/org/apache/lucene/analysis/miscellaneous/ScandinavianNormalizationFilter.java
##
@@ -33,14 +34,45 @@
* blåbærsy
rmuir commented on pull request #82:
URL: https://github.com/apache/lucene/pull/82#issuecomment-820357230
I'm forcing --rerun-tasks when i do this. For the icu regeneration the
primary input is the jar file version as I mentioned before.
--
This is an automated message from the Apache Gi
iverase commented on pull request #72:
URL: https://github.com/apache/lucene/pull/72#issuecomment-820374588
I have added the length needed to store the int array so we can retrieve it
before reading it.
In the read side, I found that wrapping the IndexInput is tricky as you
might b
iverase commented on a change in pull request #7:
URL: https://github.com/apache/lucene/pull/7#discussion_r614030442
##
File path: lucene/core/src/java/org/apache/lucene/util/bkd/BKDDefaultReader.java
##
@@ -0,0 +1,899 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF)
iverase commented on a change in pull request #7:
URL: https://github.com/apache/lucene/pull/7#discussion_r614031179
##
File path: lucene/core/src/java/org/apache/lucene/util/bkd/BKDDefaultReader.java
##
@@ -0,0 +1,899 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF)
iverase commented on a change in pull request #7:
URL: https://github.com/apache/lucene/pull/7#discussion_r614031261
##
File path:
lucene/codecs/src/java/org/apache/lucene/codecs/simpletext/SimpleTextBKDReader.java
##
@@ -22,34 +22,31 @@
import java.io.IOException;
import
iverase commented on a change in pull request #7:
URL: https://github.com/apache/lucene/pull/7#discussion_r614033996
##
File path: lucene/core/src/java/org/apache/lucene/util/bkd/BKDDefaultReader.java
##
@@ -0,0 +1,899 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF)
iverase commented on a change in pull request #7:
URL: https://github.com/apache/lucene/pull/7#discussion_r614031179
##
File path: lucene/core/src/java/org/apache/lucene/util/bkd/BKDDefaultReader.java
##
@@ -0,0 +1,899 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF)
jpountz commented on a change in pull request #72:
URL: https://github.com/apache/lucene/pull/72#discussion_r614052826
##
File path:
lucene/core/src/java/org/apache/lucene/codecs/lucene90/compressing/Lucene90CompressingTermVectorsReader.java
##
@@ -295,6 +300,38 @@ public Term
iverase commented on a change in pull request #72:
URL: https://github.com/apache/lucene/pull/72#discussion_r614076033
##
File path:
lucene/core/src/java/org/apache/lucene/codecs/lucene90/compressing/Lucene90CompressingTermVectorsWriter.java
##
@@ -223,6 +224,7 @@ void addPosi
iverase commented on a change in pull request #72:
URL: https://github.com/apache/lucene/pull/72#discussion_r614079868
##
File path:
lucene/core/src/java/org/apache/lucene/codecs/lucene90/compressing/Lucene90CompressingTermVectorsReader.java
##
@@ -295,6 +300,38 @@ public Term
jpountz commented on a change in pull request #72:
URL: https://github.com/apache/lucene/pull/72#discussion_r614092381
##
File path:
lucene/core/src/java/org/apache/lucene/codecs/lucene90/compressing/Lucene90CompressingTermVectorsReader.java
##
@@ -295,6 +300,38 @@ public Term
iverase commented on a change in pull request #7:
URL: https://github.com/apache/lucene/pull/7#discussion_r614033996
##
File path: lucene/core/src/java/org/apache/lucene/util/bkd/BKDDefaultReader.java
##
@@ -0,0 +1,899 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF)
iverase merged pull request #72:
URL: https://github.com/apache/lucene/pull/72
--
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.
For queries about this service, please cont
[
https://issues.apache.org/jira/browse/LUCENE-9907?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17322200#comment-17322200
]
ASF subversion and git services commented on LUCENE-9907:
-
Commi
iverase opened a new pull request #85:
URL: https://github.com/apache/lucene/pull/85
`MonotonicBlockPackedReader` and `MonotonicBlockPackedWriter` are used in
the `FixedGapTermsIndexReader` and `FixedGapTermsIndexWriter` respectively.
Those readers/ writers from internally from PackedInt
mayya-sharipova opened a new pull request #86:
URL: https://github.com/apache/lucene/pull/86
Relates to #11
--
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.
For queries abo
[
https://issues.apache.org/jira/browse/LUCENE-9334?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17322274#comment-17322274
]
Mayya Sharipova commented on LUCENE-9334:
-
[~julietibs]Thanks for the report on
madrob commented on pull request #2411:
URL: https://github.com/apache/lucene-solr/pull/2411#issuecomment-820528027
> it didn't seem reasonable to be trying to set up authentication just for a
test.
I think this would be the correct approach. Are there other tests you can
borrow authent
mayya-sharipova merged pull request #86:
URL: https://github.com/apache/lucene/pull/86
--
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.
For queries about this service, ple
gus-asf commented on pull request #2411:
URL: https://github.com/apache/lucene-solr/pull/2411#issuecomment-820540948
Yeah sorry haven't got back to this. Work is quite busy. my recollection is
that my initial thought was that the concern raised is not actually a problem
since no tests run
jpountz commented on a change in pull request #7:
URL: https://github.com/apache/lucene/pull/7#discussion_r614220780
##
File path: lucene/core/src/java/org/apache/lucene/util/bkd/BKDDefaultReader.java
##
@@ -0,0 +1,899 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF)
jpountz commented on a change in pull request #7:
URL: https://github.com/apache/lucene/pull/7#discussion_r614222974
##
File path: lucene/core/src/java/org/apache/lucene/util/bkd/BKDDefaultReader.java
##
@@ -0,0 +1,899 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF)
mayya-sharipova opened a new pull request #87:
URL: https://github.com/apache/lucene/pull/87
LUCENE-9334 requires that docs have the same schema
across the whole schema.
This fixes the test
TestDemoParallelLeafReader.testRandomMultipleSchemaGensSameField
that attempts to modify sc
mayya-sharipova merged pull request #87:
URL: https://github.com/apache/lucene/pull/87
--
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.
For queries about this service, ple
[
https://issues.apache.org/jira/browse/LUCENE-9334?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17322491#comment-17322491
]
ASF subversion and git services commented on LUCENE-9334:
-
Commi
zacharymorn commented on pull request #81:
URL: https://github.com/apache/lucene/pull/81#issuecomment-820881711
Sounds good. Will start with a new `Scorer` implementation first and later
come back to `BulkScorer` for further exploration. For now, I'll close this PR.
--
This is an automat
zacharymorn closed pull request #81:
URL: https://github.com/apache/lucene/pull/81
--
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.
For queries about this service, please
39 matches
Mail list logo