[GitHub] [lucene] spyk commented on pull request #380: LUCENE-10171 - Fix dictionary-based OpenNLPLemmatizerFilterFactory caching issue

2021-12-08 Thread GitBox
spyk commented on pull request #380: URL: https://github.com/apache/lucene/pull/380#issuecomment-989601844 Thanks @magibney! Yes, makes sense, I'll add a commit for the redundant parsing code removal and add a TODO comment as suggested. -- This is an automated message from the Apache Git

[jira] [Updated] (LUCENE-10297) Speed up medium cardinality fields with readLongs and SIMD

2021-12-08 Thread Feng Guo (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-10297?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Feng Guo updated LUCENE-10297: -- Description: We already have a bitset optimization for low cardinality fields, but the optimization

[jira] [Updated] (LUCENE-10297) Speed up medium cardinality fields with readLongs and SIMD

2021-12-08 Thread Feng Guo (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-10297?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Feng Guo updated LUCENE-10297: -- Description: We already have a bitset optimization for low cardinality fields, but the optimization

[GitHub] [lucene] gf2121 edited a comment on pull request #510: LUCENE-10280: Store BKD blocks with continuous ids more efficiently

2021-12-08 Thread GitBox
gf2121 edited a comment on pull request #510: URL: https://github.com/apache/lucene/pull/510#issuecomment-989104054 @iverase Thanks for your explanation! > I worked on the PR about using #readLELongs but never get a meaningful speed up that justify the added complexity. I find

[jira] [Updated] (LUCENE-10297) Speed up medium cardinality fields with readLongs and SIMD

2021-12-08 Thread Feng Guo (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-10297?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Feng Guo updated LUCENE-10297: -- Description: We already have a bitset optimization for low cardinality fields, but the optimization

[jira] [Updated] (LUCENE-10297) Speed up medium cardinality fields with readLongs and SIMD

2021-12-08 Thread Feng Guo (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-10297?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Feng Guo updated LUCENE-10297: -- Description: We already have a bitset optimization for low cardinality fields, but the optimization

[jira] [Updated] (LUCENE-10297) Speed up medium cardinality fields with readLongs and SIMD

2021-12-08 Thread Feng Guo (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-10297?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Feng Guo updated LUCENE-10297: -- Summary: Speed up medium cardinality fields with readLongs and SIMD (was: Speed up medium cardinalit

[jira] [Updated] (LUCENE-10297) Speed up medium cardinality fields with readLELongs and SIMD

2021-12-08 Thread Feng Guo (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-10297?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Feng Guo updated LUCENE-10297: -- Description: We already have a bitset optimization for low cardinality fields, but the optimization

[jira] [Updated] (LUCENE-10297) Speed up medium cardinality fields with readLELongs and SIMD

2021-12-08 Thread Feng Guo (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-10297?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Feng Guo updated LUCENE-10297: -- Description: We already have a bitset optimization for low cardinality fields, but the optimization

[GitHub] [lucene] gf2121 edited a comment on pull request #510: LUCENE-10280: Store BKD blocks with continuous ids more efficiently

2021-12-08 Thread GitBox
gf2121 edited a comment on pull request #510: URL: https://github.com/apache/lucene/pull/510#issuecomment-989104054 @iverase Thanks for your explanation! > I worked on the PR about using #readLELongs but never get a meaningful speed up that justify the added complexity. I find

[jira] [Resolved] (LUCENE-10296) Stop minimizing regexps

2021-12-08 Thread Robert Muir (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-10296?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Muir resolved LUCENE-10296. -- Fix Version/s: 10.0 (main) Resolution: Fixed > Stop minimizing regexps > -

[jira] [Reopened] (LUCENE-10289) DocIdSetBuilder#grow() should take a long instead of int

2021-12-08 Thread Robert Muir (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-10289?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Muir reopened LUCENE-10289: -- I re opened the issue due to perf regressions: LUCENE-10299 > DocIdSetBuilder#grow() should tak

[jira] [Commented] (LUCENE-10299) investigate prefix/wildcard perf drop in nightly benchmarks

2021-12-08 Thread Robert Muir (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-10299?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17456112#comment-17456112 ] Robert Muir commented on LUCENE-10299: -- fairly heavy cost on the MTQ-rewrite happe

[jira] [Commented] (LUCENE-10296) Stop minimizing regexps

2021-12-08 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-10296?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17456106#comment-17456106 ] ASF subversion and git services commented on LUCENE-10296: -- Co

[GitHub] [lucene] rmuir merged pull request #528: LUCENE-10296: Stop minimizing regepx

2021-12-08 Thread GitBox
rmuir merged pull request #528: URL: https://github.com/apache/lucene/pull/528 -- 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] rmuir commented on pull request #528: LUCENE-10296: Stop minimizing regepx

2021-12-08 Thread GitBox
rmuir commented on pull request #528: URL: https://github.com/apache/lucene/pull/528#issuecomment-989454186 LUCENE-10296: Stop minimizing regexps In current trunk, we let caller (e.g. `RegExpQuery`) try to "reduce" the expression. The parser nor the low-level executors don't implicit

[GitHub] [lucene] rmuir commented on pull request #528: LUCENE-10296: Stop minimizing regepx

2021-12-08 Thread GitBox
rmuir commented on pull request #528: URL: https://github.com/apache/lucene/pull/528#issuecomment-989427375 I'm waiting a bit on https://issues.apache.org/jira/browse/LUCENE-10299 . I don't expect any regression, but I don't want to confuse it with the `DocIdSetBuilder` stuff -- This is

[GitHub] [lucene-solr] thelabdude merged pull request #2626: SOLR-15832: Clean-up after publish action in Schema Designer shouldn't fail if .system collection doesn't exist

2021-12-08 Thread GitBox
thelabdude merged pull request #2626: URL: https://github.com/apache/lucene-solr/pull/2626 -- 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] gsmiller commented on pull request #498: LUCENE-10275: Add interval tree to MultiRangeQuery

2021-12-08 Thread GitBox
gsmiller commented on pull request #498: URL: https://github.com/apache/lucene/pull/498#issuecomment-989310001 Nice change! (Just now catching up on some Lucene issues and saw this) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to Gi

[jira] [Commented] (LUCENE-10281) Error condition used to judge whether hits are sparse in StringValueFacetCounts

2021-12-08 Thread Greg Miller (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-10281?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17456048#comment-17456048 ] Greg Miller commented on LUCENE-10281: -- Yeah, +1 to not considering this a bug (bu

[GitHub] [lucene] uschindler commented on pull request #310: LUCENE-10112: Improve LZ4 Compression performance with direct primitive read/writes

2021-12-08 Thread GitBox
uschindler commented on pull request #310: URL: https://github.com/apache/lucene/pull/310#issuecomment-989287677 Hi @jnorthrup, I do not fully understand what you are intending to do? If you want to compare the LZ4 to LZO/ZSTD just run Mike's benchmarks. Me main reason for this PR is to

[GitHub] [lucene] jnorthrup commented on pull request #310: LUCENE-10112: Improve LZ4 Compression performance with direct primitive read/writes

2021-12-08 Thread GitBox
jnorthrup commented on pull request #310: URL: https://github.com/apache/lucene/pull/310#issuecomment-989246505 hi @uschindler are there analogs for lzo and zstd for which this benchmark can be used to address the ever present IO budget and cache line costs of the different libs ? (benchma

[GitHub] [lucene] dweiss commented on pull request #470: LUCENE-10255: fully embrace the java module system

2021-12-08 Thread GitBox
dweiss commented on pull request #470: URL: https://github.com/apache/lucene/pull/470#issuecomment-989200591 I've pushed another bit of exploration and I think it shows we're close. Many things can be cleaned up nicely later (modular configurations generated from sourcesets, including comp

[jira] [Commented] (LUCENE-10274) Implement "hyperrectangle" faceting

2021-12-08 Thread Greg Miller (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-10274?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17455994#comment-17455994 ] Greg Miller commented on LUCENE-10274: -- {quote}I would also suggest to start with

[jira] [Commented] (LUCENE-10299) investigate prefix/wildcard perf drop in nightly benchmarks

2021-12-08 Thread Robert Muir (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-10299?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17455991#comment-17455991 ] Robert Muir commented on LUCENE-10299: -- Here are the list of commits in between th

[jira] [Comment Edited] (LUCENE-10274) Implement "hyperrectangle" faceting

2021-12-08 Thread Greg Miller (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-10274?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17455990#comment-17455990 ] Greg Miller edited comment on LUCENE-10274 at 12/8/21, 9:05 PM: -

[jira] [Updated] (LUCENE-10299) investigate prefix/wildcard perf drop in nightly benchmarks

2021-12-08 Thread Robert Muir (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-10299?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Muir updated LUCENE-10299: - Description: Recently the prefix/wildcard dropped. As these are super simple and not impacted

[jira] [Created] (LUCENE-10299) investigate prefix/wildcard perf drop in nightly benchmarks

2021-12-08 Thread Robert Muir (Jira)
Robert Muir created LUCENE-10299: Summary: investigate prefix/wildcard perf drop in nightly benchmarks Key: LUCENE-10299 URL: https://issues.apache.org/jira/browse/LUCENE-10299 Project: Lucene - Core

[jira] [Commented] (LUCENE-10274) Implement "hyperrectangle" faceting

2021-12-08 Thread Greg Miller (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-10274?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17455990#comment-17455990 ] Greg Miller commented on LUCENE-10274: -- I was thinking that this would work over t

[GitHub] [lucene-solr] thelabdude opened a new pull request #2626: SOLR-15832: Clean-up after publish action in Schema Designer shouldn't fail if .system collection doesn't exist

2021-12-08 Thread GitBox
thelabdude opened a new pull request #2626: URL: https://github.com/apache/lucene-solr/pull/2626 backport of https://github.com/apache/solr/pull/451 -- 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

[jira] [Commented] (LUCENE-10298) dev-tools/scripts/addBackcompatIndexes.py doesn't work well with spotless

2021-12-08 Thread Uwe Schindler (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-10298?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17455952#comment-17455952 ] Uwe Schindler commented on LUCENE-10298: Or maybe write the index names to a si

[jira] [Commented] (LUCENE-10040) Handle deletions in nearest vector search

2021-12-08 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-10040?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17455949#comment-17455949 ] ASF subversion and git services commented on LUCENE-10040: -- Co

[jira] [Commented] (LUCENE-10040) Handle deletions in nearest vector search

2021-12-08 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-10040?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17455944#comment-17455944 ] ASF subversion and git services commented on LUCENE-10040: -- Co

[GitHub] [lucene] jtibshirani merged pull request #527: LUCENE-10040: Add test for vector search with skewed deletions

2021-12-08 Thread GitBox
jtibshirani merged pull request #527: URL: https://github.com/apache/lucene/pull/527 -- 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-unsubs

[jira] [Resolved] (LUCENE-10040) Handle deletions in nearest vector search

2021-12-08 Thread Julie Tibshirani (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-10040?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Julie Tibshirani resolved LUCENE-10040. --- Fix Version/s: 9.0 Resolution: Fixed > Handle deletions in nearest vector se

[jira] [Commented] (LUCENE-10298) dev-tools/scripts/addBackcompatIndexes.py doesn't work well with spotless

2021-12-08 Thread Dawid Weiss (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-10298?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17455935#comment-17455935 ] Dawid Weiss commented on LUCENE-10298: -- I wouldn't make such exceptions. They're h

[GitHub] [lucene] gf2121 commented on pull request #510: LUCENE-10280: Store BKD blocks with continuous ids more efficiently

2021-12-08 Thread GitBox
gf2121 commented on pull request #510: URL: https://github.com/apache/lucene/pull/510#issuecomment-989104054 @iverase Thanks for your explanation! > I worked on the PR about using #readLELongs but never get a meaningful speed up that justify the added complexity. I find that w

[jira] [Created] (LUCENE-10298) dev-tools/scripts/addBackcompatIndexes.py doesn't work well with spotless

2021-12-08 Thread Adrien Grand (Jira)
Adrien Grand created LUCENE-10298: - Summary: dev-tools/scripts/addBackcompatIndexes.py doesn't work well with spotless Key: LUCENE-10298 URL: https://issues.apache.org/jira/browse/LUCENE-10298 Project

[jira] [Updated] (LUCENE-10297) Speed up medium cardinality fields with readLELongs and SIMD

2021-12-08 Thread Feng Guo (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-10297?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Feng Guo updated LUCENE-10297: -- Description: We already have a bitset optimization for low cardinality fields, but the optimization

[jira] [Updated] (LUCENE-10297) Speed up medium cardinality fields with readLELongs and SIMD

2021-12-08 Thread Feng Guo (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-10297?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Feng Guo updated LUCENE-10297: -- Description: We already have a bitset optimization for low cardinality fields, but the optimization

[jira] [Updated] (LUCENE-10297) Speed up medium cardinality fields with readLELongs and SIMD

2021-12-08 Thread Feng Guo (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-10297?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Feng Guo updated LUCENE-10297: -- Description: We already have a bitset optimization for low cardinality fields, but the optimization

[jira] [Updated] (LUCENE-10297) Speed up medium cardinality fields with readLELongs and SIMD

2021-12-08 Thread Feng Guo (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-10297?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Feng Guo updated LUCENE-10297: -- Description: We already have a bitset optimization for low cardinality fields, but the optimization

[jira] [Closed] (LUCENE-9484) Allow index sorting to happen after the fact

2021-12-08 Thread Adrien Grand (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9484?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Adrien Grand closed LUCENE-9484. > Allow index sorting to happen after the fact > > >

[jira] [Resolved] (LUCENE-9484) Allow index sorting to happen after the fact

2021-12-08 Thread Adrien Grand (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9484?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Adrien Grand resolved LUCENE-9484. -- Resolution: Fixed > Allow index sorting to happen after the fact > ---

[jira] [Closed] (LUCENE-10114) Remove unused byte order mark in Lucene90PostingsWriter

2021-12-08 Thread Adrien Grand (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-10114?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Adrien Grand closed LUCENE-10114. - > Remove unused byte order mark in Lucene90PostingsWriter > ---

[jira] [Resolved] (LUCENE-10114) Remove unused byte order mark in Lucene90PostingsWriter

2021-12-08 Thread Adrien Grand (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-10114?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Adrien Grand resolved LUCENE-10114. --- Resolution: Fixed > Remove unused byte order mark in Lucene90PostingsWriter > -

[jira] [Commented] (LUCENE-10040) Handle deletions in nearest vector search

2021-12-08 Thread Julie Tibshirani (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-10040?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17455386#comment-17455386 ] Julie Tibshirani commented on LUCENE-10040: --- Thanks for posting, I found Weav

[jira] [Updated] (LUCENE-10259) Luke does not start with whitespace in unzipped directory.

2021-12-08 Thread Adrien Grand (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-10259?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Adrien Grand updated LUCENE-10259: -- Fix Version/s: (was: 9.x) > Luke does not start with whitespace in unzipped directory. >

[jira] [Updated] (LUCENE-10287) Add jdk.unsupported module to Luke startup script

2021-12-08 Thread Adrien Grand (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-10287?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Adrien Grand updated LUCENE-10287: -- Fix Version/s: (was: 9.x) > Add jdk.unsupported module to Luke startup script > -

[jira] [Updated] (LUCENE-10297) Speed up medium cardinality fields with readLELongs and SIMD

2021-12-08 Thread Feng Guo (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-10297?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Feng Guo updated LUCENE-10297: -- Description: We already have a bitset optimization for low cardinality fields, but the optimization

[jira] [Updated] (LUCENE-10297) Speed up medium cardinality fields with readLELongs and SIMD

2021-12-08 Thread Feng Guo (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-10297?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Feng Guo updated LUCENE-10297: -- Description: We already have a bitset optimization for low cardinality fields, but the optimization

[jira] [Updated] (LUCENE-10297) Speed up medium cardinality fields with readLELongs and SIMD

2021-12-08 Thread Feng Guo (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-10297?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Feng Guo updated LUCENE-10297: -- Description: We already have a bitset optimization for low cardinality fields, but the optimization

[GitHub] [lucene-solr] mikemccand commented on pull request #906: LUCENE-8996: maxScore is sometimes missing from distributed responses

2021-12-08 Thread GitBox
mikemccand commented on pull request #906: URL: https://github.com/apache/lucene-solr/pull/906#issuecomment-988978401 Hmm, I see this [src fix was committed, but the new unit test was not committed](https://github.com/apache/lucene/commit/49631ace9f1ee110d52a207377e4926baef74929) -- was th

[GitHub] [lucene-solr] mikemccand closed pull request #1064: LUCENE-9084: circular synchronization wait (potential deadlock) in AnalyzingInfixSuggester

2021-12-08 Thread GitBox
mikemccand closed pull request #1064: URL: https://github.com/apache/lucene-solr/pull/1064 -- 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] mikemccand commented on pull request #1064: LUCENE-9084: circular synchronization wait (potential deadlock) in AnalyzingInfixSuggester

2021-12-08 Thread GitBox
mikemccand commented on pull request #1064: URL: https://github.com/apache/lucene-solr/pull/1064#issuecomment-988973336 It looks like this one was indeed merged -- closing the PR. Thank you @paulward24! -- This is an automated message from the Apache Git Service. To respond to the messa

[GitHub] [lucene] magibney commented on pull request #380: LUCENE-10171 - Fix dictionary-based OpenNLPLemmatizerFilterFactory caching issue

2021-12-08 Thread GitBox
magibney commented on pull request #380: URL: https://github.com/apache/lucene/pull/380#issuecomment-988928174 Thanks for the nudge, @fmmoret. I think if introducing this change, we should really avoid [needlessly building and throwing away](https://github.com/apache/lucene/pull/380

[jira] [Updated] (LUCENE-10297) Speed up medium cardinality fields with readLELongs and SIMD

2021-12-08 Thread Feng Guo (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-10297?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Feng Guo updated LUCENE-10297: -- Description: We already have a bitset optimization for low cardinality fields, but the optimization

[jira] [Updated] (LUCENE-10297) Speed up medium cardinality fields with readLELongs and SIMD

2021-12-08 Thread Feng Guo (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-10297?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Feng Guo updated LUCENE-10297: -- Description: We already have a bitset optimization for low cardinality fields, but the optimization

[jira] [Updated] (LUCENE-10297) Speed up medium cardinality fields with readLELongs and SIMD

2021-12-08 Thread Feng Guo (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-10297?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Feng Guo updated LUCENE-10297: -- Description: We already have a bitset optimization for low cardinality fields, but the optimization

[jira] [Updated] (LUCENE-10297) Speed up medium cardinality fields with readLELongs and SIMD

2021-12-08 Thread Feng Guo (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-10297?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Feng Guo updated LUCENE-10297: -- Description: We already have a bitset optimization for low cardinality fields, but the optimization

[GitHub] [lucene] dweiss commented on a change in pull request #521: LUCENE-10229: Unify behaviour of match offsets for interval queries

2021-12-08 Thread GitBox
dweiss commented on a change in pull request #521: URL: https://github.com/apache/lucene/pull/521#discussion_r764938074 ## File path: lucene/queries/src/java/org/apache/lucene/queries/intervals/Intervals.java ## @@ -275,7 +275,10 @@ public static IntervalsSource ordered(Interv

[GitHub] [lucene-solr] janhoy closed pull request #740: SOLR-12550 - distribUpdateSoTimeout for configuring socket timeouts in solrcloud doesn't take effect for updates.

2021-12-08 Thread GitBox
janhoy closed pull request #740: URL: https://github.com/apache/lucene-solr/pull/740 -- 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-unsubs

[GitHub] [lucene-solr] janhoy closed pull request #690: SOLR-13517: [ UX improvement ] Dashboard will now store query and filter parameters on page change a…

2021-12-08 Thread GitBox
janhoy closed pull request #690: URL: https://github.com/apache/lucene-solr/pull/690 -- 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-unsubs

[GitHub] [lucene-solr] janhoy closed pull request #185: SOLR-10487: Support to specify connection and socket read timeout in DataImportHandler for SolrEntityProcessor.

2021-12-08 Thread GitBox
janhoy closed pull request #185: URL: https://github.com/apache/lucene-solr/pull/185 -- 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-unsubs

[GitHub] [lucene-solr] janhoy closed pull request #182: SOLR-10415 - improve debug logging to use parameterized logging

2021-12-08 Thread GitBox
janhoy closed pull request #182: URL: https://github.com/apache/lucene-solr/pull/182 -- 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-unsubs

[jira] [Updated] (LUCENE-10297) Speed up medium cardinality fields with readLELongs and SIMD

2021-12-08 Thread Feng Guo (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-10297?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Feng Guo updated LUCENE-10297: -- Description: We already have a bitset optimization for low cardinality fields, but the optimization

[jira] [Updated] (LUCENE-10297) Speed up medium cardinality fields with readLELongs and SIMD

2021-12-08 Thread Feng Guo (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-10297?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Feng Guo updated LUCENE-10297: -- Description: We already have a bitset optimization for low cardinality fields, but the optimization

[jira] [Updated] (LUCENE-10297) Speed up medium cardinality fields with readLELongs and SIMD

2021-12-08 Thread Feng Guo (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-10297?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Feng Guo updated LUCENE-10297: -- Description: We already have a bitset optimization for low cardinality fields, but the optimization

[jira] [Updated] (LUCENE-10297) Speed up medium cardinality fields with readLELongs and SIMD

2021-12-08 Thread Feng Guo (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-10297?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Feng Guo updated LUCENE-10297: -- Description: Though we already have a bitset optimization for low cardinality fields, but the optimi

[GitHub] [lucene-solr] rmuir commented on pull request #2625: Added bulkclose feature to the githubPRs script

2021-12-08 Thread GitBox
rmuir commented on pull request #2625: URL: https://github.com/apache/lucene-solr/pull/2625#issuecomment-988760471 That's an actual veto. justification: read the fucking mailing list thread, see how @janhoy tried to "slip this in" under the pretense of a +1. Several of us are against bulk-

[GitHub] [lucene-solr] rmuir commented on pull request #2625: Added bulkclose feature to the githubPRs script

2021-12-08 Thread GitBox
rmuir commented on pull request #2625: URL: https://github.com/apache/lucene-solr/pull/2625#issuecomment-988751134 -1 to adding bulk close functionality -- 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

[jira] [Updated] (LUCENE-10297) Speed up medium cardinality fields with readLELongs and SIMD

2021-12-08 Thread Feng Guo (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-10297?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Feng Guo updated LUCENE-10297: -- Description: Though we already have a bitset optimization for low cardinality fields, but the optimi

[jira] [Updated] (LUCENE-10297) Speed up medium cardinality fields with readLELongs and SIMD

2021-12-08 Thread Feng Guo (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-10297?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Feng Guo updated LUCENE-10297: -- Description: Though we already have a bitset optimization for low cardinality fields, but the optimi

[jira] [Updated] (LUCENE-10297) Speed up medium cardinality fields with readLELongs and SIMD

2021-12-08 Thread Feng Guo (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-10297?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Feng Guo updated LUCENE-10297: -- Description: Though we already have a bitset optimization for low cardinality fields, but the optimi

[jira] [Updated] (LUCENE-10297) Speed up medium cardinality fields with readLELongs and SIMD

2021-12-08 Thread Feng Guo (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-10297?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Feng Guo updated LUCENE-10297: -- Description: Though we already have a bitset optimization for low cardinality fields, but the optimi

[jira] [Updated] (LUCENE-10297) Speed up medium cardinality fields with readLELongs and SIMD

2021-12-08 Thread Feng Guo (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-10297?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Feng Guo updated LUCENE-10297: -- Description: Though we already have a bitset optimization for low cardinality fields, but the optimi

[jira] [Updated] (LUCENE-10297) Speed up medium cardinality fields with readLELongs and SIMD

2021-12-08 Thread Feng Guo (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-10297?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Feng Guo updated LUCENE-10297: -- Description: Though we already have a bitset optimization for low cardinality fields, but the optimi

[GitHub] [lucene-solr] janhoy opened a new pull request #2625: Added bulkclose feature to the githubPRs script

2021-12-08 Thread GitBox
janhoy opened a new pull request #2625: URL: https://github.com/apache/lucene-solr/pull/2625 Example use: ```bash ./githubPRs.py \ --bulkclose "Lucene and Solr development has moved to separate git repositories and this PR is being bulk-closed. Please open a new PR against h

[jira] [Updated] (LUCENE-10297) Speed up medium cardinality fields with readLELongs and SIMD

2021-12-08 Thread Feng Guo (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-10297?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Feng Guo updated LUCENE-10297: -- Description: Though we already have a bitset optimization for low cardinality fields, but the optimi

[GitHub] [lucene] gf2121 opened a new pull request #530: LUCENE-10297: Speed up medium cardinality fields with readLELongs and SIMD

2021-12-08 Thread GitBox
gf2121 opened a new pull request #530: URL: https://github.com/apache/lucene/pull/530 see https://issues.apache.org/jira/browse/LUCENE-10297 -- 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 s

[jira] [Created] (LUCENE-10297) Speed up medium cardinality fields with readLELongs and SIMD

2021-12-08 Thread Feng Guo (Jira)
Feng Guo created LUCENE-10297: - Summary: Speed up medium cardinality fields with readLELongs and SIMD Key: LUCENE-10297 URL: https://issues.apache.org/jira/browse/LUCENE-10297 Project: Lucene - Core

[GitHub] [lucene-solr] janhoy closed pull request #1364: SOLR-14335: Lock Solr's memory to prevent swapping

2021-12-08 Thread GitBox
janhoy closed pull request #1364: URL: https://github.com/apache/lucene-solr/pull/1364 -- 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-unsu

[GitHub] [lucene-solr] janhoy commented on pull request #1364: SOLR-14335: Lock Solr's memory to prevent swapping

2021-12-08 Thread GitBox
janhoy commented on pull request #1364: URL: https://github.com/apache/lucene-solr/pull/1364#issuecomment-988681951 Lucene and Solr development has moved to separate git repositories and this PR is being bulk-closed.\nPlease open a new PR against https://github.com/apache/solr or https://g