Lu Xugang created LUCENE-10424:
--
Summary: Optimize the "everything matches" case for count queries
in PointRangeQuery
Key: LUCENE-10424
URL: https://issues.apache.org/jira/browse/LUCENE-10424
Project: Lu
mayya-sharipova commented on a change in pull request #656:
URL: https://github.com/apache/lucene/pull/656#discussion_r808862885
##
File path: lucene/core/src/test/org/apache/lucene/search/TestKnnVectorQuery.java
##
@@ -455,6 +484,61 @@ public void testRandom() throws IOExcepti
mayya-sharipova merged pull request #649:
URL: https://github.com/apache/lucene/pull/649
--
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
romseygeek commented on a change in pull request #679:
URL: https://github.com/apache/lucene/pull/679#discussion_r808905427
##
File path:
lucene/monitor/src/java/org/apache/lucene/monitor/ReadonlyQueryIndex.java
##
@@ -0,0 +1,184 @@
+/*
+ * Licensed to the Apache Software Foun
[
https://issues.apache.org/jira/browse/LUCENE-10408?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17493858#comment-17493858
]
Mayya Sharipova commented on LUCENE-10408:
--
This issue is concerned with dense
[
https://issues.apache.org/jira/browse/LUCENE-10408?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Mayya Sharipova updated LUCENE-10408:
-
Summary: Better dense encoding of doc Ids in Lucene91HnswVectorsFormat
(was: Better en
[
https://issues.apache.org/jira/browse/LUCENE-10408?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Mayya Sharipova resolved LUCENE-10408.
--
Fix Version/s: 9.1
Resolution: Fixed
> Better dense encoding of doc Ids in Luc
[
https://issues.apache.org/jira/browse/LUCENE-10408?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Mayya Sharipova closed LUCENE-10408.
> Better dense encoding of doc Ids in Lucene91HnswVectorsFormat
> ---
mogui commented on a change in pull request #679:
URL: https://github.com/apache/lucene/pull/679#discussion_r808924539
##
File path: lucene/monitor/src/java/org/apache/lucene/monitor/Monitor.java
##
@@ -125,14 +108,21 @@ public Monitor(Analyzer analyzer, Presearcher
presearche
mogui commented on a change in pull request #679:
URL: https://github.com/apache/lucene/pull/679#discussion_r808924635
##
File path:
lucene/monitor/src/java/org/apache/lucene/monitor/MonitorConfiguration.java
##
@@ -47,16 +49,39 @@ private static IndexWriterConfig defaultIndex
[
https://issues.apache.org/jira/browse/LUCENE-10408?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17493867#comment-17493867
]
ASF subversion and git services commented on LUCENE-10408:
--
Co
[
https://issues.apache.org/jira/browse/LUCENE-10408?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17493866#comment-17493866
]
ASF subversion and git services commented on LUCENE-10408:
--
Co
mogui commented on a change in pull request #679:
URL: https://github.com/apache/lucene/pull/679#discussion_r808925141
##
File path:
lucene/monitor/src/java/org/apache/lucene/monitor/ReadonlyQueryIndex.java
##
@@ -0,0 +1,184 @@
+/*
+ * Licensed to the Apache Software Foundatio
mogui commented on a change in pull request #679:
URL: https://github.com/apache/lucene/pull/679#discussion_r808930507
##
File path:
lucene/monitor/src/java/org/apache/lucene/monitor/ReadonlyQueryIndex.java
##
@@ -0,0 +1,184 @@
+/*
+ * Licensed to the Apache Software Foundatio
mogui commented on a change in pull request #679:
URL: https://github.com/apache/lucene/pull/679#discussion_r808938064
##
File path:
lucene/monitor/src/java/org/apache/lucene/monitor/ReadonlyQueryIndex.java
##
@@ -0,0 +1,184 @@
+/*
+ * Licensed to the Apache Software Foundatio
[
https://issues.apache.org/jira/browse/LUCENE-10420?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Tomoko Uchida resolved LUCENE-10420.
Fix Version/s: 9.1
10.0 (main)
Resolution: Fixed
> Move functio
jianping weng created LUCENE-10425:
--
Summary: Lucene supports bkd binary search and return current
index of posting list
Key: LUCENE-10425
URL: https://issues.apache.org/jira/browse/LUCENE-10425
Proj
wjp719 opened a new pull request #687:
URL: https://github.com/apache/lucene/pull/687
add common function for caller to binary search in bkdPointTree.
One possible use case is: for log data, when indexd sort in ascend order by
@timestamp field, when we want to run count aggregation
wjp719 opened a new pull request #688:
URL: https://github.com/apache/lucene/pull/688
PostingsEnum supports to return current index of postings
As we known, the docId list in .doc is like an array of integer, every
element of this array is a docId, when we call nextDoc or advance met
[
https://issues.apache.org/jira/browse/LUCENE-10425?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
jianping weng updated LUCENE-10425:
---
Component/s: core/search
Description:
In log scenario, we usually want to know the doc
[
https://issues.apache.org/jira/browse/LUCENE-10425?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
jianping weng updated LUCENE-10425:
---
Description:
In log scenario, we usually want to know the doc count of documents between
e
[
https://issues.apache.org/jira/browse/LUCENE-10425?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
jianping weng updated LUCENE-10425:
---
Description:
In log scenario, we usually want to know the doc count of documents between
e
romseygeek commented on a change in pull request #679:
URL: https://github.com/apache/lucene/pull/679#discussion_r809038865
##
File path:
lucene/monitor/src/java/org/apache/lucene/monitor/ReadonlyQueryIndex.java
##
@@ -0,0 +1,184 @@
+/*
+ * Licensed to the Apache Software Foun
mogui commented on a change in pull request #679:
URL: https://github.com/apache/lucene/pull/679#discussion_r809070886
##
File path:
lucene/monitor/src/java/org/apache/lucene/monitor/ReadonlyQueryIndex.java
##
@@ -0,0 +1,184 @@
+/*
+ * Licensed to the Apache Software Foundatio
mogui commented on a change in pull request #679:
URL: https://github.com/apache/lucene/pull/679#discussion_r809076507
##
File path:
lucene/monitor/src/java/org/apache/lucene/monitor/ReadonlyQueryIndex.java
##
@@ -0,0 +1,184 @@
+/*
+ * Licensed to the Apache Software Foundatio
romseygeek commented on a change in pull request #679:
URL: https://github.com/apache/lucene/pull/679#discussion_r809078793
##
File path:
lucene/monitor/src/java/org/apache/lucene/monitor/ReadonlyQueryIndex.java
##
@@ -0,0 +1,184 @@
+/*
+ * Licensed to the Apache Software Foun
mogui commented on a change in pull request #679:
URL: https://github.com/apache/lucene/pull/679#discussion_r809081950
##
File path:
lucene/monitor/src/java/org/apache/lucene/monitor/ReadonlyQueryIndex.java
##
@@ -0,0 +1,184 @@
+/*
+ * Licensed to the Apache Software Foundatio
mogui commented on a change in pull request #679:
URL: https://github.com/apache/lucene/pull/679#discussion_r809081950
##
File path:
lucene/monitor/src/java/org/apache/lucene/monitor/ReadonlyQueryIndex.java
##
@@ -0,0 +1,184 @@
+/*
+ * Licensed to the Apache Software Foundatio
msokolov commented on pull request #688:
URL: https://github.com/apache/lucene/pull/688#issuecomment-1043123035
I'm concerned exposing this could limit future implementations by requiring
them to support it. Do you have a proposed use case that would justify needing
to add this? Maybe post
gsmiller commented on pull request #678:
URL: https://github.com/apache/lucene/pull/678#issuecomment-1043211273
Going ahead and merging this now since there's been no opposition (of course
it could always be backed out later if someone did take strong issue with
this). Thanks again @spike-
[
https://issues.apache.org/jira/browse/LUCENE-10398?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17494092#comment-17494092
]
ASF subversion and git services commented on LUCENE-10398:
--
Co
gsmiller merged pull request #678:
URL: https://github.com/apache/lucene/pull/678
--
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.
[
https://issues.apache.org/jira/browse/LUCENE-10398?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17494102#comment-17494102
]
ASF subversion and git services commented on LUCENE-10398:
--
Co
gsmiller opened a new pull request #689:
URL: https://github.com/apache/lucene/pull/689
Backporting
--
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:
gsmiller merged pull request #689:
URL: https://github.com/apache/lucene/pull/689
--
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.
[
https://issues.apache.org/jira/browse/LUCENE-10398?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17494136#comment-17494136
]
ASF subversion and git services commented on LUCENE-10398:
--
Co
[
https://issues.apache.org/jira/browse/LUCENE-10398?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Greg Miller resolved LUCENE-10398.
--
Fix Version/s: 9.1
Resolution: Fixed
> Add static method for getting Terms from LeafRe
[
https://issues.apache.org/jira/browse/LUCENE-10398?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17494137#comment-17494137
]
Greg Miller commented on LUCENE-10398:
--
Merged onto {{main}} and {{{}branch_9x{}}}
Greg Miller created LUCENE-10426:
Summary: Should we create a static factory method for loading
VectorValues?
Key: LUCENE-10426
URL: https://issues.apache.org/jira/browse/LUCENE-10426
Project: Lucene
jtibshirani merged pull request #677:
URL: https://github.com/apache/lucene/pull/677
--
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
[
https://issues.apache.org/jira/browse/LUCENE-10084?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17494169#comment-17494169
]
ASF subversion and git services commented on LUCENE-10084:
--
Co
[
https://issues.apache.org/jira/browse/LUCENE-9334?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17494170#comment-17494170
]
ASF subversion and git services commented on LUCENE-9334:
-
Commi
[
https://issues.apache.org/jira/browse/LUCENE-9334?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17494176#comment-17494176
]
ASF subversion and git services commented on LUCENE-9334:
-
Commi
[
https://issues.apache.org/jira/browse/LUCENE-10084?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17494175#comment-17494175
]
ASF subversion and git services commented on LUCENE-10084:
--
Co
[
https://issues.apache.org/jira/browse/LUCENE-10084?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Julie Tibshirani resolved LUCENE-10084.
---
Fix Version/s: 9.1
Resolution: Fixed
> Rewrite DocValuesFieldExistsQuery to
jtibshirani merged pull request #656:
URL: https://github.com/apache/lucene/pull/656
--
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
[
https://issues.apache.org/jira/browse/LUCENE-10382?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17494181#comment-17494181
]
ASF subversion and git services commented on LUCENE-10382:
--
Co
jtibshirani opened a new pull request #690:
URL: https://github.com/apache/lucene/pull/690
Now that there is special logic to handle the dense case, we need to adjust
some
assertions in VectorValues#advance.
--
This is an automated message from the Apache Git Service.
To respond to th
jtibshirani commented on pull request #690:
URL: https://github.com/apache/lucene/pull/690#issuecomment-1043407860
This fixes recent test failures in `TestKnnVectorQuery`. One example:
```
./gradlew test --tests TestKnnVectorQuery.testRandomWithFilter
-Dtests.seed=1748D2B9616D6A6B
[
https://issues.apache.org/jira/browse/LUCENE-10408?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17494235#comment-17494235
]
Julie Tibshirani commented on LUCENE-10408:
---
A test we recently added caught
[
https://issues.apache.org/jira/browse/LUCENE-10382?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17494283#comment-17494283
]
ASF subversion and git services commented on LUCENE-10382:
--
Co
spike-liu commented on pull request #678:
URL: https://github.com/apache/lucene/pull/678#issuecomment-1043674843
> Going ahead and merging this now since there's been no opposition (of
course it could always be backed out later if someone did take strong issue
with this). Thanks again @spi
spike-liu edited a comment on pull request #678:
URL: https://github.com/apache/lucene/pull/678#issuecomment-1043674843
> Going ahead and merging this now since there's been no opposition (of
course it could always be backed out later if someone did take strong issue
with this). Thanks aga
[
https://issues.apache.org/jira/browse/LUCENE-10398?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17494306#comment-17494306
]
spike liu commented on LUCENE-10398:
It is my pleasure, Greg.
> Add static method
[
https://issues.apache.org/jira/browse/LUCENE-10398?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17494306#comment-17494306
]
spike liu edited comment on LUCENE-10398 at 2/18/22, 12:41 AM:
--
spike-liu commented on a change in pull request #678:
URL: https://github.com/apache/lucene/pull/678#discussion_r809637709
##
File path: lucene/core/src/java/org/apache/lucene/document/FeatureQuery.java
##
@@ -111,12 +111,9 @@ public Explanation explain(LeafReaderContext contex
[
https://issues.apache.org/jira/browse/LUCENE-10424?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Lu Xugang updated LUCENE-10424:
---
Summary: Optimize the "everything matches" case for count query in
PointRangeQuery (was: Optimize
LuXugang opened a new pull request #691:
URL: https://github.com/apache/lucene/pull/691
In Implement of Weight#count in PointRangeQuery, Whether additional
consideration is needed that when PointValues#getDocCount() ==
IndexReader#maxDoc() and the range's lower bound is less that the field
wjp719 commented on pull request #688:
URL: https://github.com/apache/lucene/pull/688#issuecomment-1043888635
@msokolov Hi, I describe a use case in this issue
https://issues.apache.org/jira/browse/LUCENE-10425 , thanks a lot
--
This is an automated message from the Apache Git Service.
T
[
https://issues.apache.org/jira/browse/LUCENE-10425?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
jianping weng updated LUCENE-10425:
---
Summary: log count aggregation optimization inside one segment (was:
Lucene supports bkd b
[
https://issues.apache.org/jira/browse/LUCENE-10425?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
jianping weng updated LUCENE-10425:
---
Summary: count aggregation optimization inside one segment in log scenario
(was: count agg
[
https://issues.apache.org/jira/browse/LUCENE-10425?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
jianping weng updated LUCENE-10425:
---
Summary: count aggregation optimization inside one segment in log sc (was:
log count aggre
62 matches
Mail list logo