Re: Separate dev mailing list for automated mails?

2019-08-08 Thread David Smiley
On Thu, Aug 8, 2019 at 2:42 PM Jan Høydahl wrote: > ... > Whether [Created|Resolved] mails for JIRA/PR should also go to Dev list is > still an open question. To help decide, here's the expected volume for > those (from reporter.apache.org: > 357 issues opened in JIRA, past quarter, 270 issues

[jira] [Issue Comment Deleted] (LUCENE-8755) QuadPrefixTree robustness: can throw exception while indexing a point at high precision

2019-08-07 Thread David Smiley (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-8755?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Smiley updated LUCENE-8755: - Comment: was deleted (was: As I write this, there is strangely no automated linking here

[jira] [Commented] (LUCENE-8755) QuadPrefixTree robustness: can throw exception while indexing a point at high precision

2019-08-07 Thread David Smiley (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-8755?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16902540#comment-16902540 ] David Smiley commented on LUCENE-8755: -- As I write this, there is strangely no automated linking

Re: Separate dev mailing list for automated mails?

2019-08-07 Thread David Smiley
an be excessive due to feature branches that ought not to generate JIRA posts to unrelated issues, and I think we should work to prevent that. ~ David Smiley Apache Lucene/Solr Search Developer http://www.linkedin.com/in/davidwsmiley On Wed, Aug 7, 2019 at 7:01 AM Tomoko Uchida wrote: > Hi >

[jira] [Resolved] (LUCENE-8883) CHANGES.txt: Auto add issue categories on new releases

2019-08-06 Thread David Smiley (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-8883?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Smiley resolved LUCENE-8883. -- Resolution: Fixed Fix Version/s: 8.3 > CHANGES.txt: Auto add issue categories on

[jira] [Commented] (SOLR-11866) Support efficient subset matching in query elevation rules

2019-08-05 Thread David Smiley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-11866?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16899974#comment-16899974 ] David Smiley commented on SOLR-11866: - Thanks Munendra... I pushed the commit just now; I had

[jira] [Commented] (SOLR-13593) Allow to specify analyzer components by their SPI names in schema definition

2019-08-05 Thread David Smiley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-13593?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16899969#comment-16899969 ] David Smiley commented on SOLR-13593: - Both name & class seems error prone; can't we simply disa

[jira] [Updated] (SOLR-11866) Support efficient subset matching in query elevation rules

2019-08-05 Thread David Smiley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-11866?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Smiley updated SOLR-11866: Resolution: Fixed Fix Version/s: 8.3 Status: Resolved (was: Patch Available

[jira] [Commented] (SOLR-5381) Split Clusterstate and scale

2019-08-02 Thread David Smiley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5381?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16899026#comment-16899026 ] David Smiley commented on SOLR-5381: Shall we mark this closed now? I see this as done, save for one

[jira] [Resolved] (LUCENE-8906) Lucene50PostingsReader.postings() casts BlockTermState param to private IntBlockTermState

2019-08-01 Thread David Smiley (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-8906?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Smiley resolved LUCENE-8906. -- Resolution: Fixed Assignee: David Smiley Fix Version/s: 8.3 Merged PR

[jira] [Commented] (LUCENE-8941) Build wildcard matches more lazily

2019-08-01 Thread David Smiley (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-8941?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16898394#comment-16898394 ] David Smiley commented on LUCENE-8941: -- It'd be clearer if TermsEnumDisjunctionMatchesIterator had

[jira] [Commented] (SOLR-13523) Atomic Update results in NullPointerException

2019-07-31 Thread David Smiley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-13523?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16897607#comment-16897607 ] David Smiley commented on SOLR-13523: - I think that warrants it's own discussion on dev

[jira] [Updated] (SOLR-13669) [CVE-2019-0193] Remote Code Execution via DataImportHandler

2019-07-31 Thread David Smiley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-13669?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Smiley updated SOLR-13669: Description: The DataImportHandler, an optional but popular module to pull in data from databases

[jira] [Updated] (SOLR-13669) [CVE-2019-0193] Remote Code Execution via DataImportHandler

2019-07-31 Thread David Smiley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-13669?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Smiley updated SOLR-13669: Security: Public (was: Private (Security Issue)) > [CVE-2019-0193] Remote Code Execution

[CVE-2019-0193] Apache Solr, Remote Code Execution via DataImportHandler

2019-07-31 Thread David Smiley
The DataImportHandler, an optional but popular module to pull in data from databases and other sources, has a feature in which the whole DIH configuration can come from a request's "dataConfig" parameter. The debug mode of the DIH admin screen uses this to allow convenient debugging / development

[jira] [Commented] (SOLR-13658) Discuss adding the new "var" construct to the forbidden API list.

2019-07-30 Thread David Smiley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-13658?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16896578#comment-16896578 ] David Smiley commented on SOLR-13658: - +1 to prevent use of "var" until Solr 8 i

[jira] [Commented] (LUCENE-8776) Start offset going backwards has a legitimate purpose

2019-07-29 Thread David Smiley (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-8776?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16895597#comment-16895597 ] David Smiley commented on LUCENE-8776: -- I think your response/question is about tokenstream

[jira] [Commented] (SOLR-12638) Support atomic updates of nested/child documents for nested-enabled schema

2019-07-28 Thread David Smiley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-12638?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16894821#comment-16894821 ] David Smiley commented on SOLR-12638: - RE schema: Yes that's right Adi. No special additional

[jira] [Commented] (LUCENE-8776) Start offset going backwards has a legitimate purpose

2019-07-26 Thread David Smiley (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-8776?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16893852#comment-16893852 ] David Smiley commented on LUCENE-8776: -- [~venkat11] I am curious if you've tried the latest version

[jira] [Commented] (LUCENE-8369) Remove the spatial module as it is obsolete

2019-07-26 Thread David Smiley (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-8369?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16893833#comment-16893833 ] David Smiley commented on LUCENE-8369: -- IMO to most users anything beyond points, rectangles

Re: [RESULT] [VOTE] Release Lucene/Solr 8.2.0 RC1

2019-07-25 Thread David Smiley
Ignacio, When you do the final release steps, please try out the updated addVersion.py here https://issues.apache.org/jira/browse/LUCENE-8883 which generate more complete and consistent new version sections in CHANGES.txt for our next release. I should commit this. ~ David Smiley Apache Lucene

[jira] [Commented] (SOLR-12638) Support atomic updates of nested/child documents for nested-enabled schema

2019-07-25 Thread David Smiley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-12638?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16892757#comment-16892757 ] David Smiley commented on SOLR-12638: - CC [~moshebla] I found the cause of this bug or maybe non-bug

[jira] [Commented] (LUCENE-8369) Remove the spatial module as it is obsolete

2019-07-25 Thread David Smiley (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-8369?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16892745#comment-16892745 ] David Smiley commented on LUCENE-8369: -- Lots of awesome functionality _commonly_ needed in search

[jira] [Updated] (LUCENE-8883) CHANGES.txt: Auto add issue categories on new releases

2019-07-24 Thread David Smiley (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-8883?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Smiley updated LUCENE-8883: - Attachment: LUCENE-8883.patch Status: Open (was: Open) In the latest patch I added

Re: Facet count cache (Solr)

2019-07-24 Thread David Smiley
RptWithGeometrySpatialField. It's a bit awkward; I wish Solr supported per-segment caches better as a first class notion. ~ David Smiley Apache Lucene/Solr Search Developer http://www.linkedin.com/in/davidwsmiley On Wed, Jul 24, 2019 at 9:57 AM Michael Gibney wrote: > I'm interested in caching fa

[jira] [Commented] (SOLR-12638) Support atomic updates of nested/child documents for nested-enabled schema

2019-07-24 Thread David Smiley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-12638?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16892157#comment-16892157 ] David Smiley commented on SOLR-12638: - Partial updates of any part of a nested doc (i.e. even

[jira] [Commented] (SOLR-12638) Support atomic updates of nested/child documents for nested-enabled schema

2019-07-23 Thread David Smiley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-12638?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16891514#comment-16891514 ] David Smiley commented on SOLR-12638: - Ronen, your explanation wasn't clear to me since using

[jira] [Commented] (LUCENE-8883) CHANGES.txt: Auto add issue categories on new releases

2019-07-16 Thread David Smiley (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-8883?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16886112#comment-16886112 ] David Smiley commented on LUCENE-8883: -- Thanks for the review Christine; I'll rename that variable

Re: Lucene/Solr 8.2.0

2019-07-15 Thread David Smiley
Disable or rollback; I'm good either way. I think you should un-bump the FST version since the feature becomes entirely experimental. ~ David Smiley Apache Lucene/Solr Search Developer http://www.linkedin.com/in/davidwsmiley On Mon, Jul 15, 2019 at 12:34 PM Ishan Chattopadhyaya < ichattopa

[jira] [Closed] (SOLR-13631) Java 11 date parsing causing NPEs

2019-07-14 Thread David Smiley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-13631?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Smiley closed SOLR-13631. --- > Java 11 date parsing causing NPEs > - > >

[jira] [Resolved] (SOLR-13631) Java 11 date parsing causing NPEs

2019-07-14 Thread David Smiley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-13631?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Smiley resolved SOLR-13631. - Resolution: Duplicate I dug into this; see my first comment on : SOLR-13606 > Java 11 d

Re: Lucene/Solr 8.2.0

2019-07-13 Thread David Smiley
be integrated into 8.2.0 in CHANGES.txt? Despite this, I see at least one of those issues got into the curated release notes / highlights any way -- thanks Ignacio. ~ David Smiley Apache Lucene/Solr Search Developer http://www.linkedin.com/in/davidwsmiley On Fri, Jul 12, 2019 at 9:40 AM Jan Høydahl

Re: Solr or Lucene stickers?

2019-07-13 Thread David Smiley
it in the "images" dir of our website but didn't see it there. So some googling around turned up this: https://seeklogo.com/vector-logo/273618/lucene I then I converted it using another website tool. I could upload the SVG to /images ? And/Or maybe it should live elsewhere? ~ David Smi

Re: Solr or Lucene stickers?

2019-07-11 Thread David Smiley
Thanks Nick for the Redbubble reference! I'll use that and upload a Lucene one too, soonish. Gus I'll bring some to the next meetup and Activate as well if you want to get some off me. ~ David Smiley Apache Lucene/Solr Search Developer http://www.linkedin.com/in/davidwsmiley On Thu, Jul 11

[jira] [Commented] (SOLR-12638) Support atomic updates of nested/child documents for nested-enabled schema

2019-07-11 Thread David Smiley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-12638?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16883498#comment-16883498 ] David Smiley commented on SOLR-12638: - Yes all documents (parent/child) can be atomically updated

Solr or Lucene stickers?

2019-07-10 Thread David Smiley
Does anyone know if Lucene or Solr stickers are made available anywhere, perhaps by the ASF? Not only would I like some but some colleagues of mine inquired. ~ David Smiley Apache Lucene/Solr Search Developer http://www.linkedin.com/in/davidwsmiley

[jira] [Commented] (LUCENE-8883) CHANGES.txt: Auto add issue categories on new releases

2019-07-10 Thread David Smiley (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-8883?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16882617#comment-16882617 ] David Smiley commented on LUCENE-8883: -- Optimization really does seam useful & meaningful, a

Re: Lucene/Solr 8.2.0

2019-07-10 Thread David Smiley
BTW for 8.2.0 I updated Solr's CHANGES.txt to split out issues that seemed to be Improvements that were not really New Features. ~ David Smiley Apache Lucene/Solr Search Developer http://www.linkedin.com/in/davidwsmiley On Wed, Jul 10, 2019 at 10:38 AM Ignacio Vera wrote: > Thanks Tom

[jira] [Updated] (LUCENE-8883) CHANGES.txt: Auto add issue categories on new releases

2019-07-10 Thread David Smiley (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-8883?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Smiley updated LUCENE-8883: - Attachment: LUCENE-8883.patch Status: Open (was: Open) Nice unix piping

[jira] [Commented] (SOLR-10377) Improve readability of the explain output for JSON format

2019-07-10 Thread David Smiley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-10377?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16882580#comment-16882580 ] David Smiley commented on SOLR-10377: - I really don't think everyone would like structured=true

[jira] [Commented] (SOLR-10377) Improve readability of the explain output for JSON format

2019-07-10 Thread David Smiley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-10377?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16882004#comment-16882004 ] David Smiley commented on SOLR-10377: - Thanks for the reminder of that obscure parameter. I think

[jira] [Commented] (SOLR-13578) Implement a generic Resource Manager for monitoring and controlling limited resources

2019-07-09 Thread David Smiley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-13578?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16881574#comment-16881574 ] David Smiley commented on SOLR-13578: - This looks useful. For example I believe [~mkhludnev

[jira] [Commented] (SOLR-13579) Create resource management API

2019-07-09 Thread David Smiley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-13579?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16881572#comment-16881572 ] David Smiley commented on SOLR-13579: - Oh I see this is a sub-task, and the parent task has a fine

[jira] [Commented] (SOLR-13579) Create resource management API

2019-07-09 Thread David Smiley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-13579?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16881571#comment-16881571 ] David Smiley commented on SOLR-13579: - Could you please add an issue description? The title

[jira] [Commented] (SOLR-13606) DateTimeFormatter Exception on Create Core

2019-07-09 Thread David Smiley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-13606?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16881518#comment-16881518 ] David Smiley commented on SOLR-13606: - Nonetheless it's bad that the JDK throws an NPE, although

[jira] [Reopened] (SOLR-10377) Improve readability of the explain output for JSON format

2019-07-09 Thread David Smiley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-10377?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Smiley reopened SOLR-10377: - > Improve readability of the explain output for JSON for

[jira] [Commented] (SOLR-10377) Improve readability of the explain output for JSON format

2019-07-09 Thread David Smiley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-10377?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16881507#comment-16881507 ] David Smiley commented on SOLR-10377: - The indentation problem has been a long-standing problem

[jira] [Commented] (SOLR-13593) Allow to specify analyzer components by their SPI names in schema definition

2019-07-09 Thread David Smiley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-13593?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16881500#comment-16881500 ] David Smiley commented on SOLR-13593: - I really like this change! Love "name". I think yo

[jira] [Commented] (SOLR-13257) Enable replica routing affinity for better cache usage

2019-07-09 Thread David Smiley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-13257?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16881478#comment-16881478 ] David Smiley commented on SOLR-13257: - Cool! > Enable replica routing affinity for better ca

[jira] [Commented] (LUCENE-8069) Allow index sorting by field length

2019-07-09 Thread David Smiley (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-8069?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16881476#comment-16881476 ] David Smiley commented on LUCENE-8069: -- Also; is luceneutil assuming the search query doesn't want

[jira] [Commented] (LUCENE-8069) Allow index sorting by field length

2019-07-09 Thread David Smiley (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-8069?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16881474#comment-16881474 ] David Smiley commented on LUCENE-8069: -- Index sorting means slower indexing (naturally). How much

[jira] [Commented] (LUCENE-8883) CHANGES.txt: Auto add issue categories on new releases

2019-07-09 Thread David Smiley (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-8883?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16881452#comment-16881452 ] David Smiley commented on LUCENE-8883: -- Thanks Adrien for determining this list of actual usages

[jira] [Commented] (SOLR-13375) Dimensional Routed Aliases

2019-07-08 Thread David Smiley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-13375?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16880918#comment-16880918 ] David Smiley commented on SOLR-13375: - Fascinating bug to track down; congrats on that!  I hope

Re: Propose CHANGES.txt releases begin with the categories (empty)

2019-07-08 Thread David Smiley
https://issues.apache.org/jira/browse/LUCENE-8883 and now with a simple patch ~ David Smiley Apache Lucene/Solr Search Developer http://www.linkedin.com/in/davidwsmiley On Tue, Jun 25, 2019 at 3:45 AM Jan Høydahl wrote: > +1 > > PS: Check out the template in scripts/addVersion.py

[jira] [Updated] (LUCENE-8883) CHANGES.txt: Auto add issue categories on new releases

2019-07-08 Thread David Smiley (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-8883?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Smiley updated LUCENE-8883: - Attachment: LUCENE-8883.patch Status: Open (was: Open) Here's the patch.  Note I have

Re: ReleaseWizard tool

2019-07-05 Thread David Smiley
Nice Jan! Maybe I'll be an RM one day, now that there's a nice tool to help :-) ~ David Smiley Apache Lucene/Solr Search Developer http://www.linkedin.com/in/davidwsmiley On Thu, Jul 4, 2019 at 2:53 PM Jan Høydahl wrote: > I wrote an article at LinkedIN pulse about the release proc

[jira] [Commented] (SOLR-13605) HttpSolrClient.Builder.withHttpClient() is useless for the purpose of setting client scoped so/connect timeouts

2019-07-03 Thread David Smiley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-13605?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16878271#comment-16878271 ] David Smiley commented on SOLR-13605: - Thorough analysis Hoss; well researched

Re: SolrCloud - "[not a shard request]" is returned when search request is short circuited

2019-07-03 Thread David Smiley
Sounds like a bug to me; please do file an issue. ~ David Smiley Apache Lucene/Solr Search Developer http://www.linkedin.com/in/davidwsmiley On Fri, Jun 28, 2019 at 7:24 PM gopikannan wrote: > Hello, >If the collection has only one shard/replica or in case when _route_ > par

[jira] [Created] (SOLR-13604) if updateLog isn't in config, complain loudly if it's needed for SolrCloud

2019-07-03 Thread David Smiley (JIRA)
David Smiley created SOLR-13604: --- Summary: if updateLog isn't in config, complain loudly if it's needed for SolrCloud Key: SOLR-13604 URL: https://issues.apache.org/jira/browse/SOLR-13604 Project: Solr

[jira] [Commented] (LUCENE-8895) Switch all FSTs to use direct addressing optimization

2019-07-03 Thread David Smiley (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-8895?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16877843#comment-16877843 ] David Smiley commented on LUCENE-8895: -- Dare I ask:  Did you intend to only Deprecate the first

[jira] [Reopened] (LUCENE-8781) Explore FST direct array arc encoding

2019-07-02 Thread David Smiley (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-8781?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Smiley reopened LUCENE-8781: -- Assignee: Mike Sokolov (was: Dawid Weiss) Just checking: you will continue to leave

[jira] [Commented] (LUCENE-8781) Explore FST direct array arc encoding

2019-06-29 Thread David Smiley (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-8781?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16875599#comment-16875599 ] David Smiley commented on LUCENE-8781: -- [~dweiss] or [~jpountz] do you have any opinion on wether

Re: Welcome Kevin Risden to the PMC

2019-06-27 Thread David Smiley
Welcome Kevin! ~ David Smiley Apache Lucene/Solr Search Developer http://www.linkedin.com/in/davidwsmiley On Thu, Jun 27, 2019 at 8:04 AM Jan Høydahl wrote: > I am pleased to announce that Kevin Risden has accepted the PMC's > invitation to join. > > Welcome Kevin! > > -- >

[jira] [Commented] (LUCENE-8855) Add Accountable to some Query implementations

2019-06-27 Thread David Smiley (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-8855?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16874402#comment-16874402 ] David Smiley commented on LUCENE-8855: -- Yeah I agree!  The bug distinction on SOLR-13003

[jira] [Resolved] (SOLR-4197) EDismax allows end users to use local params in q= to override global params

2019-06-26 Thread David Smiley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-4197?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Smiley resolved SOLR-4197. Resolution: Fixed Fix Version/s: 7.2 > EDismax allows end users to use local params i

[jira] [Commented] (SOLR-12638) Support atomic updates of nested/child documents for nested-enabled schema

2019-06-25 Thread David Smiley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-12638?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16872898#comment-16872898 ] David Smiley commented on SOLR-12638: - What gnaws at me is that this "UpdateLog.openRealtimeSea

[jira] [Comment Edited] (SOLR-12638) Support atomic updates of nested/child documents for nested-enabled schema

2019-06-25 Thread David Smiley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-12638?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16872898#comment-16872898 ] David Smiley edited comment on SOLR-12638 at 6/26/19 4:02 AM: -- What gnaws

[jira] [Created] (LUCENE-8883) CHANGES.txt: Auto add issue categories on new releases

2019-06-25 Thread David Smiley (JIRA)
David Smiley created LUCENE-8883: Summary: CHANGES.txt: Auto add issue categories on new releases Key: LUCENE-8883 URL: https://issues.apache.org/jira/browse/LUCENE-8883 Project: Lucene - Core

[jira] [Commented] (SOLR-13528) Rate limiting in Solr

2019-06-25 Thread David Smiley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-13528?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16872543#comment-16872543 ] David Smiley commented on SOLR-13528: - Note that there is important open-source discussion in SOLR

[jira] [Commented] (LUCENE-8848) UnifiedHighlighter should highlight all Query types that implement Weight.matches

2019-06-25 Thread David Smiley (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-8848?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16872449#comment-16872449 ] David Smiley commented on LUCENE-8848: -- Bleh! Thanks for the fix [~jim.ferenczi

Propose CHANGES.txt releases begin with the categories (empty)

2019-06-24 Thread David Smiley
isted as such. I think the order vary as well. I propose that on new releases, the initial state of the next release in CHANGES.txt have these sections. They can easily be removed at the upcoming release if there are no such sections, or they could stay as empty. It seems addVersion.py is the code

[jira] [Commented] (SOLR-13375) Dimensional Routed Aliases

2019-06-24 Thread David Smiley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-13375?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16871982#comment-16871982 ] David Smiley commented on SOLR-13375: - Which "a SolrParams wrapper instance" is this? >

[jira] [Resolved] (SOLR-13367) Highlighting fails for Range queries on Multi-valued String fields

2019-06-24 Thread David Smiley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-13367?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Smiley resolved SOLR-13367. - Resolution: Fixed Fix Version/s: 8.2 I know this is debatable but I categorized

[jira] [Comment Edited] (SOLR-13545) ContentStreamUpdateRequest no longer closes stream

2019-06-21 Thread David Smiley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-13545?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16869916#comment-16869916 ] David Smiley edited comment on SOLR-13545 at 6/21/19 10:13 PM: --- This code

[jira] [Commented] (SOLR-13545) ContentStreamUpdateRequest no longer closes stream

2019-06-21 Thread David Smiley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-13545?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16869916#comment-16869916 ] David Smiley commented on SOLR-13545: - This code uses "var", a Java 11 feature. The backpo

[jira] [Updated] (SOLR-13367) Highlighting fails for Range queries on Multi-valued String fields

2019-06-21 Thread David Smiley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-13367?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Smiley updated SOLR-13367: Attachment: SOLR-13367.patch Status: Open (was: Open) Updated ref guide to point out

[jira] [Commented] (SOLR-13367) Highlighting fails for Range queries on Multi-valued String fields

2019-06-21 Thread David Smiley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-13367?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16869898#comment-16869898 ] David Smiley commented on SOLR-13367: - In the latest patch I did that but called the method simply

[jira] [Updated] (SOLR-13367) Highlighting fails for Range queries on Multi-valued String fields

2019-06-21 Thread David Smiley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-13367?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Smiley updated SOLR-13367: Attachment: SOLR-13367.patch > Highlighting fails for Range queries on Multi-valued String fie

[jira] [Closed] (SOLR-12895) SurroundQParserPlugin support for UnifiedHighlighter

2019-06-21 Thread David Smiley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-12895?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Smiley closed SOLR-12895. --- > SurroundQParserPlugin support for UnifiedHighligh

[jira] [Resolved] (SOLR-12895) SurroundQParserPlugin support for UnifiedHighlighter

2019-06-21 Thread David Smiley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-12895?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Smiley resolved SOLR-12895. - Resolution: Duplicate Fix Version/s: 8.2 Fixed on the Lucene side for 8.2 via LUCENE-8848

[jira] [Resolved] (LUCENE-7757) Unified highlighter does not highlight wildcard phrases correctly when ComplexPhraseQueryParser is used

2019-06-21 Thread David Smiley (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-7757?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Smiley resolved LUCENE-7757. -- Fix Version/s: 8.2 Debatable, but I filed this as an improvement to help highlight queries

[jira] [Resolved] (LUCENE-8492) UnifiedHighlighter does not work with Surround query parser (SurroundQParser)

2019-06-21 Thread David Smiley (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-8492?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Smiley resolved LUCENE-8492. -- Resolution: Fixed Assignee: David Smiley Fix Version/s: 8.2 Debatable, but I

[jira] [Resolved] (LUCENE-8848) UnifiedHighlighter should highlight all Query types that implement Weight.matches

2019-06-21 Thread David Smiley (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-8848?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Smiley resolved LUCENE-8848. -- Resolution: Fixed Assignee: David Smiley Fix Version/s: 8.2 Debatable, but I

Re: Welcome Munendra S N as Lucene/Solr committer

2019-06-21 Thread David Smiley
Congratulations and welcome, Munendra! ~ David Smiley Apache Lucene/Solr Search Developer http://www.linkedin.com/in/davidwsmiley On Fri, Jun 21, 2019 at 5:42 AM Ishan Chattopadhyaya < ichattopadhy...@gmail.com> wrote: > Hi all, > > Please join me in welcoming Munendra a

[jira] [Commented] (SOLR-11657) Deprecate ContentStream out of SolrJ

2019-06-21 Thread David Smiley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-11657?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16869649#comment-16869649 ] David Smiley commented on SOLR-11657: - This issue was never resolved; ContentStream is not marked

[jira] [Updated] (SOLR-13523) Atomic Update results in NullPointerException

2019-06-20 Thread David Smiley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-13523?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Smiley updated SOLR-13523: Resolution: Fixed Fix Version/s: 8.1.2 Status: Resolved (was: Patch Available

[jira] [Commented] (SOLR-13413) jetty IdleTimeout bugs with Http2SolrClient, cause sprious timeouts on intranode requests

2019-06-20 Thread David Smiley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-13413?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16868671#comment-16868671 ] David Smiley commented on SOLR-13413: - I think this broke precommit because you forgot the sha1

[jira] [Updated] (SOLR-13523) Atomic Update results in NullPointerException

2019-06-20 Thread David Smiley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-13523?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Smiley updated SOLR-13523: Attachment: SOLR-13523.patch Status: Patch Available (was: Patch Available) [~moshebla

[jira] [Commented] (SOLR-13532) Unable to start core recovery due to timeout in ping request

2019-06-19 Thread David Smiley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-13532?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16868245#comment-16868245 ] David Smiley commented on SOLR-13532: - Git blame shows [~caomanhdat] but it may predate him. WDYT Dat

[jira] [Commented] (SOLR-13534) Dynamic loading of jars from a url

2019-06-19 Thread David Smiley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-13534?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16868231#comment-16868231 ] David Smiley commented on SOLR-13534: - Any reason this isn't marked Resolved yet? > Dynamic load

[jira] [Commented] (SOLR-13534) Dynamic loading of jars from a url

2019-06-19 Thread David Smiley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-13534?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16868228#comment-16868228 ] David Smiley commented on SOLR-13534: - Looks good to me; I think security was considered adequately

[jira] [Commented] (LUCENE-8859) Add an option to load the completion suggester's FST off-heap

2019-06-19 Thread David Smiley (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-8859?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16868213#comment-16868213 ] David Smiley commented on LUCENE-8859: -- +1 Nice > Add an option to load the completion suggeste

Re: Need to upgrade jenkins jdk-11 jobs >= 11.0.3 to fix JVM SSL bugs

2019-06-19 Thread David Smiley
Java 11.0.3 is much better on my machine. Earlier today I was using 11.0.1 and getting sporadic SSL errors on all my runs -- very frustrating. I don't have that problem since using 11.0.3. ~ David Smiley Apache Lucene/Solr Search Developer http://www.linkedin.com/in/davidwsmiley On Tue, Jun

[jira] [Updated] (SOLR-13523) Atomic Update results in NullPointerException

2019-06-19 Thread David Smiley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-13523?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Smiley updated SOLR-13523: Affects Version/s: (was: 8.0) 8.1 > Atomic Update resu

[jira] [Updated] (SOLR-13523) Atomic Update results in NullPointerException

2019-06-19 Thread David Smiley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-13523?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Smiley updated SOLR-13523: Attachment: SOLR-13523.patch Status: Patch Available (was: Patch Available) Ugh; here's

Re: Use of JIRA fixVersion

2019-06-19 Thread David Smiley
ce to have internal dev docs for us to write these down in so we can refer to them, particularly to share with new committers as well. Were you planning to do this Jan? ~ David Smiley Apache Lucene/Solr Search Developer http://www.linkedin.com/in/davidwsmiley On Wed, Jun 19, 2019 at 12:22 PM M

[jira] [Commented] (SOLR-13523) Atomic Update results in NullPointerException

2019-06-19 Thread David Smiley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-13523?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16867815#comment-16867815 ] David Smiley commented on SOLR-13523: - Suggested CHANGES.txt (Bug): {quote}SOLR-13523: Atomic Updates

[jira] [Updated] (SOLR-13523) Atomic Update results in NullPointerException

2019-06-19 Thread David Smiley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-13523?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Smiley updated SOLR-13523: Assignee: David Smiley Attachment: SOLR-13523.patch Status: Patch Available

[jira] [Updated] (SOLR-13523) Atomic Update results in NullPointerException

2019-06-19 Thread David Smiley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-13523?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Smiley updated SOLR-13523: Component/s: (was: JSON Request API) > Atomic Update results in NullPointerExcept

[jira] [Commented] (SOLR-7530) Wrong JSON response using Terms Component with distrib=true

2019-06-18 Thread David Smiley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-7530?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16867079#comment-16867079 ] David Smiley commented on SOLR-7530: FYI: https://issues.apache.org/jira/browse/SOLR-12959

<    1   2   3   4   5   6   7   8   9   10   >