[jira] [Commented] (SOLR-13101) Shared storage support in SolrCloud

2020-12-09 Thread Nahian-Al Hasan (Jira)
[ https://issues.apache.org/jira/browse/SOLR-13101?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17247028#comment-17247028 ] Nahian-Al Hasan commented on SOLR-13101: Hi, any updates on this issue? I would be keen to see a

[GitHub] [lucene-solr] jtibshirani commented on a change in pull request #2126: LUCENE-9628 ScoreMode.TOP_DOCS in bool queries

2020-12-09 Thread GitBox
jtibshirani commented on a change in pull request #2126: URL: https://github.com/apache/lucene-solr/pull/2126#discussion_r539662454 ## File path: lucene/core/src/java/org/apache/lucene/search/DisjunctionScorer.java ## @@ -46,8 +46,8 @@ protected DisjunctionScorer(Weight

[jira] [Updated] (LUCENE-9635) BM25FQuery - MultiNormsLeafSimScorer needs to mask long value for long documents

2020-12-09 Thread Yilun Cui (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9635?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Yilun Cui updated LUCENE-9635: -- Description: Through some experimentation with the BM25FQuery on long documents, I've discovered

[GitHub] [lucene-solr] yiluncui opened a new pull request #2138: LUCENE-9635: BM25FQuery - Mask encoded norm long value in array lookup

2020-12-09 Thread GitBox
yiluncui opened a new pull request #2138: URL: https://github.com/apache/lucene-solr/pull/2138 # Description Through some experimentation with with the BM25FQuery on long documents, I've discovered that there is a bug that doesn't mask the encoded norm's long value

[jira] [Commented] (SOLR-14251) Shard Split on HDFS

2020-12-09 Thread Jira
[ https://issues.apache.org/jira/browse/SOLR-14251?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17246839#comment-17246839 ] Gézapeti commented on SOLR-14251: - I've created a pull request with the fix. > Shard Split on HDFS >

[GitHub] [lucene-solr] gezapeti opened a new pull request #2137: SOLR-14251 Add option skipFreeSpaceCheck to skip checking for availble disk space before splitting shards. Useful with shared file syst

2020-12-09 Thread GitBox
gezapeti opened a new pull request #2137: URL: https://github.com/apache/lucene-solr/pull/2137 # Description The Shard split operation is checking available disk space on local disks of the host Solr is running on even if the index is on a shared storage (e.g. HDFS). #

[jira] [Updated] (LUCENE-9635) BM25FQuery - MultiNormsLeafSimScorer needs to mask long value for long documents

2020-12-09 Thread Yilun Cui (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9635?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Yilun Cui updated LUCENE-9635: -- Description: Through some experimentation with the BM25FQuery on long documents, I've discovered

[jira] [Commented] (LUCENE-9626) Represent HNSW neighbors with primitive arrays instead of Neighbor Objects

2020-12-09 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9626?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17246809#comment-17246809 ] ASF subversion and git services commented on LUCENE-9626: - Commit

[GitHub] [lucene-solr] msokolov merged pull request #2108: LUCENE-9626 represent HNSW graph neighbors using primitive arrays

2020-12-09 Thread GitBox
msokolov merged pull request #2108: URL: https://github.com/apache/lucene-solr/pull/2108 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

[jira] [Created] (LUCENE-9635) BM25FQuery - MultiNormsLeafSimScorer needs to mask long value for long documents

2020-12-09 Thread Yilun Cui (Jira)
Yilun Cui created LUCENE-9635: - Summary: BM25FQuery - MultiNormsLeafSimScorer needs to mask long value for long documents Key: LUCENE-9635 URL: https://issues.apache.org/jira/browse/LUCENE-9635 Project:

[jira] [Commented] (LUCENE-9136) Introduce IVFFlat to Lucene for ANN similarity search

2020-12-09 Thread Alessandro Benedetti (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9136?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17246724#comment-17246724 ] Alessandro Benedetti commented on LUCENE-9136: -- Now that

[GitHub] [lucene-solr] TomMD commented on a change in pull request #2101: SOLR-15016 Replica placement plugins should use container plugins API / configs

2020-12-09 Thread GitBox
TomMD commented on a change in pull request #2101: URL: https://github.com/apache/lucene-solr/pull/2101#discussion_r539505535 ## File path: solr/core/src/java/org/apache/solr/cluster/placement/plugins/RandomPlacementFactory.java ## @@ -0,0 +1,91 @@ +/* + * Licensed to the

[jira] [Updated] (SOLR-15039) Error in Solr Cell extract when using multipart upload with some documents

2020-12-09 Thread sam marshall (Jira)
[ https://issues.apache.org/jira/browse/SOLR-15039?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] sam marshall updated SOLR-15039: Description: (Note: I asked about this in the IRC channel as prompted, but didn't get a

[jira] [Commented] (SOLR-15039) Error in Solr Cell extract when using multipart upload with some documents

2020-12-09 Thread sam marshall (Jira)
[ https://issues.apache.org/jira/browse/SOLR-15039?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17246701#comment-17246701 ] sam marshall commented on SOLR-15039: - I've attached a version of a file that causes these problems,

[jira] [Updated] (SOLR-15039) Error in Solr Cell extract when using multipart upload with some documents

2020-12-09 Thread sam marshall (Jira)
[ https://issues.apache.org/jira/browse/SOLR-15039?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] sam marshall updated SOLR-15039: Attachment: b364b24b-public > Error in Solr Cell extract when using multipart upload with some

[jira] [Created] (SOLR-15039) Error in Solr Cell extract when using multipart upload with some documents

2020-12-09 Thread sam marshall (Jira)
sam marshall created SOLR-15039: --- Summary: Error in Solr Cell extract when using multipart upload with some documents Key: SOLR-15039 URL: https://issues.apache.org/jira/browse/SOLR-15039 Project: Solr

[jira] [Commented] (SOLR-15036) Use plist automatically for executing a facet expression against a collection alias backed by multiple collections

2020-12-09 Thread Joel Bernstein (Jira)
[ https://issues.apache.org/jira/browse/SOLR-15036?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17246672#comment-17246672 ] Joel Bernstein commented on SOLR-15036: --- [~thelabdude] the drill source is implemented inside of

[jira] [Commented] (SOLR-10732) potential optimizations in callers of SolrIndexSearcher.numDocs when docset is empty

2020-12-09 Thread Munendra S N (Jira)
[ https://issues.apache.org/jira/browse/SOLR-10732?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17246665#comment-17246665 ] Munendra S N commented on SOLR-10732: - {quote}if perhaps you arrived at working on this because you

[jira] [Commented] (SOLR-10732) potential optimizations in callers of SolrIndexSearcher.numDocs when docset is empty

2020-12-09 Thread Michael Gibney (Jira)
[ https://issues.apache.org/jira/browse/SOLR-10732?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17246655#comment-17246655 ] Michael Gibney commented on SOLR-10732: --- Yes, I saw the comment; I guess I interpreted the comment

[GitHub] [lucene-solr] iverase commented on pull request #2094: LUCENE-9047: Move the Directory APIs to be little endian

2020-12-09 Thread GitBox
iverase commented on pull request #2094: URL: https://github.com/apache/lucene-solr/pull/2094#issuecomment-741872764 I changed PackedInts so they work on Little endian but still have the capability of reading data stored in big endian. This makes the PR even bigger but now we can run

[jira] [Commented] (SOLR-15036) Use plist automatically for executing a facet expression against a collection alias backed by multiple collections

2020-12-09 Thread Michael Gibney (Jira)
[ https://issues.apache.org/jira/browse/SOLR-15036?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17246630#comment-17246630 ] Michael Gibney commented on SOLR-15036: --- {quote}I wouldn't get too hung up on my example only

[GitHub] [lucene-solr] tizianodeg opened a new pull request #2136: SOLR-15037: fix prevent config change listener to reload core while s…

2020-12-09 Thread GitBox
tizianodeg opened a new pull request #2136: URL: https://github.com/apache/lucene-solr/pull/2136 fix prevent config change listener to reload core while schema is changed # Description Please provide a short description of the changes you're making with this pull

[jira] [Commented] (SOLR-15036) Use plist automatically for executing a facet expression against a collection alias backed by multiple collections

2020-12-09 Thread Timothy Potter (Jira)
[ https://issues.apache.org/jira/browse/SOLR-15036?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17246624#comment-17246624 ] Timothy Potter commented on SOLR-15036: --- I plan to spend some time today learning the

[jira] [Commented] (SOLR-15036) Use plist automatically for executing a facet expression against a collection alias backed by multiple collections

2020-12-09 Thread Michael Gibney (Jira)
[ https://issues.apache.org/jira/browse/SOLR-15036?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17246612#comment-17246612 ] Michael Gibney commented on SOLR-15036: --- A, that makes sense! So if you'll permit me to

[GitHub] [lucene-solr] tkaessmann opened a new pull request #2135: [SOLR-15038]: Add elevateDocsWithoutMatchingQ and onlyElevatedReprese…

2020-12-09 Thread GitBox
tkaessmann opened a new pull request #2135: URL: https://github.com/apache/lucene-solr/pull/2135 **Same PR like https://github.com/apache/lucene-solr/pull/2134 but this if for Solr 8.** We've worked a lot with Query Elevation component in the last time and we were missing two

[jira] [Comment Edited] (SOLR-14285) Trusted configset limitations should be relaxed in some circumstances

2020-12-09 Thread David Maicher (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14285?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17246605#comment-17246605 ] David Maicher edited comment on SOLR-14285 at 12/9/20, 3:29 PM: This is

[jira] [Commented] (SOLR-14285) Trusted configset limitations should be relaxed in some circumstances

2020-12-09 Thread David Maicher (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14285?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17246605#comment-17246605 ] David Maicher commented on SOLR-14285: -- This is also something that currently keeps me from moving

[GitHub] [lucene-solr] tkaessmann opened a new pull request #2134: [SOLR-15038]: Add elevateDocsWithoutMatchingQ and onlyElevatedReprese…

2020-12-09 Thread GitBox
tkaessmann opened a new pull request #2134: URL: https://github.com/apache/lucene-solr/pull/2134 We've worked a lot with Query Elevation component in the last time and we were missing two features: Elevate only documents that are part of the search result In combination with

[GitHub] [lucene-solr] sigram opened a new pull request #2133: SOLR-15019: Replica placement API needs a way to fetch existing replica metrics

2020-12-09 Thread GitBox
sigram opened a new pull request #2133: URL: https://github.com/apache/lucene-solr/pull/2133 See JIRA for details. This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub

[GitHub] [lucene-solr] sigram closed pull request #2101: SOLR-15016 Replica placement plugins should use container plugins API / configs

2020-12-09 Thread GitBox
sigram closed pull request #2101: URL: https://github.com/apache/lucene-solr/pull/2101 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-solr] sigram commented on pull request #2101: SOLR-15016 Replica placement plugins should use container plugins API / configs

2020-12-09 Thread GitBox
sigram commented on pull request #2101: URL: https://github.com/apache/lucene-solr/pull/2101#issuecomment-741836807 Merged. This is an automated message from the Apache Git Service. To respond to the message, please log on

[jira] [Created] (SOLR-15038) Add elevateDocsWithoutMatchingQ and onlyElevatedRepresentative parameters to elevation functionality

2020-12-09 Thread Jira
Tobias Kässmann created SOLR-15038: -- Summary: Add elevateDocsWithoutMatchingQ and onlyElevatedRepresentative parameters to elevation functionality Key: SOLR-15038 URL:

[jira] [Created] (SOLR-15037) config update listener reloads solr core while schema is changed

2020-12-09 Thread Tiziano Degaetano (Jira)
Tiziano Degaetano created SOLR-15037: Summary: config update listener reloads solr core while schema is changed Key: SOLR-15037 URL: https://issues.apache.org/jira/browse/SOLR-15037 Project: Solr

[jira] [Updated] (SOLR-15037) config update listener reloads solr core while schema is changed

2020-12-09 Thread Tiziano Degaetano (Jira)
[ https://issues.apache.org/jira/browse/SOLR-15037?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tiziano Degaetano updated SOLR-15037: - Attachment: fixCoreReload.patch > config update listener reloads solr core while schema

[jira] [Comment Edited] (SOLR-15036) Use plist automatically for executing a facet expression against a collection alias backed by multiple collections

2020-12-09 Thread Joel Bernstein (Jira)
[ https://issues.apache.org/jira/browse/SOLR-15036?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17246569#comment-17246569 ] Joel Bernstein edited comment on SOLR-15036 at 12/9/20, 2:37 PM: - The

[jira] [Commented] (SOLR-15036) Use plist automatically for executing a facet expression against a collection alias backed by multiple collections

2020-12-09 Thread Joel Bernstein (Jira)
[ https://issues.apache.org/jira/browse/SOLR-15036?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17246569#comment-17246569 ] Joel Bernstein commented on SOLR-15036: --- The other important thing about drill is accuracy. With

[jira] [Comment Edited] (SOLR-15036) Use plist automatically for executing a facet expression against a collection alias backed by multiple collections

2020-12-09 Thread Joel Bernstein (Jira)
[ https://issues.apache.org/jira/browse/SOLR-15036?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17246561#comment-17246561 ] Joel Bernstein edited comment on SOLR-15036 at 12/9/20, 2:24 PM: - I

[jira] [Comment Edited] (SOLR-15036) Use plist automatically for executing a facet expression against a collection alias backed by multiple collections

2020-12-09 Thread Joel Bernstein (Jira)
[ https://issues.apache.org/jira/browse/SOLR-15036?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17246561#comment-17246561 ] Joel Bernstein edited comment on SOLR-15036 at 12/9/20, 2:22 PM: - I

[jira] [Comment Edited] (SOLR-15036) Use plist automatically for executing a facet expression against a collection alias backed by multiple collections

2020-12-09 Thread Joel Bernstein (Jira)
[ https://issues.apache.org/jira/browse/SOLR-15036?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17246561#comment-17246561 ] Joel Bernstein edited comment on SOLR-15036 at 12/9/20, 2:21 PM: - I

[jira] [Comment Edited] (SOLR-15036) Use plist automatically for executing a facet expression against a collection alias backed by multiple collections

2020-12-09 Thread Joel Bernstein (Jira)
[ https://issues.apache.org/jira/browse/SOLR-15036?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17246561#comment-17246561 ] Joel Bernstein edited comment on SOLR-15036 at 12/9/20, 2:21 PM: - I

[jira] [Commented] (SOLR-15036) Use plist automatically for executing a facet expression against a collection alias backed by multiple collections

2020-12-09 Thread Joel Bernstein (Jira)
[ https://issues.apache.org/jira/browse/SOLR-15036?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17246561#comment-17246561 ] Joel Bernstein commented on SOLR-15036: --- I haven't put an exact number on what high cardinality

[GitHub] [lucene-solr] msokolov edited a comment on pull request #2108: LUCENE-9626 represent HNSW graph neighbors using primitive arrays

2020-12-09 Thread GitBox
msokolov edited a comment on pull request #2108: URL: https://github.com/apache/lucene-solr/pull/2108#issuecomment-741790004 I found some problems with the first implementation posted here, which used a tricky data structure combining parallel arrays with a separate sortable key held in

[GitHub] [lucene-solr] msokolov commented on pull request #2108: LUCENE-9626 represent HNSW graph neighbors using primitive arrays

2020-12-09 Thread GitBox
msokolov commented on pull request #2108: URL: https://github.com/apache/lucene-solr/pull/2108#issuecomment-741790004 I found some problems with the first implementation posted here, which used a tricky data structure combining parallel arrays with a separate sortable key held in an (int)

[GitHub] [lucene-solr] msokolov commented on pull request #2129: Fix format indent from 4 to 2 spaces

2020-12-09 Thread GitBox
msokolov commented on pull request #2129: URL: https://github.com/apache/lucene-solr/pull/2129#issuecomment-741784170 Thanks for fixing - I have another one I need to do, too, and I wonder if we shouldn't just push uncontroversial changes like this directly? No need to wait for review I

[GitHub] [lucene-solr] vonbox commented on a change in pull request #2118: SOLR-15031: Prevent null being wrapped in a QueryValueSource

2020-12-09 Thread GitBox
vonbox commented on a change in pull request #2118: URL: https://github.com/apache/lucene-solr/pull/2118#discussion_r539142484 ## File path: solr/core/src/java/org/apache/solr/search/FunctionQParser.java ## @@ -361,7 +361,9 @@ protected ValueSource parseValueSource(int flags)

[GitHub] [lucene-solr] dweiss commented on pull request #2113: LUCENE-9629: Use computed masks

2020-12-09 Thread GitBox
dweiss commented on pull request #2113: URL: https://github.com/apache/lucene-solr/pull/2113#issuecomment-741620258 Short of dumping the assembly code and seeing what's going on there's not much I can help you with, sorry! I'd Remember that optimizations such as this one are really

[GitHub] [lucene-solr] vonbox commented on a change in pull request #2118: SOLR-15031: Prevent null being wrapped in a QueryValueSource

2020-12-09 Thread GitBox
vonbox commented on a change in pull request #2118: URL: https://github.com/apache/lucene-solr/pull/2118#discussion_r539086072 ## File path: solr/core/src/java/org/apache/solr/search/FunctionQParser.java ## @@ -361,7 +361,9 @@ protected ValueSource parseValueSource(int flags)

[GitHub] [lucene-solr] vonbox commented on pull request #2118: SOLR-15031: Prevent null being wrapped in a QueryValueSource

2020-12-09 Thread GitBox
vonbox commented on pull request #2118: URL: https://github.com/apache/lucene-solr/pull/2118#issuecomment-741603005 > Thanks for this fix, can you add your reproduction from the JIRA issue as a unit test? Thanks for looking into it. I surely agree that every fix should have a unit