gsmiller opened a new issue, #11742:
URL: https://github.com/apache/lucene/issues/11742
### Description
`MatchingFacetSetsCounts#getTopChildren` is currently just delegating to
`#getAllChildren`, which isn't really the correct thing to do. We should
properly implement "top children."
gsmiller commented on issue #11574:
URL: https://github.com/apache/lucene/issues/11574#issuecomment-1235534712
Let's resolve this out. This issue grew into a few different spin-offs,
which are now all resolved. But... it looks like we introduced another case of
not properly implementing "to
gsmiller closed issue #11574: TopN is not being used in getTopChildren()
[LUCENE-10538]
URL: https://github.com/apache/lucene/issues/11574
--
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 specifi
mayya-sharipova opened a new pull request, #11743:
URL: https://github.com/apache/lucene/pull/11743
Better estimate memory used for OnHeapHnswGraph,
as well as add tests.
Also don't over-allocate arrays in NeighborArray.
Relates to #992
--
This is an automated message from
gsmiller opened a new pull request, #11744:
URL: https://github.com/apache/lucene/pull/11744
### Description
`LongValueFacetCounts#getTopChildrenSortByCount` does exactly the same thing
as the more standard `LongValueFacetCounts#getTopChildren`, so we can tighten
up our API.
N
rishabhmaurya opened a new issue, #11745:
URL: https://github.com/apache/lucene/issues/11745
### Description
Time series points have a timestamp, measurement and dimensions associated
with them. The common queries are range queries on timestamp, metric
aggregation on measurement and
gsmiller opened a new pull request, #11746:
URL: https://github.com/apache/lucene/pull/11746
### Description
This is a companion (backport) PR to #11744 that marks functionality
deprecated instead of outright removing it.
--
This is an automated message from the Apache Git Serv
msokolov commented on code in PR #11743:
URL: https://github.com/apache/lucene/pull/11743#discussion_r961747487
##
lucene/core/src/java/org/apache/lucene/util/hnsw/NeighborArray.java:
##
@@ -104,8 +104,8 @@ public void removeLast() {
}
public void removeIndex(int idx) {
gsmiller merged PR #11737:
URL: https://github.com/apache/lucene/pull/11737
--
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...@lucene.ap
msokolov opened a new pull request, #11747:
URL: https://github.com/apache/lucene/pull/11747
While preparing the 9.4.0 release, I ran across some references to JIRA and
update those. I also found that the region names used in the holiday.py module
installed by pip for me were different than
mayya-sharipova commented on code in PR #11743:
URL: https://github.com/apache/lucene/pull/11743#discussion_r962070814
##
lucene/core/src/test/org/apache/lucene/util/TestRamUsageEstimator.java:
##
@@ -222,6 +229,33 @@ public void testPrintValues() {
System.out.println("LONG
mayya-sharipova commented on code in PR #11743:
URL: https://github.com/apache/lucene/pull/11743#discussion_r962071131
##
lucene/core/src/java/org/apache/lucene/util/hnsw/NeighborArray.java:
##
@@ -104,8 +104,8 @@ public void removeLast() {
}
public void removeIndex(int
gsmiller commented on issue #11553:
URL: https://github.com/apache/lucene/issues/11553#issuecomment-1235993045
@ChrisHegarty I was looking back through faceting improvements and trying to
catch up on this change, which I hadn't followed closely when it was being
made. When you get a chance
mayya-sharipova commented on code in PR #11743:
URL: https://github.com/apache/lucene/pull/11743#discussion_r962072588
##
lucene/core/src/java/org/apache/lucene/util/hnsw/OnHeapHnswGraph.java:
##
@@ -175,20 +175,28 @@ public long ramBytesUsed() {
long neighborArrayBytes0 =
14 matches
Mail list logo