weizijun commented on pull request #227:
URL: https://github.com/apache/lucene/pull/227#issuecomment-890784238
@jpountz Can you consider using lz4 or zstd to directly compress the
blocks? After index sorting of time series id, we compress blocks by lz4 or
zstd, and we can get a large comp
jbhateja commented on pull request #177:
URL: https://github.com/apache/lucene/pull/177#issuecomment-891191240
> > Hi @uschindler,
> > I get the following compilation errors when I build your patch (Gradle
build 6.3.8)
> > > Task :altJvmWarning
> > > NOTE: Alternative java toolchai
uschindler commented on pull request #177:
URL: https://github.com/apache/lucene/pull/177#issuecomment-891211684
Hi,
> > Ca you post `java -version`and tell us if you maybe compiledyour own
version?
> > Hi @uschindler,
> > java --version
> > openjdk 17-ea 2021-09-14
> > O
uschindler edited a comment on pull request #177:
URL: https://github.com/apache/lucene/pull/177#issuecomment-891211684
Hi,
> > Ca you post `java -version`and tell us if you maybe compiledyour own
version?
> Hi @uschindler,
> java --version
> openjdk 17-ea 2021-09-14
> Op
uschindler edited a comment on pull request #177:
URL: https://github.com/apache/lucene/pull/177#issuecomment-891211684
Hi,
> > Ca you post `java -version`and tell us if you maybe compiledyour own
version?
> Hi @uschindler,
> java --version
> openjdk 17-ea 2021-09-14
thelabdude opened a new pull request #2544:
URL: https://github.com/apache/lucene-solr/pull/2544
This is an additional change needed for:
https://github.com/apache/lucene-solr/commit/1acb34753bcb771586b8b4010417e79f80952205
--
This is an automated message from the Apache Git Servi
thelabdude merged pull request #2544:
URL: https://github.com/apache/lucene-solr/pull/2544
--
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-
sejal-pawar commented on a change in pull request #159:
URL: https://github.com/apache/lucene/pull/159#discussion_r681207002
##
File path: lucene/facet/src/test/org/apache/lucene/facet/TestDrillSideways.java
##
@@ -1798,4 +1798,81 @@ public void testScorer() throws Exception {
sejal-pawar commented on pull request #159:
URL: https://github.com/apache/lucene/pull/159#issuecomment-891265131
> @sejal-pawar looks good overall, but appears to be failing the
`spotlessCheck`. Please make sure you run `./gradlew precommit` locally to see
that all checks are passing. You
gsmiller merged pull request #159:
URL: https://github.com/apache/lucene/pull/159
--
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.
gsmiller commented on pull request #159:
URL: https://github.com/apache/lucene/pull/159#issuecomment-891387701
Thanks @sejal-pawar !
--
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
[
https://issues.apache.org/jira/browse/LUCENE-9945?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17391822#comment-17391822
]
ASF subversion and git services commented on LUCENE-9945:
-
Commi
gsmiller opened a new pull request #2545:
URL: https://github.com/apache/lucene-solr/pull/2545
Backport from 9.0. Added `@deprecated` ctors to adhere to backwards
compatibility
[policy](https://cwiki.apache.org/confluence/display/LUCENE/BackwardsCompatibility)
--
This is an automated me
gsmiller merged pull request #2545:
URL: https://github.com/apache/lucene-solr/pull/2545
--
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-un
[
https://issues.apache.org/jira/browse/LUCENE-9945?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17391830#comment-17391830
]
ASF subversion and git services commented on LUCENE-9945:
-
Commi
[
https://issues.apache.org/jira/browse/LUCENE-9945?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17391831#comment-17391831
]
ASF subversion and git services commented on LUCENE-9945:
-
Commi
[
https://issues.apache.org/jira/browse/LUCENE-9945?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17391833#comment-17391833
]
Greg Miller commented on LUCENE-9945:
-
Thanks [~sejalpawar]!
> Extend DrillSideways
[
https://issues.apache.org/jira/browse/LUCENE-9945?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Greg Miller resolved LUCENE-9945.
-
Fix Version/s: 8.10
main (9.0)
Resolution: Fixed
> Extend DrillSideway
jbhateja commented on pull request #177:
URL: https://github.com/apache/lucene/pull/177#issuecomment-891467513
> Hi,
>
> > > Ca you post `java -version`and tell us if you maybe compiledyour own
version?
>
> > Hi @uschindler,
> > java --version
> > openjdk 17-ea 2021-09-1
jpountz commented on pull request #227:
URL: https://github.com/apache/lucene/pull/227#issuecomment-891574486
I suspect that general-purpose compression algorithms like LZ4 or Zstd would
not be good fits for this, but it could indeed be interesting to see if we can
reuse ideas from these c
20 matches
Mail list logo