[GitHub] [lucene] weizijun commented on pull request #227: LUCENE-10033: Encode numeric doc values and ordinals of SORTED(_SET) doc values in blocks.

2021-08-02 Thread GitBox
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

[GitHub] [lucene] jbhateja commented on pull request #177: Initial rewrite of MMapDirectory for JDK-17 preview (incubating) Panama APIs (>= JDK-17-ea-b25)

2021-08-02 Thread GitBox
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

[GitHub] [lucene] uschindler commented on pull request #177: Initial rewrite of MMapDirectory for JDK-17 preview (incubating) Panama APIs (>= JDK-17-ea-b25)

2021-08-02 Thread GitBox
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

[GitHub] [lucene] uschindler edited a comment on pull request #177: Initial rewrite of MMapDirectory for JDK-17 preview (incubating) Panama APIs (>= JDK-17-ea-b25)

2021-08-02 Thread GitBox
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

[GitHub] [lucene] uschindler edited a comment on pull request #177: Initial rewrite of MMapDirectory for JDK-17 preview (incubating) Panama APIs (>= JDK-17-ea-b25)

2021-08-02 Thread GitBox
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

[GitHub] [lucene-solr] thelabdude opened a new pull request #2544: SOLR-15570: Check stored or docValues when merging fields from the Luke schema response

2021-08-02 Thread GitBox
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

[GitHub] [lucene-solr] thelabdude merged pull request #2544: SOLR-15570: Check stored or docValues when merging fields from the Luke schema response

2021-08-02 Thread GitBox
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-

[GitHub] [lucene] sejal-pawar commented on a change in pull request #159: LUCENE-9945: extend DrillSideways to expose FacetCollector and drill-down dimensions

2021-08-02 Thread GitBox
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 {

[GitHub] [lucene] sejal-pawar commented on pull request #159: LUCENE-9945: extend DrillSideways to expose FacetCollector and drill-down dimensions

2021-08-02 Thread GitBox
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

[GitHub] [lucene] gsmiller merged pull request #159: LUCENE-9945: extend DrillSideways to expose FacetCollector and drill-down dimensions

2021-08-02 Thread GitBox
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.

[GitHub] [lucene] gsmiller commented on pull request #159: LUCENE-9945: extend DrillSideways to expose FacetCollector and drill-down dimensions

2021-08-02 Thread GitBox
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

[jira] [Commented] (LUCENE-9945) Extend DrillSideways to support exposing FacetCollectors directly

2021-08-02 Thread ASF subversion and git services (Jira)
[ 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

[GitHub] [lucene-solr] gsmiller opened a new pull request #2545: LUCENE-9945: Extend DrillSidewaysResult to expose drillDowns and drillSideways

2021-08-02 Thread GitBox
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

[GitHub] [lucene-solr] gsmiller merged pull request #2545: LUCENE-9945: Extend DrillSidewaysResult to expose drillDowns and drillSideways

2021-08-02 Thread GitBox
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

[jira] [Commented] (LUCENE-9945) Extend DrillSideways to support exposing FacetCollectors directly

2021-08-02 Thread ASF subversion and git services (Jira)
[ 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

[jira] [Commented] (LUCENE-9945) Extend DrillSideways to support exposing FacetCollectors directly

2021-08-02 Thread ASF subversion and git services (Jira)
[ 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

[jira] [Commented] (LUCENE-9945) Extend DrillSideways to support exposing FacetCollectors directly

2021-08-02 Thread Greg Miller (Jira)
[ 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

[jira] [Resolved] (LUCENE-9945) Extend DrillSideways to support exposing FacetCollectors directly

2021-08-02 Thread Greg Miller (Jira)
[ 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

[GitHub] [lucene] jbhateja commented on pull request #177: Initial rewrite of MMapDirectory for JDK-17 preview (incubating) Panama APIs (>= JDK-17-ea-b25)

2021-08-02 Thread GitBox
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

[GitHub] [lucene] jpountz commented on pull request #227: LUCENE-10033: Encode numeric doc values and ordinals of SORTED(_SET) doc values in blocks.

2021-08-02 Thread GitBox
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