[jira] [Commented] (SOLR-10528) Use docvalue for range faceting in JSON facet API

2017-04-25 Thread Kensho Hirasawa (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-10528?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15984133#comment-15984133 ] Kensho Hirasawa commented on SOLR-10528: Thank you Yonik. I overlooked that issue... I read

[jira] [Updated] (SOLR-10374) Implement set-policy and remove-policy APIs

2017-04-25 Thread Cao Manh Dat (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-10374?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Cao Manh Dat updated SOLR-10374: Description: Add {{set-policy}} and {{remove-policy}} APIs for adding, updating and deleting

[jira] [Resolved] (SOLR-10480) Offset does not allow for full pagination in JSON Facet API

2017-04-25 Thread Yonik Seeley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-10480?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Yonik Seeley resolved SOLR-10480. - Resolution: Fixed Fix Version/s: 6.6 Committed the fix. Thanks for the bug reports! >

[jira] [Commented] (SOLR-10480) Offset does not allow for full pagination in JSON Facet API

2017-04-25 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-10480?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15984104#comment-15984104 ] ASF subversion and git services commented on SOLR-10480: Commit

[jira] [Commented] (SOLR-10480) Offset does not allow for full pagination in JSON Facet API

2017-04-25 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-10480?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15984098#comment-15984098 ] ASF subversion and git services commented on SOLR-10480: Commit

[JENKINS-EA] Lucene-Solr-master-Linux (32bit/jdk-9-ea+164) - Build # 19485 - Unstable!

2017-04-25 Thread Policeman Jenkins Server
Build: https://jenkins.thetaphi.de/job/Lucene-Solr-master-Linux/19485/ Java: 32bit/jdk-9-ea+164 -server -XX:+UseParallelGC 1 tests failed. FAILED: org.apache.solr.cloud.ShardSplitTest.testSplitAfterFailedSplit Error Message: expected:<1> but was:<2> Stack Trace: java.lang.AssertionError:

[jira] [Updated] (SOLR-10566) Add timeseries Streaming Expression

2017-04-25 Thread Joel Bernstein (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-10566?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Joel Bernstein updated SOLR-10566: -- Description: This ticket is to add specific time series support to streaming expressions.

[jira] [Updated] (SOLR-10566) Add timeseries Streaming Expression

2017-04-25 Thread Joel Bernstein (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-10566?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Joel Bernstein updated SOLR-10566: -- Attachment: SOLR-10566.patch Initial implementation tests to follow. > Add timeseries

[jira] [Updated] (SOLR-10566) Add timeseries Streaming Expression

2017-04-25 Thread Joel Bernstein (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-10566?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Joel Bernstein updated SOLR-10566: -- Description: This ticket is to add specific time series support to streaming expressions.

[JENKINS-EA] Lucene-Solr-6.x-Linux (32bit/jdk-9-ea+164) - Build # 3369 - Unstable!

2017-04-25 Thread Policeman Jenkins Server
Build: https://jenkins.thetaphi.de/job/Lucene-Solr-6.x-Linux/3369/ Java: 32bit/jdk-9-ea+164 -server -XX:+UseG1GC 1 tests failed. FAILED: org.apache.solr.cloud.ShardSplitTest.testSplitAfterFailedSplit Error Message: expected:<1> but was:<2> Stack Trace: java.lang.AssertionError: expected:<1>

Re: check my SpanPayloadCheckQuery

2017-04-25 Thread Erik Hatcher
Actually, I think I know the issue. My Solr tests were subject to caching, and while they were all intended to be different I think the .equals and .hashCode are broken on SpanPayloadCheckQuery. In my stumbling around, I had also made this change which I now suspect is the fix I needed: $

[jira] [Resolved] (LUCENE-7801) SortedSetDocValuesReaderState should implement Accountable

2017-04-25 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-7801?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael McCandless resolved LUCENE-7801. Resolution: Fixed Thanks [~rcmuir]! > SortedSetDocValuesReaderState should

[jira] [Commented] (LUCENE-7801) SortedSetDocValuesReaderState should implement Accountable

2017-04-25 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-7801?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15983894#comment-15983894 ] ASF subversion and git services commented on LUCENE-7801: - Commit

[jira] [Commented] (LUCENE-7801) SortedSetDocValuesReaderState should implement Accountable

2017-04-25 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-7801?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15983893#comment-15983893 ] ASF subversion and git services commented on LUCENE-7801: - Commit

Re: Release 6.6

2017-04-25 Thread Walter Underwood
I’m a little tired of re-implementing the patch. I did it for 1.3, 3.x, and 4.x. Perhaps someone more familiar with edismax could take a look. With the 100X speedup for fuzzy in 4.x, should be widely useful. wunder Walter Underwood wun...@wunderwood.org http://observer.wunderwood.org/ (my

Re: Release 6.6

2017-04-25 Thread Erik Hatcher
Probably no bribe needed, but an updated patch would be a good start (or will the 2.5 year old patch still apply and be acceptable as-is?) Erik > On Apr 25, 2017, at 7:52 PM, Walter Underwood wrote: > > Who do I have to bribe to get SOLR-629 included? > >

Re: Release 6.6

2017-04-25 Thread Walter Underwood
Who do I have to bribe to get SOLR-629 included? https://issues.apache.org/jira/browse/SOLR-629 wunder Walter Underwood wun...@wunderwood.org http://observer.wunderwood.org/ (my blog) > On Apr 25, 2017, at 10:46 AM, Ishan Chattopadhyaya >

Re: check my SpanPayloadCheckQuery

2017-04-25 Thread Erik Hatcher
Alan, Thanks again for the quick replies and assistance. As these things go, I did a clean build and my query parser started working properly. Actually I wrote some tests to test out the situation I reported and my tests confirmed how I thought it should have worked and that got me to do a

Re: JDBCStream and loading drivers

2017-04-25 Thread Kevin Risden
SOLR-10105 That JIRA is about trying to load classes for the JDBCStream from the runtime lib. Might be useful for what you are trying to do. It hasn't been committed but the idea is there. Kevin Risden Hadoop Tech Lead | Avalon Consulting, LLC M: 732 213 8417 On Apr 25, 2017 18:25, "Joel

Re: JDBCStream and loading drivers

2017-04-25 Thread Joel Bernstein
There are a few stream impl's that have access to SolrCore (ClassifyStream, AnalyzeEvaluator) because they use analyzers. These classes have been added to core. We could move the JdbcStream to core as well if it makes the user experience nicer. Originally the idea was that you could run the

[jira] [Comment Edited] (SOLR-10480) Offset does not allow for full pagination in JSON Facet API

2017-04-25 Thread Yonik Seeley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-10480?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15983791#comment-15983791 ] Yonik Seeley edited comment on SOLR-10480 at 4/25/17 11:06 PM: --- OK, found

[jira] [Updated] (SOLR-10480) Offset does not allow for full pagination in JSON Facet API

2017-04-25 Thread Yonik Seeley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-10480?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Yonik Seeley updated SOLR-10480: Attachment: SOLR-10480.patch OK, found and patched the issue. As an aside, paging with an offset

[jira] [Commented] (SOLR-7427) Recovery can miss some updates when they're neither forwarded nor present in replicated index

2017-04-25 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-7427?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15983786#comment-15983786 ] Mark Miller commented on SOLR-7427: --- bq. The replica sleeps for 7 seconds by default I've always really

[jira] [Commented] (SOLR-10569) "updateHandler" stats is null when queried via MBeans handler

2017-04-25 Thread JIRA
[ https://issues.apache.org/jira/browse/SOLR-10569?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15983763#comment-15983763 ] Tomás Fernández Löbbe commented on SOLR-10569: -- [~ab], maybe related to the metrics changes?

[jira] [Created] (SOLR-10569) "updateHandler" stats is null when queried via MBeans handler

2017-04-25 Thread JIRA
Tomás Fernández Löbbe created SOLR-10569: Summary: "updateHandler" stats is null when queried via MBeans handler Key: SOLR-10569 URL: https://issues.apache.org/jira/browse/SOLR-10569 Project:

Re: SolrCloud "master mode" planned?

2017-04-25 Thread Ishan Chattopadhyaya
Hi Otis, I've been working on, and shall be working on, a few issues on the lines of "hide ZK". SOLR-6736: Uploading configsets can now be done through Solr nodes instead of uploading them to ZK. SOLR-10272: Use a _default configset, with the intention of not needing the user to bother about the

[jira] [Commented] (SOLR-7141) RecoveryStrategy: Raise time that we wait for any updates from the leader before they saw the recovery state to have finished.

2017-04-25 Thread Mihaly Toth (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-7141?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15983639#comment-15983639 ] Mihaly Toth commented on SOLR-7141: --- Until SOLR-7427 gets fixed

SolrCloud "master mode" planned?

2017-04-25 Thread Otis Gospodnetić
Hi, This thread about Solr master-slave vs. SolrCloud deployment poll seems to point out people find SolrCloud (the ZK part of it) deployment complex: http://search-lucene.com/m/Solr/eHNlfm4WpJPVR92?subj=Re+Poll+Master+Slave+or+SolrCloud+ It could be just how information is presented... ... or

[jira] [Commented] (SOLR-10310) By default, stop splitting on whitespace prior to analysis in edismax and "Lucene"/standard query parsers

2017-04-25 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-10310?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15983614#comment-15983614 ] ASF subversion and git services commented on SOLR-10310: Commit

[jira] [Resolved] (SOLR-10310) By default, stop splitting on whitespace prior to analysis in edismax and "Lucene"/standard query parsers

2017-04-25 Thread Steve Rowe (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-10310?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Steve Rowe resolved SOLR-10310. --- Resolution: Fixed > By default, stop splitting on whitespace prior to analysis in edismax and >

[jira] [Updated] (SOLR-10310) By default, stop splitting on whitespace prior to analysis in edismax and "Lucene"/standard query parsers

2017-04-25 Thread Steve Rowe (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-10310?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Steve Rowe updated SOLR-10310: -- Attachment: SOLR-10310-fix-CopyFieldTest-failure.patch Patch fixing the failure. Committing shortly.

[jira] [Reopened] (SOLR-10310) By default, stop splitting on whitespace prior to analysis in edismax and "Lucene"/standard query parsers

2017-04-25 Thread Steve Rowe (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-10310?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Steve Rowe reopened SOLR-10310: --- My Jenkins found a reproducing seed for a CopyFieldTest failure, and {{git bisect}} says that the commit

JDBCStream and loading drivers

2017-04-25 Thread Dyer, James
Using JDBCStream, Solr cannot find my database driver if I put the .jar in the shared lib directory ($SOLR_HOME/lib). In order for the classloader to find it, the driver has to be in the server's lib directory. Looking at why, I see that to get the full classpath, including what is in the

[jira] [Commented] (SOLR-10479) support HttpShardHandlerFactory.loadBalancerRequests(MinimumAbsolute|MaximumFraction) options

2017-04-25 Thread David Smiley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-10479?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15983467#comment-15983467 ] David Smiley commented on SOLR-10479: - This isn't a code review by I like the concept of this feature.

Re: what's up with https://builds.apache.org/computer/lucene/ ?

2017-04-25 Thread Steve Rowe
ASF Infra tweeted "Jenkins is going to be restarted at 20:30 UTC for emergency maintenance.” I can see the lucene node on the list of nodes now, after Infra did some SSL certification fixing, so I’m hopeful that once the system is

Re: Release 6.6

2017-04-25 Thread Christine Poerschke (BLOOMBERG/ LONDON)
I'd appreciate feedback on https://issues.apache.org/jira/browse/SOLR-10479 with a view towards making it into the 6.6 release. Christine - Original Message - From: dev@lucene.apache.org To: dev@lucene.apache.org At: 04/25/17 19:13:39 I’d like to get SOLR-1485, at least the numeric

[jira] [Comment Edited] (SOLR-9555) Leader incorrectly publishes state for replica when it puts replica into LIR.

2017-04-25 Thread Mike Drob (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-9555?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15983273#comment-15983273 ] Mike Drob edited comment on SOLR-9555 at 4/25/17 6:50 PM: -- Here's a patch that

[jira] [Commented] (SOLR-10295) Decide online location for Ref Guide HTML pages

2017-04-25 Thread Cassandra Targett (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-10295?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15983429#comment-15983429 ] Cassandra Targett commented on SOLR-10295: -- Created SOLR-10568 as a spin-off for the automation

[jira] [Created] (SOLR-10568) Automate HTML builds via Jenkins to occur with each commit

2017-04-25 Thread Cassandra Targett (JIRA)
Cassandra Targett created SOLR-10568: Summary: Automate HTML builds via Jenkins to occur with each commit Key: SOLR-10568 URL: https://issues.apache.org/jira/browse/SOLR-10568 Project: Solr

[jira] [Resolved] (SOLR-10298) Reduce size of new Ref Guide PDF

2017-04-25 Thread Cassandra Targett (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-10298?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Cassandra Targett resolved SOLR-10298. -- Resolution: Fixed I recently updated all the pages in the branch with a more recent

[jira] [Comment Edited] (SOLR-10295) Decide online location for Ref Guide HTML pages

2017-04-25 Thread Cassandra Targett (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-10295?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15983249#comment-15983249 ] Cassandra Targett edited comment on SOLR-10295 at 4/25/17 6:13 PM: --- I'm

Re: Release 6.6

2017-04-25 Thread Erik Hatcher
I’d like to get SOLR-1485, at least the numeric payload value source part, in to 6.6. With some help (nudge nudge, Erickson) I think we can get this in by then. Erik > On Apr 25, 2017, at 1:46 PM, Ishan Chattopadhyaya > wrote: > > Hi, > We have lots of

[jira] [Updated] (SOLR-1485) Payload scoring support

2017-04-25 Thread Erik Hatcher (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1485?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Erik Hatcher updated SOLR-1485: --- Fix Version/s: 6.6 > Payload scoring support > --- > > Key:

[jira] [Updated] (SOLR-10567) Support DateRangeField in JSON Facet API

2017-04-25 Thread Stephen Weiss (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-10567?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Stephen Weiss updated SOLR-10567: - Attachment: SOLR-10567.patch > Support DateRangeField in JSON Facet API >

[jira] [Created] (SOLR-10567) Support DateRangeField in JSON Facet API

2017-04-25 Thread Stephen Weiss (JIRA)
Stephen Weiss created SOLR-10567: Summary: Support DateRangeField in JSON Facet API Key: SOLR-10567 URL: https://issues.apache.org/jira/browse/SOLR-10567 Project: Solr Issue Type:

Release 6.6

2017-04-25 Thread Ishan Chattopadhyaya
Hi, We have lots of changes, optimizations, bug fixes for 6.6. I'd like to propose a 6.6 release (perhaps the last 6x non-bug-fix release before 7.0 release). I can volunteer to release this, and I can cut the release branch around 4th May, in order to let some time for devs to finish current

[jira] [Commented] (SOLR-10295) Decide online location for Ref Guide HTML pages

2017-04-25 Thread Steve Rowe (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-10295?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15983318#comment-15983318 ] Steve Rowe commented on SOLR-10295: --- I think we could set up a Jenkins job that builds the docs on a

Re: Delta of delta encoding

2017-04-25 Thread Otis Gospodnetić
Hi, On Tue, Apr 25, 2017 at 4:06 AM, Adrien Grand wrote: > I think it makes sense indeed for time-series databases. The time field > should grow by regular increments, and numerical values of consecutive > documents are likely to be close to each other. Both cases should

[jira] [Created] (LUCENE-7806) Explore delta of delta encoding

2017-04-25 Thread Otis Gospodnetic (JIRA)
Otis Gospodnetic created LUCENE-7806: Summary: Explore delta of delta encoding Key: LUCENE-7806 URL: https://issues.apache.org/jira/browse/LUCENE-7806 Project: Lucene - Core Issue Type:

Re: what's up with https://builds.apache.org/computer/lucene/ ?

2017-04-25 Thread Steve Rowe
Mikhail, I manually started that job, and then Infra’s Daniel Takamori rebooted the node, interrupting execution of the job. -- Steve www.lucidworks.com > On Apr 25, 2017, at 1:14 PM, Mikhail Khludnev wrote: > > Steve, > I see really odd thing: it run lucene tests for some

[jira] [Commented] (SOLR-10295) Decide online location for Ref Guide HTML pages

2017-04-25 Thread Shawn Heisey (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-10295?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15983287#comment-15983287 ] Shawn Heisey commented on SOLR-10295: - I think that automated building should not hold up the

[jira] [Commented] (SOLR-10521) sort by string field of the nested child when searching with {!parent}

2017-04-25 Thread Mikhail Khludnev (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-10521?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15983281#comment-15983281 ] Mikhail Khludnev commented on SOLR-10521: - No feedback. It's ok. What about vetoes? > sort by

[jira] [Updated] (SOLR-9555) Leader incorrectly publishes state for replica when it puts replica into LIR.

2017-04-25 Thread Mike Drob (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-9555?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mike Drob updated SOLR-9555: Attachment: SOLR-9555.patch Here's a patch that fixes the resource leak. I'm still getting a different kind

Re: what's up with https://builds.apache.org/computer/lucene/ ?

2017-04-25 Thread Mikhail Khludnev
Steve, I see really odd thing: it run lucene tests for some time but then freakn out with https://builds.apache.org/job/Lucene-Solr-Tests-master/1781/console [junit4] Suite: org.apache.lucene.util.automaton.TestAutomaton [junit4] Completed [446/451] on J1 in 9.34s, 56 tests [junit4]

[jira] [Updated] (SOLR-10565) SolrJmxReporterTest.testEnabled() failure

2017-04-25 Thread Andrzej Bialecki (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-10565?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andrzej Bialecki updated SOLR-10565: - Component/s: metrics > SolrJmxReporterTest.testEnabled() failure >

[jira] [Assigned] (SOLR-10565) SolrJmxReporterTest.testEnabled() failure

2017-04-25 Thread Andrzej Bialecki (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-10565?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andrzej Bialecki reassigned SOLR-10565: Assignee: Andrzej Bialecki > SolrJmxReporterTest.testEnabled() failure >

[jira] [Commented] (SOLR-10295) Decide online location for Ref Guide HTML pages

2017-04-25 Thread Cassandra Targett (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-10295?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15983249#comment-15983249 ] Cassandra Targett commented on SOLR-10295: -- I'm thinking only local builds to start, and then we

[jira] [Commented] (SOLR-10295) Decide online location for Ref Guide HTML pages

2017-04-25 Thread Alexandre Rafalovitch (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-10295?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15983187#comment-15983187 ] Alexandre Rafalovitch commented on SOLR-10295: -- What's the alternative to "near-real-time"?

[jira] [Commented] (SOLR-10295) Decide online location for Ref Guide HTML pages

2017-04-25 Thread Cassandra Targett (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-10295?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15983174#comment-15983174 ] Cassandra Targett commented on SOLR-10295: -- A question for folks on this thread - does anyone

[jira] [Commented] (SOLR-9530) Add an Atomic Update Processor

2017-04-25 Thread Erick Erickson (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-9530?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15983125#comment-15983125 ] Erick Erickson commented on SOLR-9530: -- Amrit: Possibly SOLR-10562? The commit _should_ work, but

[jira] [Assigned] (SOLR-10552) numBuckets is not consistent between distrib and non-distrib requests

2017-04-25 Thread Yonik Seeley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-10552?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Yonik Seeley reassigned SOLR-10552: --- Assignee: Yonik Seeley > numBuckets is not consistent between distrib and non-distrib

[jira] [Assigned] (SOLR-10548) hyper-log-log based numBuckets for faceting

2017-04-25 Thread Yonik Seeley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-10548?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Yonik Seeley reassigned SOLR-10548: --- Assignee: Yonik Seeley > hyper-log-log based numBuckets for faceting >

[jira] [Assigned] (SOLR-10480) Offset does not allow for full pagination in JSON Facet API

2017-04-25 Thread Yonik Seeley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-10480?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Yonik Seeley reassigned SOLR-10480: --- Assignee: Yonik Seeley > Offset does not allow for full pagination in JSON Facet API >

[jira] [Comment Edited] (SOLR-10272) Use a default configset and make the configName parameter optional.

2017-04-25 Thread Ishan Chattopadhyaya (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-10272?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15983115#comment-15983115 ] Ishan Chattopadhyaya edited comment on SOLR-10272 at 4/25/17 4:06 PM: --

[jira] [Commented] (SOLR-10480) Offset does not allow for full pagination in JSON Facet API

2017-04-25 Thread Yonik Seeley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-10480?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15983121#comment-15983121 ] Yonik Seeley commented on SOLR-10480: - OK, I was able to reproduce this issue and am looking for the

[jira] [Updated] (SOLR-10272) Use a default configset and make the configName parameter optional.

2017-04-25 Thread Ishan Chattopadhyaya (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-10272?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ishan Chattopadhyaya updated SOLR-10272: Attachment: SOLR-10272.patch Adding a patch for this. # It bootstraps the

[jira] [Resolved] (SOLR-10310) By default, stop splitting on whitespace prior to analysis in edismax and "Lucene"/standard query parsers

2017-04-25 Thread Steve Rowe (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-10310?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Steve Rowe resolved SOLR-10310. --- Resolution: Fixed Assignee: Steve Rowe Fix Version/s: master (7.0) > By default, stop

[jira] [Commented] (SOLR-10310) By default, stop splitting on whitespace prior to analysis in edismax and "Lucene"/standard query parsers

2017-04-25 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-10310?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15983114#comment-15983114 ] ASF subversion and git services commented on SOLR-10310: Commit

[jira] [Commented] (SOLR-10310) By default, stop splitting on whitespace prior to analysis in edismax and "Lucene"/standard query parsers

2017-04-25 Thread Steve Rowe (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-10310?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15983107#comment-15983107 ] Steve Rowe commented on SOLR-10310: --- Committing shortly. > By default, stop splitting on whitespace

[jira] [Updated] (SOLR-10566) Add timeseries Streaming Expression

2017-04-25 Thread Joel Bernstein (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-10566?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Joel Bernstein updated SOLR-10566: -- Description: This ticket is to add specific time series support to streaming expressions.

[jira] [Assigned] (SOLR-10272) Use a default configset and make the configName parameter optional.

2017-04-25 Thread Ishan Chattopadhyaya (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-10272?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ishan Chattopadhyaya reassigned SOLR-10272: --- Assignee: Ishan Chattopadhyaya > Use a default configset and make the

Re: what's up with https://builds.apache.org/computer/lucene/ ?

2017-04-25 Thread Steve Rowe
They asked me to create a JIRA for the job scheduling glitch: . -- Steve www.lucidworks.com > On Apr 25, 2017, at 11:38 AM, Steve Rowe wrote: > > Infra has rebooted the lucene node, no luck. Jobs are still not getting >

[jira] [Updated] (SOLR-10566) Add timeseries Streaming Expression

2017-04-25 Thread Joel Bernstein (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-10566?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Joel Bernstein updated SOLR-10566: -- Description: This ticket is to add specific time series support to streaming expressions.

[jira] [Updated] (SOLR-10566) Add timeseries Streaming Expression

2017-04-25 Thread Joel Bernstein (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-10566?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Joel Bernstein updated SOLR-10566: -- Description: This ticket is to add specific time series support to streaming expressions.

[jira] [Updated] (SOLR-10566) Add timeseries Streaming Expression

2017-04-25 Thread Joel Bernstein (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-10566?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Joel Bernstein updated SOLR-10566: -- Description: This ticket is to add specific time series support to streaming expressions.

[jira] [Updated] (SOLR-10566) Add timeseries Streaming Expression

2017-04-25 Thread Joel Bernstein (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-10566?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Joel Bernstein updated SOLR-10566: -- Description: This ticket is to add specific time series support to streaming expressions.

[jira] [Updated] (SOLR-10566) Add timeseries Streaming Expression

2017-04-25 Thread Joel Bernstein (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-10566?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Joel Bernstein updated SOLR-10566: -- Description: This ticket is to add specific time series support to streaming expressions.

[jira] [Updated] (SOLR-10566) Add timeseries Streaming Expression

2017-04-25 Thread Joel Bernstein (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-10566?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Joel Bernstein updated SOLR-10566: -- Description: This ticket is to add specific time series support to streaming expressions.

[jira] [Updated] (SOLR-10566) Add timeseries Streaming Expression

2017-04-25 Thread Joel Bernstein (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-10566?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Joel Bernstein updated SOLR-10566: -- Description: This ticket is to add specific time series support to streaming expressions.

[jira] [Updated] (SOLR-10566) Add timeseries Streaming Expression

2017-04-25 Thread Joel Bernstein (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-10566?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Joel Bernstein updated SOLR-10566: -- Description: This ticket is to add specific time series support to streaming expressions.

[jira] [Updated] (SOLR-10566) Add timeseries Streaming Expression

2017-04-25 Thread Joel Bernstein (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-10566?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Joel Bernstein updated SOLR-10566: -- Description: This ticket is to add specific time series support to streaming expressions.

[jira] [Created] (SOLR-10566) Add timeseries Streaming Expression

2017-04-25 Thread Joel Bernstein (JIRA)
Joel Bernstein created SOLR-10566: - Summary: Add timeseries Streaming Expression Key: SOLR-10566 URL: https://issues.apache.org/jira/browse/SOLR-10566 Project: Solr Issue Type: New Feature

[jira] [Updated] (SOLR-10566) Add timeseries Streaming Expression

2017-04-25 Thread Joel Bernstein (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-10566?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Joel Bernstein updated SOLR-10566: -- Description: This ticket is to add specific time series support to streaming expressions.

[jira] [Updated] (SOLR-10519) SolrCLI.atPath cannot handle children that begin with a slash.

2017-04-25 Thread Erick Erickson (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-10519?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Erick Erickson updated SOLR-10519: -- Attachment: SOLR-10519.patch Not a real sophisticated patch, but it works. I'll commit it soon.

Re: what's up with https://builds.apache.org/computer/lucene/ ?

2017-04-25 Thread Steve Rowe
Infra has rebooted the lucene node, no luck. Jobs are still not getting enqueued. There is a general idea that it might have something to do with the *.apache.org wildcard cert that was installed yesterday. They’re looking into it. Also they made an issue for an additional Jenkins node for

[jira] [Created] (SOLR-10565) SolrJmxReporterTest.testEnabled() failure

2017-04-25 Thread Steve Rowe (JIRA)
Steve Rowe created SOLR-10565: - Summary: SolrJmxReporterTest.testEnabled() failure Key: SOLR-10565 URL: https://issues.apache.org/jira/browse/SOLR-10565 Project: Solr Issue Type: Bug

[jira] [Created] (LUCENE-7805) TestRandomChains.testRandomChainsWithLargeStrings() failure

2017-04-25 Thread Steve Rowe (JIRA)
Steve Rowe created LUCENE-7805: -- Summary: TestRandomChains.testRandomChainsWithLargeStrings() failure Key: LUCENE-7805 URL: https://issues.apache.org/jira/browse/LUCENE-7805 Project: Lucene - Core

[jira] [Commented] (SOLR-7452) json facet api returning inconsistent counts in cloud set up

2017-04-25 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-7452?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15983025#comment-15983025 ] ASF subversion and git services commented on SOLR-7452: --- Commit

[jira] [Commented] (SOLR-7452) json facet api returning inconsistent counts in cloud set up

2017-04-25 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-7452?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15983022#comment-15983022 ] ASF subversion and git services commented on SOLR-7452: --- Commit

[jira] [Closed] (LUCENE-7803) Problem using FunctionScoreQuery and Highlighting

2017-04-25 Thread Manuel Gellfart (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-7803?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Manuel Gellfart closed LUCENE-7803. --- Resolution: Not A Problem Okay. I Guess I misused the FunctionScoringQuery. I now added

[jira] [Issue Comment Deleted] (LUCENE-7803) Problem using FunctionScoreQuery and Highlighting

2017-04-25 Thread Manuel Gellfart (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-7803?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Manuel Gellfart updated LUCENE-7803: Comment: was deleted (was: Okay. I Guess I misused the FunctionScoringQuery. I now added

[jira] [Commented] (LUCENE-7803) Problem using FunctionScoreQuery and Highlighting

2017-04-25 Thread Manuel Gellfart (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-7803?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15982997#comment-15982997 ] Manuel Gellfart commented on LUCENE-7803: - Okay. I Guess I misused the FunctionScoringQuery. I

[jira] [Commented] (SOLR-7427) Recovery can miss some updates when they're neither forwarded nor present in replicated index

2017-04-25 Thread Yonik Seeley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-7427?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15982983#comment-15982983 ] Yonik Seeley commented on SOLR-7427: Yes you need a step 2.5... after the leader starts forwarding

[jira] [Commented] (SOLR-10489) StatsReloadRaceTest.testParallelReloadAndStats failures

2017-04-25 Thread Mikhail Khludnev (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-10489?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15982969#comment-15982969 ] Mikhail Khludnev commented on SOLR-10489: - It needs to be more lenient: whole {{ 120

[jira] [Commented] (SOLR-7427) Recovery can miss some updates when they're neither forwarded nor present in replicated index

2017-04-25 Thread Mano Kovacs (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-7427?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15982947#comment-15982947 ] Mano Kovacs commented on SOLR-7427: --- We bumped into this issue recently with test timeouts and I

[JENKINS] Lucene-Solr-Tests-master - Build # 1781 - Failure

2017-04-25 Thread Apache Jenkins Server
Build: https://builds.apache.org/job/Lucene-Solr-Tests-master/1781/ No tests ran. Build Log: [...truncated 1685 lines...] ERROR: command execution failed. ERROR: Step ‘Archive the artifacts’ failed: no workspace for Lucene-Solr-Tests-master #1781 ERROR: Step ‘Publish JUnit test result report’

Re: what's up with https://builds.apache.org/computer/lucene/ ?

2017-04-25 Thread Steve Rowe
Looks like jobs are not getting put on the queue, so the lucene node goes to sleep. Not sure why jobs’ schedules aren’t being respected, e.g. the non-nightly test jobs are scheduled to build @hourly. I clicked the button to start the agent on the lucene node, then manually kicked off the

[jira] [Updated] (LUCENE-7804) Add point field handling to QueryParserBase

2017-04-25 Thread Alan Woodward (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-7804?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alan Woodward updated LUCENE-7804: -- Attachment: LUCENE-7804.patch Here's a first-pass go at adding support for different point

[jira] [Commented] (SOLR-10489) StatsReloadRaceTest.testParallelReloadAndStats failures

2017-04-25 Thread Steve Rowe (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-10489?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15982886#comment-15982886 ] Steve Rowe commented on SOLR-10489: --- My Jenkins got an NPE, doesn't reproduce for me: {noformat}

[jira] [Created] (LUCENE-7804) Add point field handling to QueryParserBase

2017-04-25 Thread Alan Woodward (JIRA)
Alan Woodward created LUCENE-7804: - Summary: Add point field handling to QueryParserBase Key: LUCENE-7804 URL: https://issues.apache.org/jira/browse/LUCENE-7804 Project: Lucene - Core Issue

  1   2   >