[jira] [Updated] (LUCENE-10233) Store docIds as bitset when leafCardinality = 1 to speed up addAll

2021-11-18 Thread Feng Guo (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-10233?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Feng Guo updated LUCENE-10233: -- Attachment: SparseFixedBitSet.png > Store docIds as bitset when leafCardinality = 1 to speed up addAl

[jira] [Commented] (LUCENE-10233) Store docIds as bitset when leafCardinality = 1 to speed up addAll

2021-11-18 Thread Feng Guo (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-10233?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17445792#comment-17445792 ] Feng Guo commented on LUCENE-10233: --- Hi [~jpountz], Would you like to give me some su

[GitHub] [lucene] iverase commented on a change in pull request #7: LUCENE-9820: Separate logic for reading the BKD index from logic to intersecting it

2021-11-18 Thread GitBox
iverase commented on a change in pull request #7: URL: https://github.com/apache/lucene/pull/7#discussion_r752128672 ## File path: lucene/core/src/java/org/apache/lucene/util/bkd/BKDWriter.java ## @@ -328,31 +288,97 @@ public Relation compare(byte[] minPackedValue, byte[] maxP

[GitHub] [lucene] jpountz commented on a change in pull request #7: LUCENE-9820: Separate logic for reading the BKD index from logic to intersecting it

2021-11-18 Thread GitBox
jpountz commented on a change in pull request #7: URL: https://github.com/apache/lucene/pull/7#discussion_r752133629 ## File path: lucene/core/src/java/org/apache/lucene/util/bkd/BKDWriter.java ## @@ -328,31 +288,97 @@ public Relation compare(byte[] minPackedValue, byte[] maxP

[GitHub] [lucene-solr] janhoy opened a new pull request #2612: SOLR-15804 Allow content-types with ;charset in ShowFileRequestHandler

2021-11-18 Thread GitBox
janhoy opened a new pull request #2612: URL: https://github.com/apache/lucene-solr/pull/2612 * Request .html as text/xml, .css as text/plain and .js as application/javascript * Highlight css as txt (crashed browser) * Set extension to 'xml' for managed-schema instead of 'text/xml' -

[GitHub] [lucene-solr] janhoy merged pull request #2612: SOLR-15804 Allow content-types with ;charset in ShowFileRequestHandler

2021-11-18 Thread GitBox
janhoy merged pull request #2612: URL: https://github.com/apache/lucene-solr/pull/2612 -- 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] iverase commented on a change in pull request #7: LUCENE-9820: Separate logic for reading the BKD index from logic to intersecting it

2021-11-18 Thread GitBox
iverase commented on a change in pull request #7: URL: https://github.com/apache/lucene/pull/7#discussion_r752168490 ## File path: lucene/core/src/java/org/apache/lucene/util/bkd/BKDWriter.java ## @@ -328,31 +288,97 @@ public Relation compare(byte[] minPackedValue, byte[] maxP

[jira] [Updated] (LUCENE-10231) Do not cache too large PointInSetQueries

2021-11-18 Thread Feng Guo (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-10231?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Feng Guo updated LUCENE-10231: -- Priority: Minor (was: Major) > Do not cache too large PointInSetQueries > --

[GitHub] [lucene-solr] janhoy commented on pull request #2604: SOLR-15768 Tune zookeeper request handler permissions

2021-11-18 Thread GitBox
janhoy commented on pull request #2604: URL: https://github.com/apache/lucene-solr/pull/2604#issuecomment-972859726 @dsmiley I wrapped this up for 8x branch, added changes entry, made the JIRA public and ready to merge this. Any other feedback? -- This is an automated message from the Ap

[jira] [Commented] (LUCENE-10162) Add IntField, LongField, FloatField and DoubleField classes to index both points and doc values

2021-11-18 Thread Quentin Pradet (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-10162?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17445924#comment-17445924 ] Quentin Pradet commented on LUCENE-10162: - This is very interesting, as I've be

[jira] [Commented] (LUCENE-10162) Add IntField, LongField, FloatField and DoubleField classes to index both points and doc values

2021-11-18 Thread Adrien Grand (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-10162?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17445929#comment-17445929 ] Adrien Grand commented on LUCENE-10162: --- bq. Is it correct to assume that this is

[GitHub] [lucene] gsmiller commented on a change in pull request #443: LUCENE-10062: Switch to numeric doc values for encoding taxonomy ordinals

2021-11-18 Thread GitBox
gsmiller commented on a change in pull request #443: URL: https://github.com/apache/lucene/pull/443#discussion_r752270520 ## File path: lucene/facet/src/java/org/apache/lucene/facet/FacetsConfig.java ## @@ -409,9 +410,26 @@ private void processFacetFields( indexDrillDo

[GitHub] [lucene] gsmiller commented on a change in pull request #443: LUCENE-10062: Switch to numeric doc values for encoding taxonomy ordinals

2021-11-18 Thread GitBox
gsmiller commented on a change in pull request #443: URL: https://github.com/apache/lucene/pull/443#discussion_r752271392 ## File path: lucene/facet/src/java/org/apache/lucene/facet/FacetUtils.java ## @@ -81,4 +82,17 @@ public long cost() { } }; } + + /** + *

[GitHub] [lucene] rmuir commented on a change in pull request #452: LUCENE-10239: upgrade jflex (1.7.0 -> 1.8.2)

2021-11-18 Thread GitBox
rmuir commented on a change in pull request #452: URL: https://github.com/apache/lucene/pull/452#discussion_r752274558 ## File path: dev-tools/missing-doclet/src/main/java/org/apache/lucene/missingdoclet/MissingDoclet.java ## @@ -331,7 +331,6 @@ private boolean hasInheritedJav

[GitHub] [lucene] dweiss commented on a change in pull request #452: LUCENE-10239: upgrade jflex (1.7.0 -> 1.8.2)

2021-11-18 Thread GitBox
dweiss commented on a change in pull request #452: URL: https://github.com/apache/lucene/pull/452#discussion_r752281787 ## File path: dev-tools/missing-doclet/src/main/java/org/apache/lucene/missingdoclet/MissingDoclet.java ## @@ -331,7 +331,6 @@ private boolean hasInheritedJa

[GitHub] [lucene] gsmiller commented on a change in pull request #443: LUCENE-10062: Switch to numeric doc values for encoding taxonomy ordinals

2021-11-18 Thread GitBox
gsmiller commented on a change in pull request #443: URL: https://github.com/apache/lucene/pull/443#discussion_r752290342 ## File path: lucene/facet/src/java/org/apache/lucene/facet/taxonomy/CachedOrdinalsReader.java ## @@ -45,7 +45,11 @@ * * NOTE: create one instance of t

[GitHub] [lucene] rmuir commented on a change in pull request #452: LUCENE-10239: upgrade jflex (1.7.0 -> 1.8.2)

2021-11-18 Thread GitBox
rmuir commented on a change in pull request #452: URL: https://github.com/apache/lucene/pull/452#discussion_r752297406 ## File path: dev-tools/missing-doclet/src/main/java/org/apache/lucene/missingdoclet/MissingDoclet.java ## @@ -331,7 +331,6 @@ private boolean hasInheritedJav

[GitHub] [lucene] gsmiller commented on a change in pull request #443: LUCENE-10062: Switch to numeric doc values for encoding taxonomy ordinals

2021-11-18 Thread GitBox
gsmiller commented on a change in pull request #443: URL: https://github.com/apache/lucene/pull/443#discussion_r752298802 ## File path: lucene/facet/src/java/org/apache/lucene/facet/taxonomy/OrdinalMappingLeafReader.java ## @@ -107,6 +113,64 @@ public BytesRef binaryValue() {

[GitHub] [lucene] costin opened a new pull request #453: Investigate whether should Packed64 use a byte[] plus VarHandles instead of a long[]

2021-11-18 Thread GitBox
costin opened a new pull request #453: URL: https://github.com/apache/lucene/pull/453 Add VarHandle variants for `Packed64` to investigate whether using VarHandles improved performance or not. This PR introduces two new Packed64 variants: ~ Packed64LongLong Same as Packed64

[GitHub] [lucene] rmuir commented on a change in pull request #443: LUCENE-10062: Switch to numeric doc values for encoding taxonomy ordinals

2021-11-18 Thread GitBox
rmuir commented on a change in pull request #443: URL: https://github.com/apache/lucene/pull/443#discussion_r752303321 ## File path: lucene/facet/src/java/org/apache/lucene/facet/taxonomy/OrdinalMappingLeafReader.java ## @@ -107,6 +113,64 @@ public BytesRef binaryValue() {

[jira] [Commented] (LUCENE-10162) Add IntField, LongField, FloatField and DoubleField classes to index both points and doc values

2021-11-18 Thread Artem Prigoda (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-10162?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17445971#comment-17445971 ] Artem Prigoda commented on LUCENE-10162: Ah, and I tried to create a new Field

[GitHub] [lucene] rmuir commented on a change in pull request #443: LUCENE-10062: Switch to numeric doc values for encoding taxonomy ordinals

2021-11-18 Thread GitBox
rmuir commented on a change in pull request #443: URL: https://github.com/apache/lucene/pull/443#discussion_r752328265 ## File path: lucene/facet/src/java/org/apache/lucene/facet/taxonomy/OrdinalMappingLeafReader.java ## @@ -107,6 +113,64 @@ public BytesRef binaryValue() {

[GitHub] [lucene] gsmiller commented on pull request #443: LUCENE-10062: Switch to numeric doc values for encoding taxonomy ordinals

2021-11-18 Thread GitBox
gsmiller commented on pull request #443: URL: https://github.com/apache/lucene/pull/443#issuecomment-972948547 > Maybe clarify that full index rebuild means start a new 9.x index and index all your documents. I.e. merely re-indexing all docs into your previous (8.x created) index is not su

[GitHub] [lucene] gsmiller commented on a change in pull request #443: LUCENE-10062: Switch to numeric doc values for encoding taxonomy ordinals

2021-11-18 Thread GitBox
gsmiller commented on a change in pull request #443: URL: https://github.com/apache/lucene/pull/443#discussion_r752335273 ## File path: lucene/facet/src/java/org/apache/lucene/facet/taxonomy/FastTaxonomyFacetCounts.java ## @@ -69,31 +69,34 @@ public FastTaxonomyFacetCounts(

[GitHub] [lucene] gsmiller commented on a change in pull request #443: LUCENE-10062: Switch to numeric doc values for encoding taxonomy ordinals

2021-11-18 Thread GitBox
gsmiller commented on a change in pull request #443: URL: https://github.com/apache/lucene/pull/443#discussion_r752355654 ## File path: lucene/facet/src/java/org/apache/lucene/facet/taxonomy/OrdinalMappingLeafReader.java ## @@ -107,6 +113,64 @@ public BytesRef binaryValue() {

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

2021-11-18 Thread GitBox
spyk commented on a change in pull request #380: URL: https://github.com/apache/lucene/pull/380#discussion_r752359873 ## File path: lucene/analysis/opennlp/src/java/org/apache/lucene/analysis/opennlp/tools/OpenNLPOpsFactory.java ## @@ -169,11 +169,14 @@ public static String ge

[GitHub] [lucene] jpountz merged pull request #450: LUCENE-10242: The TopScoreDocCollector::createSharedManager should use ScoreDoc instead of FieldDoc

2021-11-18 Thread GitBox
jpountz merged pull request #450: URL: https://github.com/apache/lucene/pull/450 -- 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] reta commented on pull request #450: LUCENE-10242: The TopScoreDocCollector::createSharedManager should use ScoreDoc instead of FieldDoc

2021-11-18 Thread GitBox
reta commented on pull request #450: URL: https://github.com/apache/lucene/pull/450#issuecomment-972980540 Thank you @jpountz ! -- 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 comme

[jira] [Commented] (LUCENE-10242) The TopScoreDocCollector::createSharedManager should use ScoreDoc instead of FieldDoc

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

[jira] [Resolved] (LUCENE-10242) The TopScoreDocCollector::createSharedManager should use ScoreDoc instead of FieldDoc

2021-11-18 Thread Adrien Grand (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-10242?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Adrien Grand resolved LUCENE-10242. --- Fix Version/s: 9.0 Resolution: Fixed Thank you! > The TopScoreDocCollector::createS

[jira] [Commented] (LUCENE-10242) The TopScoreDocCollector::createSharedManager should use ScoreDoc instead of FieldDoc

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

[GitHub] [lucene] costin commented on pull request #453: Investigate whether should Packed64 use a byte[] plus VarHandles instead of a long[]

2021-11-18 Thread GitBox
costin commented on pull request #453: URL: https://github.com/apache/lucene/pull/453#issuecomment-972988872 I've tested `Packed64LongByte` multiple times against `TestPackedInts` and it seems to pass. Note that I've focused mainly on the `get` and `set` methods and removed the specialized

[GitHub] [lucene] jpountz commented on a change in pull request #443: LUCENE-10062: Switch to numeric doc values for encoding taxonomy ordinals

2021-11-18 Thread GitBox
jpountz commented on a change in pull request #443: URL: https://github.com/apache/lucene/pull/443#discussion_r752375283 ## File path: lucene/facet/src/java/org/apache/lucene/facet/taxonomy/FastTaxonomyFacetCounts.java ## @@ -69,31 +69,34 @@ public FastTaxonomyFacetCounts(

[jira] [Commented] (LUCENE-10242) The TopScoreDocCollector::createSharedManager should use ScoreDoc instead of FieldDoc

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

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

2021-11-18 Thread GitBox
magibney commented on a change in pull request #380: URL: https://github.com/apache/lucene/pull/380#discussion_r752385177 ## File path: lucene/analysis/opennlp/src/java/org/apache/lucene/analysis/opennlp/tools/OpenNLPOpsFactory.java ## @@ -169,11 +169,14 @@ public static Strin

[GitHub] [lucene] costin commented on pull request #453: Investigate whether should Packed64 use a byte[] plus VarHandles instead of a long[]

2021-11-18 Thread GitBox
costin commented on pull request #453: URL: https://github.com/apache/lucene/pull/453#issuecomment-972999769 Adding a few more info to this ticket regarding the underlying assembly. The p64lb method is the shortest, followed by p64 and p64ll. ``` = C1

[GitHub] [lucene] gsmiller commented on a change in pull request #443: LUCENE-10062: Switch to numeric doc values for encoding taxonomy ordinals

2021-11-18 Thread GitBox
gsmiller commented on a change in pull request #443: URL: https://github.com/apache/lucene/pull/443#discussion_r752406697 ## File path: lucene/facet/src/java/org/apache/lucene/facet/taxonomy/FastTaxonomyFacetCounts.java ## @@ -69,31 +69,34 @@ public FastTaxonomyFacetCounts(

[jira] [Commented] (LUCENE-10122) Explore using NumericDocValue to store taxonomy parent array

2021-11-18 Thread Adrien Grand (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-10122?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17446030#comment-17446030 ] Adrien Grand commented on LUCENE-10122: --- It looks like this change is missing fro

[GitHub] [lucene] jpountz commented on a change in pull request #443: LUCENE-10062: Switch to numeric doc values for encoding taxonomy ordinals

2021-11-18 Thread GitBox
jpountz commented on a change in pull request #443: URL: https://github.com/apache/lucene/pull/443#discussion_r752431752 ## File path: lucene/facet/src/java/org/apache/lucene/facet/taxonomy/FastTaxonomyFacetCounts.java ## @@ -69,31 +69,34 @@ public FastTaxonomyFacetCounts(

[jira] [Commented] (LUCENE-10208) Minimum score can decrease in concurrent search

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

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

2021-11-18 Thread GitBox
spyk commented on a change in pull request #380: URL: https://github.com/apache/lucene/pull/380#discussion_r752443863 ## File path: lucene/analysis/opennlp/src/java/org/apache/lucene/analysis/opennlp/tools/OpenNLPOpsFactory.java ## @@ -169,11 +169,14 @@ public static String ge

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

2021-11-18 Thread GitBox
magibney commented on a change in pull request #380: URL: https://github.com/apache/lucene/pull/380#discussion_r752448693 ## File path: lucene/analysis/opennlp/src/java/org/apache/lucene/analysis/opennlp/tools/OpenNLPOpsFactory.java ## @@ -169,11 +169,14 @@ public static Strin

[jira] [Commented] (LUCENE-10208) Minimum score can decrease in concurrent search

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

[GitHub] [lucene] zhaih commented on a change in pull request #442: LUCENE-10122 Use NumericDocValue to store taxonomy parent array

2021-11-18 Thread GitBox
zhaih commented on a change in pull request #442: URL: https://github.com/apache/lucene/pull/442#discussion_r752459454 ## File path: lucene/facet/src/java/org/apache/lucene/facet/taxonomy/directory/TaxonomyIndexArrays.java ## @@ -130,6 +125,46 @@ private void initParents(Index

[GitHub] [lucene] zhaih opened a new pull request #454: LUCENE-10122 Use NumericDocValue to store taxonomy parent array

2021-11-18 Thread GitBox
zhaih opened a new pull request #454: URL: https://github.com/apache/lucene/pull/454 # Note PR towards branch_9x, mostly the same as https://github.com/apache/lucene/pull/442, adding one additional assertion to make sure when checking the index version the index is not empty # Ch

[jira] [Commented] (LUCENE-10122) Explore using NumericDocValue to store taxonomy parent array

2021-11-18 Thread Haoyu Zhai (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-10122?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17446058#comment-17446058 ] Haoyu Zhai commented on LUCENE-10122: - Ah Thanks [~jpountz] for reminding, I forgot

[GitHub] [lucene] msokolov commented on pull request #264: LUCENE-10062: Switch to numeric doc values for encoding taxonomy ordinals (instead of custom binary format)

2021-11-18 Thread GitBox
msokolov commented on pull request #264: URL: https://github.com/apache/lucene/pull/264#issuecomment-973094350 > I still suggest we refrain from reviewing this PR in detail oops, I only read that at the end; still and all I don't have much to say; this area of the code is fairly new

[GitHub] [lucene] msokolov commented on a change in pull request #416: LUCENE-10054 Make HnswGraph hierarchical

2021-11-18 Thread GitBox
msokolov commented on a change in pull request #416: URL: https://github.com/apache/lucene/pull/416#discussion_r752476787 ## File path: lucene/core/src/java/org/apache/lucene/util/hnsw/HnswGraph.java ## @@ -56,31 +59,50 @@ public final class HnswGraph extends KnnGraphValues {

[GitHub] [lucene] msokolov commented on a change in pull request #416: LUCENE-10054 Make HnswGraph hierarchical

2021-11-18 Thread GitBox
msokolov commented on a change in pull request #416: URL: https://github.com/apache/lucene/pull/416#discussion_r752477271 ## File path: lucene/core/src/java/org/apache/lucene/index/KnnGraphValues.java ## @@ -32,25 +33,41 @@ protected KnnGraphValues() {} /** - * Move t

[GitHub] [lucene] gsmiller commented on pull request #443: LUCENE-10062: Switch to numeric doc values for encoding taxonomy ordinals

2021-11-18 Thread GitBox
gsmiller commented on pull request #443: URL: https://github.com/apache/lucene/pull/443#issuecomment-973151611 For posterity, I re-ran benchmarks with this most recent change, comparing against `branch_9_0` as a baseline (so it includes all the back-compat checks and such). Results still l

[GitHub] [lucene] gsmiller commented on a change in pull request #443: LUCENE-10062: Switch to numeric doc values for encoding taxonomy ordinals

2021-11-18 Thread GitBox
gsmiller commented on a change in pull request #443: URL: https://github.com/apache/lucene/pull/443#discussion_r752525277 ## File path: lucene/facet/src/java/org/apache/lucene/facet/taxonomy/FastTaxonomyFacetCounts.java ## @@ -69,31 +69,34 @@ public FastTaxonomyFacetCounts(

[GitHub] [lucene] gsmiller commented on pull request #443: LUCENE-10062: Switch to numeric doc values for encoding taxonomy ordinals

2021-11-18 Thread GitBox
gsmiller commented on pull request #443: URL: https://github.com/apache/lucene/pull/443#issuecomment-973173432 OK, I believe this change is good-to-go now. I _think_ I've addressed all the feedback so far and just did another benchmark run to make sure all the performance benefits are stil

[GitHub] [lucene] gsmiller commented on a change in pull request #442: LUCENE-10122 Use NumericDocValue to store taxonomy parent array

2021-11-18 Thread GitBox
gsmiller commented on a change in pull request #442: URL: https://github.com/apache/lucene/pull/442#discussion_r752558188 ## File path: lucene/facet/src/java/org/apache/lucene/facet/taxonomy/directory/DirectoryTaxonomyWriter.java ## @@ -92,15 +93,18 @@ private final Directo

[GitHub] [lucene] costin commented on pull request #453: Investigate whether should Packed64 use a byte[] plus VarHandles instead of a long[]

2021-11-18 Thread GitBox
costin commented on pull request #453: URL: https://github.com/apache/lucene/pull/453#issuecomment-973193877 Thanks to @jpountz I've added two more tests beside JMH. `PackedRandomTest` which does a brute force for testing performance of random locations instead of consecutive ones. Surpr

[jira] [Created] (LUCENE-10244) Please consider opening MultiCollector::getCollectors for public use

2021-11-18 Thread Andriy Redko (Jira)
Andriy Redko created LUCENE-10244: - Summary: Please consider opening MultiCollector::getCollectors for public use Key: LUCENE-10244 URL: https://issues.apache.org/jira/browse/LUCENE-10244 Project: Luc

[GitHub] [lucene] costin edited a comment on pull request #453: Investigate whether should Packed64 use a byte[] plus VarHandles instead of a long[]

2021-11-18 Thread GitBox
costin edited a comment on pull request #453: URL: https://github.com/apache/lucene/pull/453#issuecomment-973193877 Thanks to @jpountz I've added two more tests beside JMH. `PackedRandomTest` which does a brute force for testing performance of random locations instead of consecutive ones

[jira] [Commented] (LUCENE-10244) Please consider opening MultiCollector::getCollectors for public use

2021-11-18 Thread Andriy Redko (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-10244?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17446118#comment-17446118 ] Andriy Redko commented on LUCENE-10244: --- https://github.com/apache/lucene/pull/45

[GitHub] [lucene] reta opened a new pull request #455: LUCENE-10244: Please consider opening MultiCollector::getCollectors for public use

2021-11-18 Thread GitBox
reta opened a new pull request #455: URL: https://github.com/apache/lucene/pull/455 Signed-off-by: Andriy Redko # Description The usage of `MultiCollector` sometimes is very convenient along with `CollectorManager` instances (as an alternative to `MultiCollectorManage

[GitHub] [lucene] reta commented on pull request #455: LUCENE-10244: Please consider opening MultiCollector::getCollectors for public use

2021-11-18 Thread GitBox
reta commented on pull request #455: URL: https://github.com/apache/lucene/pull/455#issuecomment-973198716 @jpountz if you don't mind taking a look, really appreciate it, thank you! -- This is an automated message from the Apache Git Service. To respond to the message, please log on to Gi

[GitHub] [lucene] mayya-sharipova edited a comment on pull request #416: LUCENE-10054 Make HnswGraph hierarchical

2021-11-18 Thread GitBox
mayya-sharipova edited a comment on pull request #416: URL: https://github.com/apache/lucene/pull/416#issuecomment-972170715 @jtibshirani Thanks for your extensive review. I've tried to address some comments, and some comments I think we still need to discuss > does it have an impact

[GitHub] [lucene-solr] thelabdude opened a new pull request #2613: SOLR-15774: Avoid weird off-by-one errors with Angular's 'chosen' select box directive for the security and schema-designer screens i

2021-11-18 Thread GitBox
thelabdude opened a new pull request #2613: URL: https://github.com/apache/lucene-solr/pull/2613 backport of https://github.com/apache/solr/pull/404 -- 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-10243) increase unicode versions of tokenizers to unicode 12.1

2021-11-18 Thread Robert Muir (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-10243?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17446161#comment-17446161 ] Robert Muir commented on LUCENE-10243: -- I tried this out on top of LUCENE-10239 br

[GitHub] [lucene-solr] thelabdude merged pull request #2613: SOLR-15774: Avoid weird off-by-one errors with Angular's 'chosen' select box directive for the security and schema-designer screens in Admi

2021-11-18 Thread GitBox
thelabdude merged pull request #2613: URL: https://github.com/apache/lucene-solr/pull/2613 -- 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] rmuir commented on pull request #452: LUCENE-10239: upgrade jflex (1.7.0 -> 1.8.2)

2021-11-18 Thread GitBox
rmuir commented on pull request #452: URL: https://github.com/apache/lucene/pull/452#issuecomment-973323310 For convenience of reviewing: here is the diff between default skeleton and "buffer-expansion-disabled" skeleton. It is kinda the only way to review it since we brought in all the up

[GitHub] [lucene-solr] thelabdude opened a new pull request #2614: SOLR-15774: Avoid weird off-by-one errors with Angular's 'chosen' select box directive for the security and schema-designer screens i

2021-11-18 Thread GitBox
thelabdude opened a new pull request #2614: URL: https://github.com/apache/lucene-solr/pull/2614 backport of https://github.com/apache/lucene-solr/pull/2613 -- 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

[GitHub] [lucene-solr] thelabdude merged pull request #2614: SOLR-15774: Avoid weird off-by-one errors with Angular's 'chosen' select box directive for the security and schema-designer screens in Admi

2021-11-18 Thread GitBox
thelabdude merged pull request #2614: URL: https://github.com/apache/lucene-solr/pull/2614 -- 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] LifeIsStrange commented on pull request #2012: SOLR-14935: Solr can forward request ( remoteQuery ) even if there are local cores present

2021-11-18 Thread GitBox
LifeIsStrange commented on pull request #2012: URL: https://github.com/apache/lucene-solr/pull/2012#issuecomment-973596388 @vthacker any update? -- 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 t

[GitHub] [lucene] zacharymorn merged pull request #444: LUCENE-10236: Updated field-weight used in CombinedFieldQuery scoring calculation, and added a test

2021-11-18 Thread GitBox
zacharymorn merged pull request #444: URL: https://github.com/apache/lucene/pull/444 -- 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] [Commented] (LUCENE-10236) CombinedFieldsQuery to use fieldAndWeights.values() when constructing MultiNormsLeafSimScorer for scoring

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

[GitHub] [lucene] zacharymorn commented on pull request #444: LUCENE-10236: Updated field-weight used in CombinedFieldQuery scoring calculation, and added a test

2021-11-18 Thread GitBox
zacharymorn commented on pull request #444: URL: https://github.com/apache/lucene/pull/444#issuecomment-973796460 Will backport this to 8.11 and 8x. -- 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] iverase merged pull request #7: LUCENE-9820: Separate logic for reading the BKD index from logic to intersecting it

2021-11-18 Thread GitBox
iverase merged pull request #7: URL: https://github.com/apache/lucene/pull/7 -- 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...@lu

[jira] [Commented] (LUCENE-9820) Separate logic for reading the BKD index from logic to intersecting it.

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

[GitHub] [lucene] iverase opened a new pull request #457: [Backport] LUCENE-9820: Separate logic for reading the BKD index from logic to intersecting it

2021-11-18 Thread GitBox
iverase opened a new pull request #457: URL: https://github.com/apache/lucene/pull/457 backport of #7. -- 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-m

[jira] [Resolved] (LUCENE-9820) Separate logic for reading the BKD index from logic to intersecting it.

2021-11-18 Thread Ignacio Vera (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9820?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ignacio Vera resolved LUCENE-9820. -- Fix Version/s: 9.1 Assignee: Ignacio Vera Resolution: Fixed > Separate logic f

[GitHub] [lucene] iverase merged pull request #457: [Backport] LUCENE-9820: Separate logic for reading the BKD index from logic to intersecting it

2021-11-18 Thread GitBox
iverase merged pull request #457: URL: https://github.com/apache/lucene/pull/457 -- 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-9820) Separate logic for reading the BKD index from logic to intersecting it.

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

[GitHub] [lucene] zacharymorn commented on a change in pull request #418: LUCENE-10061: Implements dynamic pruning support for CombinedFieldsQuery

2021-11-18 Thread GitBox
zacharymorn commented on a change in pull request #418: URL: https://github.com/apache/lucene/pull/418#discussion_r752930339 ## File path: lucene/sandbox/src/java/org/apache/lucene/sandbox/search/CombinedFieldQuery.java ## @@ -441,6 +491,273 @@ public boolean isCacheable(LeafR