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

2021-08-06 Thread Michael Sokolov (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-10040?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17394763#comment-17394763 ] Michael Sokolov commented on LUCENE-10040: -- This approach (filter out deletion

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

2021-08-06 Thread Julie Tibshirani (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-10040?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Julie Tibshirani reassigned LUCENE-10040: - Assignee: Julie Tibshirani > Handle deletions in nearest vector search > -

[GitHub] [lucene] uschindler closed pull request #173: Initial rewrite of MMapDirectory for JDK-16 preview (incubating) Panama APIs (>= JDK-16-ea-b32)

2021-08-06 Thread GitBox
uschindler closed pull request #173: URL: https://github.com/apache/lucene/pull/173 -- 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-unsubsc

[GitHub] [lucene-solr] thelabdude merged pull request #2548: SOLR-15576: Allow filtering on ISO-8601 formatted timestamp literals in SQL WHERE clause

2021-08-06 Thread GitBox
thelabdude merged pull request #2548: URL: https://github.com/apache/lucene-solr/pull/2548 -- 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] thelabdude opened a new pull request #2548: SOLR-15576: Allow filtering on ISO-8601 formatted timestamp literals in SQL WHERE clause

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

[GitHub] [lucene] gsmiller opened a new pull request #233: LUCENE-10045: Extend ConjunctionUtils to support LongValues and DoubleValues

2021-08-06 Thread GitBox
gsmiller opened a new pull request #233: URL: https://github.com/apache/lucene/pull/233 nocommit: Draft change only for early feedback # Description This is a DRAFT change for encapsulating `LongValues` and `DoubleValues` iteration in a DISI impl. No tests are implemented yet

[jira] [Commented] (LUCENE-10045) Extend ConjunctionUtils to support LongValues and DoubleValues

2021-08-06 Thread Greg Miller (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-10045?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17394932#comment-17394932 ] Greg Miller commented on LUCENE-10045: -- Attached a draft PR for early feedback for

[GitHub] [lucene] gsmiller opened a new pull request #234: Slight improvement/optimization to duplicate facet value checking (ref: LUCENE-9964)

2021-08-06 Thread GitBox
gsmiller opened a new pull request #234: URL: https://github.com/apache/lucene/pull/234 # Description Slight improvement to the way duplicate numeric doc values are de-duped when facet counting. Main benefit is avoiding the overhead in the `LongCounter` segment-tree when encount

[GitHub] [lucene] gsmiller merged pull request #234: Slight improvement/optimization to duplicate facet value checking (ref: LUCENE-9964)

2021-08-06 Thread GitBox
gsmiller merged pull request #234: URL: https://github.com/apache/lucene/pull/234 -- 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.

[jira] [Commented] (LUCENE-9964) FacetResult.labelValues.value is not accurate for duplicate labels in a document

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

[GitHub] [lucene] msokolov opened a new pull request #235: LUCENE-9614: add KnnVectorQuery implementation

2021-08-06 Thread GitBox
msokolov opened a new pull request #235: URL: https://github.com/apache/lucene/pull/235 This is a first cut at an implementation of a query based on K-nearest neighbors with the vector search being done as part of rewrite(). A couple of quirks: 1. I noticed that scores for the defau

[jira] [Created] (LUCENE-10046) StringValueFacetCounts can incorrectly count in "sparse" counting cases

2021-08-06 Thread Greg Miller (Jira)
Greg Miller created LUCENE-10046: Summary: StringValueFacetCounts can incorrectly count in "sparse" counting cases Key: LUCENE-10046 URL: https://issues.apache.org/jira/browse/LUCENE-10046 Project: Lu

[GitHub] [lucene] gsmiller opened a new pull request #236: LUCENE-10046: Fix counting bug in StringValueFacetCounts

2021-08-06 Thread GitBox
gsmiller opened a new pull request #236: URL: https://github.com/apache/lucene/pull/236 # Description Fixes a counting bug in `StringValueFacetCounts` exposed on a specific execution path. # Solution Make sure to map to a global ordinal as necessary. # Tests

[GitHub] [lucene-solr] gsmiller opened a new pull request #2549: LUCENE-10046: Fix counting bug in StringValueFacetCounts

2021-08-06 Thread GitBox
gsmiller opened a new pull request #2549: URL: https://github.com/apache/lucene-solr/pull/2549 Backport a bug fix from 9.0 -- 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.