iverase merged pull request #93:
URL: https://github.com/apache/lucene/pull/93
--
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=17324799#comment-17324799
]
ASF subversion and git services commented on LUCENE-9907:
-
Commi
iverase opened a new pull request #94:
URL: https://github.com/apache/lucene/pull/94
PackedInts provides two ways to reader/write data, one using a header and
writing the necessary metadata and a second option where there is not header or
metadata and is up to the user to write such inform
[
https://issues.apache.org/jira/browse/LUCENE-9926?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Dawid Weiss reassigned LUCENE-9926:
---
Assignee: Dawid Weiss
> remove last-modified timestamp from ASCIITLD.jflex
> --
[
https://issues.apache.org/jira/browse/LUCENE-8739?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17324904#comment-17324904
]
Adrien Grand commented on LUCENE-8739:
--
Hi [~wicked1099], force-merging wouldn't ch
Dawid Weiss created LUCENE-9933:
---
Summary: Add non-file properties to wrapped regenerate checksums
Key: LUCENE-9933
URL: https://issues.apache.org/jira/browse/LUCENE-9933
Project: Lucene - Core
dweiss opened a new pull request #95:
URL: https://github.com/apache/lucene/pull/95
--
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
dweiss merged pull request #95:
URL: https://github.com/apache/lucene/pull/95
--
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 conta
[
https://issues.apache.org/jira/browse/LUCENE-9933?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17324958#comment-17324958
]
ASF subversion and git services commented on LUCENE-9933:
-
Commi
[
https://issues.apache.org/jira/browse/LUCENE-9926?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Dawid Weiss resolved LUCENE-9926.
-
Fix Version/s: main (9.0)
Resolution: Fixed
> remove last-modified timestamp from ASCIITL
[
https://issues.apache.org/jira/browse/LUCENE-9933?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Dawid Weiss resolved LUCENE-9933.
-
Fix Version/s: main (9.0)
Resolution: Fixed
> Add non-file properties to wrapped regenera
jpountz commented on a change in pull request #94:
URL: https://github.com/apache/lucene/pull/94#discussion_r615777238
##
File path: lucene/core/src/java/org/apache/lucene/util/packed/PackedInts.java
##
@@ -506,13 +504,13 @@ public void clear() {
}
/**
- * Save
iverase commented on a change in pull request #94:
URL: https://github.com/apache/lucene/pull/94#discussion_r615791876
##
File path: lucene/core/src/java/org/apache/lucene/util/packed/PackedInts.java
##
@@ -506,13 +504,13 @@ public void clear() {
}
/**
- * Save
iverase merged pull request #94:
URL: https://github.com/apache/lucene/pull/94
--
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=17324979#comment-17324979
]
ASF subversion and git services commented on LUCENE-9907:
-
Commi
iverase opened a new pull request #96:
URL: https://github.com/apache/lucene/pull/96
The method in PackedInts.Mutable#save is never used. Let 's remove it.
The PR removes as well the method PackedInts.Mutable#getFormat() which seems
to be only used by the method above. This changes
iverase merged pull request #96:
URL: https://github.com/apache/lucene/pull/96
--
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=17325012#comment-17325012
]
ASF subversion and git services commented on LUCENE-9907:
-
Commi
[
https://issues.apache.org/jira/browse/LUCENE-9694?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17325030#comment-17325030
]
Michael McCandless commented on LUCENE-9694:
[~zhai7631] also fixed our {{lu
jpountz commented on a change in pull request #90:
URL: https://github.com/apache/lucene/pull/90#discussion_r615854333
##
File path:
lucene/core/src/java/org/apache/lucene/codecs/lucene90/blocktree/Lucene90BlockTreeTermsWriter.java
##
@@ -140,24 +135,48 @@
*
* Header is
jpountz commented on pull request #91:
URL: https://github.com/apache/lucene/pull/91#issuecomment-822522155
Wow, this is a neat idea! I wonder if we could find a less intrusive way to
apply this change, e.g. could we avoid adding info about whether to sort by doc
ID to BKDConfig? For insta
jpountz commented on a change in pull request #7:
URL: https://github.com/apache/lucene/pull/7#discussion_r615917265
##
File path: lucene/core/src/java/org/apache/lucene/util/bkd/BKDPointValues.java
##
@@ -0,0 +1,165 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) u
iverase commented on a change in pull request #7:
URL: https://github.com/apache/lucene/pull/7#discussion_r615952313
##
File path: lucene/core/src/java/org/apache/lucene/util/bkd/BKDPointValues.java
##
@@ -0,0 +1,165 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) u
iverase commented on a change in pull request #7:
URL: https://github.com/apache/lucene/pull/7#discussion_r615952313
##
File path: lucene/core/src/java/org/apache/lucene/util/bkd/BKDPointValues.java
##
@@ -0,0 +1,165 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) u
jpountz commented on a change in pull request #7:
URL: https://github.com/apache/lucene/pull/7#discussion_r616005264
##
File path: lucene/core/src/java/org/apache/lucene/util/bkd/BKDPointValues.java
##
@@ -0,0 +1,165 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) u
dsmiley closed pull request #1142:
URL: https://github.com/apache/lucene-solr/pull/1142
--
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, pl
dsmiley commented on pull request #1142:
URL: https://github.com/apache/lucene-solr/pull/1142#issuecomment-822637203
Moved to the new Solr repo https://github.com/apache/solr/pull/57
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to G
[
https://issues.apache.org/jira/browse/LUCENE-9905?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17325213#comment-17325213
]
Sejal Pawar commented on LUCENE-9905:
-
Since its refactoring and touches a few class
madrob edited a comment 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
bor
[
https://issues.apache.org/jira/browse/LUCENE-9905?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17325327#comment-17325327
]
Michael Sokolov commented on LUCENE-9905:
-
I think it could be difficult to brea
Thomas DuBuisson created LUCENE-9934:
Summary: MuseDev on Lucene?
Key: LUCENE-9934
URL: https://issues.apache.org/jira/browse/LUCENE-9934
Project: Lucene - Core
Issue Type: Improvement
noblepaul opened a new pull request #2481:
URL: https://github.com/apache/lucene-solr/pull/2481
--
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 ser
[
https://issues.apache.org/jira/browse/LUCENE-9907?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Ignacio Vera updated LUCENE-9907:
-
Summary: Remove dependency on PackedInts#getReader() in all current codecs
(was: Remove depende
iverase opened a new pull request #97:
URL: https://github.com/apache/lucene/pull/97
The method PackedInts#getReaderNoHeader() is only used from codecs in
backwards-codec, therefore we can move the actual method to that package.
In order to do that we create read only versions of Pac
nitirajrathore commented on a change in pull request #83:
URL: https://github.com/apache/lucene/pull/83#discussion_r616391655
##
File path: lucene/test-framework/src/java/org/apache/lucene/util/FullKnn.java
##
@@ -0,0 +1,254 @@
+/*
+ * Licensed to the Apache Software Foundation
35 matches
Mail list logo