zacharymorn commented on pull request #240:
URL: https://github.com/apache/lucene/pull/240#issuecomment-916729951
Hi @jpountz @gsmiller , just want to check back on this PR to see if you
have any further feedback?
--
This is an automated message from the Apache Git Service.
To respond to
Alan Woodward created LUCENE-10094:
--
Summary: QueryCache wrapper Weight doesn't delegate its count()
method
Key: LUCENE-10094
URL: https://issues.apache.org/jira/browse/LUCENE-10094
Project: Lucene -
romseygeek opened a new pull request #289:
URL: https://github.com/apache/lucene/pull/289
CachingWrapperWeight always returns -1 from its `count()` method, which
disables the fast path for TermQuery, MatchAllDocQuery, etc, when running
`IndexSearcher.count(Query)`. This commit makes i
romseygeek merged pull request #289:
URL: https://github.com/apache/lucene/pull/289
--
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
[
https://issues.apache.org/jira/browse/LUCENE-10094?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17413075#comment-17413075
]
ASF subversion and git services commented on LUCENE-10094:
--
Co
[
https://issues.apache.org/jira/browse/LUCENE-10094?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Alan Woodward resolved LUCENE-10094.
Resolution: Fixed
> QueryCache wrapper Weight doesn't delegate its count() method
> -
[
https://issues.apache.org/jira/browse/LUCENE-10088?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17413103#comment-17413103
]
Simon Willnauer commented on LUCENE-10088:
--
Oh don’t get me wrong Adrien, we
thelabdude merged pull request #2570:
URL: https://github.com/apache/lucene-solr/pull/2570
--
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-
thelabdude opened a new pull request #2571:
URL: https://github.com/apache/lucene-solr/pull/2571
backport of #2570
--
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 unsu
thelabdude merged pull request #2571:
URL: https://github.com/apache/lucene-solr/pull/2571
--
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-
Robert Muir created LUCENE-10095:
Summary: Nepali Analyzer
Key: LUCENE-10095
URL: https://issues.apache.org/jira/browse/LUCENE-10095
Project: Lucene - Core
Issue Type: Task
Report
[
https://issues.apache.org/jira/browse/LUCENE-10095?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Robert Muir updated LUCENE-10095:
-
Fix Version/s: main (9.0)
> Nepali Analyzer
> ---
>
> Key: LUCENE-1
rmuir opened a new pull request #290:
URL: https://github.com/apache/lucene/pull/290
Add Nepali analyzer based on snowball stemmer and NLTK stopwords.
--
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
[
https://issues.apache.org/jira/browse/LUCENE-10094?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17413254#comment-17413254
]
ASF subversion and git services commented on LUCENE-10094:
--
Co
jimczi opened a new pull request #291:
URL: https://github.com/apache/lucene/pull/291
This commit moves the responsibility to disable
the numeric sort optimization on comparators to the SortField.
This way we don't need to apply the logic on every top field collectors.
--
This is an
Robert Muir created LUCENE-10096:
Summary: Tamil Analyzer
Key: LUCENE-10096
URL: https://issues.apache.org/jira/browse/LUCENE-10096
Project: Lucene - Core
Issue Type: Task
Reporte
Bruno Roustant created LUCENE-10097:
---
Summary: Replace TreeMap use by HashMap when unnecessary
Key: LUCENE-10097
URL: https://issues.apache.org/jira/browse/LUCENE-10097
Project: Lucene - Core
rmuir opened a new pull request #292:
URL: https://github.com/apache/lucene/pull/292
Add Tamil analyzer based on snowball stemmer and TamilNLP stopwords
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL abov
rmuir commented on pull request #292:
URL: https://github.com/apache/lucene/pull/292#issuecomment-917034582
> Thanks @rmuir! The change looks great to me, but I do not speak nor read
Tamil :)
>
> The TamilNLP stop words were reasonably licensed?
yes apache 2. see https://githu
[
https://issues.apache.org/jira/browse/LUCENE-10097?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17413275#comment-17413275
]
Robert Muir commented on LUCENE-10097:
--
Note: apart from ordering, in some cases t
mikemccand commented on pull request #2567:
URL: https://github.com/apache/lucene-solr/pull/2567#issuecomment-917040356
> Hi @mikemccand, I've added the usage instruction commit to this PR and
merged. Thanks again for your review and approval!
Woot! Thank you @zacharymorn! What an
mikemccand commented on a change in pull request #288:
URL: https://github.com/apache/lucene/pull/288#discussion_r706319030
##
File path:
lucene/facet/src/java/org/apache/lucene/facet/taxonomy/IntTaxonomyFacets.java
##
@@ -253,4 +257,78 @@ public FacetResult getTopChildren(int
mdmarshmallow commented on a change in pull request #288:
URL: https://github.com/apache/lucene/pull/288#discussion_r706366414
##
File path:
lucene/facet/src/java/org/apache/lucene/facet/taxonomy/IntTaxonomyFacets.java
##
@@ -253,4 +257,78 @@ public FacetResult getTopChildren(
goankur opened a new pull request #293:
URL: https://github.com/apache/lucene/pull/293
# Description
Following `Facets` implementations are changed to ignore deleted documents
for `count all` queries that don't use `FacetsCollector` instance.
- SortedSetDocValueFacet
rmuir merged pull request #290:
URL: https://github.com/apache/lucene/pull/290
--
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-10095?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17413447#comment-17413447
]
ASF subversion and git services commented on LUCENE-10095:
--
Co
[
https://issues.apache.org/jira/browse/LUCENE-10095?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Robert Muir resolved LUCENE-10095.
--
Resolution: Fixed
> Nepali Analyzer
> ---
>
> Key: LUCENE-10095
>
goankur commented on a change in pull request #282:
URL: https://github.com/apache/lucene/pull/282#discussion_r706532667
##
File path:
lucene/facet/src/java/org/apache/lucene/facet/sortedset/ConcurrentSortedSetDocValuesFacetCounts.java
##
@@ -159,13 +160,15 @@ private FacetRes
goankur commented on a change in pull request #282:
URL: https://github.com/apache/lucene/pull/282#discussion_r706532667
##
File path:
lucene/facet/src/java/org/apache/lucene/facet/sortedset/ConcurrentSortedSetDocValuesFacetCounts.java
##
@@ -159,13 +160,15 @@ private FacetRes
rmuir merged pull request #292:
URL: https://github.com/apache/lucene/pull/292
--
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-10096?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17413449#comment-17413449
]
ASF subversion and git services commented on LUCENE-10096:
--
Co
[
https://issues.apache.org/jira/browse/LUCENE-10096?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Robert Muir resolved LUCENE-10096.
--
Fix Version/s: main (9.0)
Resolution: Fixed
> Tamil Analyzer
> --
>
>
goankur commented on a change in pull request #282:
URL: https://github.com/apache/lucene/pull/282#discussion_r706535145
##
File path:
lucene/facet/src/java/org/apache/lucene/facet/sortedset/ConcurrentSortedSetDocValuesFacetCounts.java
##
@@ -207,11 +210,17 @@ public Void call
goankur commented on a change in pull request #282:
URL: https://github.com/apache/lucene/pull/282#discussion_r706535312
##
File path:
lucene/facet/src/java/org/apache/lucene/facet/sortedset/SortedSetDocValuesFacetCounts.java
##
@@ -152,7 +153,8 @@ private FacetResult getDim(S
goankur commented on a change in pull request #282:
URL: https://github.com/apache/lucene/pull/282#discussion_r706535368
##
File path:
lucene/facet/src/java/org/apache/lucene/facet/StringValueFacetCounts.java
##
@@ -272,7 +273,8 @@ private void count(FacetsCollector facetsColl
[
https://issues.apache.org/jira/browse/LUCENE-10070?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17413450#comment-17413450
]
Ankur commented on LUCENE-10070:
[~gsmiller] Thanks for taking a look the the above PR.
[
https://issues.apache.org/jira/browse/LUCENE-10070?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17413450#comment-17413450
]
Ankur edited comment on LUCENE-10070 at 9/11/21, 1:11 AM:
--
[~g
[
https://issues.apache.org/jira/browse/LUCENE-10070?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17413450#comment-17413450
]
Ankur edited comment on LUCENE-10070 at 9/11/21, 1:12 AM:
--
[~g
38 matches
Mail list logo