[jira] [Resolved] (LUCENE-7359) Add equals() and hashcode() to Explanation

2016-06-29 Thread Alan Woodward (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-7359?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alan Woodward resolved LUCENE-7359. --- Resolution: Fixed Assignee: Alan Woodward Fix Version/s: 6.2 > Add equals()

[jira] [Updated] (SOLR-9181) ZkStateReaderTest failure

2016-07-05 Thread Alan Woodward (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-9181?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alan Woodward updated SOLR-9181: Attachment: SOLR-9181-2.patch Here's a patch which should solve the issue - if you could beast it

[jira] [Commented] (SOLR-9181) ZkStateReaderTest failure

2016-07-05 Thread Alan Woodward (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-9181?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15362541#comment-15362541 ] Alan Woodward commented on SOLR-9181: - I've added some logging, and I think that this is a race

[jira] [Commented] (SOLR-9181) ZkStateReaderTest failure

2016-07-05 Thread Alan Woodward (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-9181?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15362555#comment-15362555 ] Alan Woodward commented on SOLR-9181: - Got it - if I stick a Thread.sleep() in refreshCollectionList()

[jira] [Updated] (SOLR-9181) ZkStateReaderTest failure

2016-07-08 Thread Alan Woodward (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-9181?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alan Woodward updated SOLR-9181: Attachment: SOLR-9181-2.patch Think I've got it now - there was one case in forceUpdateCollection()

[jira] [Commented] (LUCENE-7398) Nested Span Queries are buggy

2016-08-02 Thread Alan Woodward (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-7398?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15404518#comment-15404518 ] Alan Woodward commented on LUCENE-7398: --- I think this is a bug in SpanPositionQueue, where longer

[jira] [Assigned] (LUCENE-7398) Nested Span Queries are buggy

2016-08-02 Thread Alan Woodward (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-7398?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alan Woodward reassigned LUCENE-7398: - Assignee: Alan Woodward > Nested Span Queries are buggy > -

[jira] [Updated] (LUCENE-7398) Nested Span Queries are buggy

2016-08-02 Thread Alan Woodward (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-7398?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alan Woodward updated LUCENE-7398: -- Attachment: LUCENE-7398.patch Patch with fix, incorporating Christoph's test - will commit

[jira] [Commented] (LUCENE-7398) Nested Span Queries are buggy

2016-08-02 Thread Alan Woodward (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-7398?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15404758#comment-15404758 ] Alan Woodward commented on LUCENE-7398: --- Ah, looks like I made the patch against 6x, will re-up

[jira] [Updated] (LUCENE-7398) Nested Span Queries are buggy

2016-08-02 Thread Alan Woodward (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-7398?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alan Woodward updated LUCENE-7398: -- Attachment: LUCENE-7398.patch Patch against master. > Nested Span Queries are buggy >

[jira] [Updated] (LUCENE-7365) Don't use BooleanScorer for small segments

2016-06-30 Thread Alan Woodward (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-7365?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alan Woodward updated LUCENE-7365: -- Attachment: LUCENE-7365.patch I like the idea of a specialised IndexSearcher, that's a lot

[jira] [Updated] (LUCENE-7365) Don't use BooleanScorer for small segments

2016-06-30 Thread Alan Woodward (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-7365?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alan Woodward updated LUCENE-7365: -- Attachment: LUCENE-7365-query.patch This is an alternative idea, a ForceNoBulkScoringQuery

[jira] [Commented] (LUCENE-7365) Don't use BooleanScorer for small segments

2016-06-30 Thread Alan Woodward (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-7365?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15357368#comment-15357368 ] Alan Woodward commented on LUCENE-7365: --- I'm not sure I understand what you mean by wrapping at the

[jira] [Updated] (LUCENE-7365) Don't use BooleanScorer for small segments

2016-07-01 Thread Alan Woodward (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-7365?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alan Woodward updated LUCENE-7365: -- Attachment: LUCENE-7365.patch Here's a patch with Adrien's idea, actually including the

[jira] [Commented] (LUCENE-7361) Terms.toStringDebug

2016-06-29 Thread Alan Woodward (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-7361?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15355259#comment-15355259 ] Alan Woodward commented on LUCENE-7361: --- I agree with Robert here - toString() is used in things

[jira] [Resolved] (SOLR-9181) ZkStateReaderTest failure

2016-07-01 Thread Alan Woodward (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-9181?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alan Woodward resolved SOLR-9181. - Resolution: Fixed Meant to commit this for 6.1, and it completely dropped off my radar. Oh

[jira] [Commented] (SOLR-9181) ZkStateReaderTest failure

2016-07-03 Thread Alan Woodward (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-9181?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15360672#comment-15360672 ] Alan Woodward commented on SOLR-9181: - Thanks Steve. I'll take a look at this tomorrow. >

[jira] [Created] (LUCENE-7364) Don't use BooleanScorer for small segments

2016-06-29 Thread Alan Woodward (JIRA)
Alan Woodward created LUCENE-7364: - Summary: Don't use BooleanScorer for small segments Key: LUCENE-7364 URL: https://issues.apache.org/jira/browse/LUCENE-7364 Project: Lucene - Core Issue

[jira] [Created] (LUCENE-7365) Don't use BooleanScorer for small segments

2016-06-29 Thread Alan Woodward (JIRA)
Alan Woodward created LUCENE-7365: - Summary: Don't use BooleanScorer for small segments Key: LUCENE-7365 URL: https://issues.apache.org/jira/browse/LUCENE-7365 Project: Lucene - Core Issue

[jira] [Updated] (LUCENE-7365) Don't use BooleanScorer for small segments

2016-06-29 Thread Alan Woodward (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-7365?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alan Woodward updated LUCENE-7365: -- Attachment: LUCENE-7365.patch Patch. This prevents use of BooleanScorer if the segment is

[jira] [Reopened] (LUCENE-7364) Don't use BooleanScorer for small segments

2016-06-29 Thread Alan Woodward (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-7364?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alan Woodward reopened LUCENE-7364: --- I think you meant to resolve LUCENE-6914 [~hossman]? > Don't use BooleanScorer for small

[jira] [Resolved] (LUCENE-7364) Don't use BooleanScorer for small segments

2016-06-29 Thread Alan Woodward (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-7364?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alan Woodward resolved LUCENE-7364. --- Resolution: Fixed Ack, no, just seen the duplicate. Sorry for the noise! > Don't use

[jira] [Commented] (SOLR-9181) ZkStateReaderTest failure

2016-07-04 Thread Alan Woodward (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-9181?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15360995#comment-15360995 ] Alan Woodward commented on SOLR-9181: - OK, I've gone through the logs for a number of these test

[jira] [Commented] (SOLR-9181) ZkStateReaderTest failure

2016-07-04 Thread Alan Woodward (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-9181?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15361002#comment-15361002 ] Alan Woodward commented on SOLR-9181: - Also, I get no failures on local beasting, so it's presumably

[jira] (LUCENE-7444) Remove StopFilter from StandardAnalyzer in Lucene-Core

2017-01-31 Thread Alan Woodward (JIRA)
Title: Message Title Alan Woodward commented on LUCENE-7444

[jira] [Commented] (SOLR-8029) Modernize and standardize Solr APIs

2017-02-07 Thread Alan Woodward (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-8029?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15855624#comment-15855624 ] Alan Woodward commented on SOLR-8029: - Hey [~noble.paul], this is failing on the Java 9 Jenkins runs

[jira] [Created] (LUCENE-7679) MemoryIndex.addField() ignores some FieldType settings

2017-02-07 Thread Alan Woodward (JIRA)
Alan Woodward created LUCENE-7679: - Summary: MemoryIndex.addField() ignores some FieldType settings Key: LUCENE-7679 URL: https://issues.apache.org/jira/browse/LUCENE-7679 Project: Lucene - Core

[jira] [Updated] (LUCENE-7679) MemoryIndex.addField() ignores some FieldType settings

2017-02-07 Thread Alan Woodward (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-7679?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alan Woodward updated LUCENE-7679: -- Attachment: LUCENE-7679.patch Here is a patch that re-organises how MemoryIndex builds its

[jira] [Created] (LUCENE-7681) Remove LegacyDocValues implementations from MemoryIndex

2017-02-07 Thread Alan Woodward (JIRA)
Alan Woodward created LUCENE-7681: - Summary: Remove LegacyDocValues implementations from MemoryIndex Key: LUCENE-7681 URL: https://issues.apache.org/jira/browse/LUCENE-7681 Project: Lucene - Core

[jira] [Updated] (LUCENE-7681) Remove LegacyDocValues implementations from MemoryIndex

2017-02-07 Thread Alan Woodward (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-7681?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alan Woodward updated LUCENE-7681: -- Attachment: LUCENE-7681.patch Patch. This also re-instates the caching of norm values that

[jira] [Resolved] (LUCENE-7628) Add a getMatchingChildren() method to DisjunctionScorer

2017-01-23 Thread Alan Woodward (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-7628?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alan Woodward resolved LUCENE-7628. --- Resolution: Fixed Fix Version/s: (was: 6.4) 6.5 I added extra

[jira] [Reopened] (LUCENE-7628) Add a getMatchingChildren() method to DisjunctionScorer

2017-01-23 Thread Alan Woodward (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-7628?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alan Woodward reopened LUCENE-7628: --- Reopening to fix failures in join and facet modules > Add a getMatchingChildren() method to

[jira] [Commented] (LUCENE-7628) Add a getMatchingChildren() method to DisjunctionScorer

2017-01-23 Thread Alan Woodward (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-7628?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15834308#comment-15834308 ] Alan Woodward commented on LUCENE-7628: --- The facet fix is simple enough (it's just in a test).

[jira] [Assigned] (SOLR-9869) MiniSolrCloudCluster does not always remove jettys from running list after stopping them

2017-01-23 Thread Alan Woodward (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-9869?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alan Woodward reassigned SOLR-9869: --- Assignee: Alan Woodward > MiniSolrCloudCluster does not always remove jettys from running

[jira] [Commented] (SOLR-9869) MiniSolrCloudCluster does not always remove jettys from running list after stopping them

2017-01-23 Thread Alan Woodward (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-9869?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15834238#comment-15834238 ] Alan Woodward commented on SOLR-9869: - I got a test failure when running this locally: {code}

[jira] [Resolved] (SOLR-3965) CoreAdminHandler does not do "property expansion" on values wren creating new core

2017-01-22 Thread Alan Woodward (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-3965?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alan Woodward resolved SOLR-3965. - Resolution: Duplicate Assignee: Erick Erickson Fix Version/s: 4.4 This was fixed

[jira] [Commented] (SOLR-10008) Move the reference to CoreContainer from CoreDescriptor to SolrCore.

2017-01-22 Thread Alan Woodward (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-10008?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15833431#comment-15833431 ] Alan Woodward commented on SOLR-10008: -- +1, I started to have a go at this a couple of years ago.

[jira] [Updated] (LUCENE-7701) Refactor grouping collectors

2017-02-21 Thread Alan Woodward (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-7701?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alan Woodward updated LUCENE-7701: -- Attachment: LUCENE-7701.patch Here's a patch implementing the idea. Group definitions are

[jira] [Created] (LUCENE-7701) Refactor grouping collectors

2017-02-21 Thread Alan Woodward (JIRA)
Alan Woodward created LUCENE-7701: - Summary: Refactor grouping collectors Key: LUCENE-7701 URL: https://issues.apache.org/jira/browse/LUCENE-7701 Project: Lucene - Core Issue Type:

[jira] [Commented] (SOLR-10155) Clarify logic for term filters on numeric types

2017-02-21 Thread Alan Woodward (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-10155?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15875687#comment-15875687 ] Alan Woodward commented on SOLR-10155: -- +1, regex matching on numeric facets doesn't really make

[jira] [Resolved] (LUCENE-7628) Add a getMatchingChildren() method to DisjunctionScorer

2017-02-21 Thread Alan Woodward (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-7628?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alan Woodward resolved LUCENE-7628. --- Resolution: Fixed Let's see if it takes this time, shall we? > Add a getMatchingChildren()

[jira] [Updated] (SOLR-10129) Expose lucene PointRange fields in Solr

2017-02-22 Thread Alan Woodward (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-10129?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alan Woodward updated SOLR-10129: - Attachment: SOLR-10129.patch Here's an updated patch: * {{MIN}}/{{MAX}} now replaced by {{*}} *

[jira] [Commented] (LUCENE-7628) Add a getMatchingChildren() method to DisjunctionScorer

2017-02-17 Thread Alan Woodward (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-7628?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15872061#comment-15872061 ] Alan Woodward commented on LUCENE-7628: --- Now that ToParentBlockJoinCollector is gone, I think I can

[jira] [Updated] (SOLR-10129) Expose lucene PointRange fields in Solr

2017-02-13 Thread Alan Woodward (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-10129?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alan Woodward updated SOLR-10129: - Attachment: SOLR-10129.patch Here's a patch, currently applying on top of 6x - I'll port it

[jira] [Resolved] (LUCENE-7679) MemoryIndex.addField() ignores some FieldType settings

2017-02-09 Thread Alan Woodward (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-7679?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alan Woodward resolved LUCENE-7679. --- Resolution: Fixed Assignee: Alan Woodward Fix Version/s: 6.5 Thanks Martijn

[jira] [Updated] (LUCENE-7684) MemoryIndex should store payloads per-field

2017-02-09 Thread Alan Woodward (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-7684?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alan Woodward updated LUCENE-7684: -- Attachment: LUCENE-7684.patch Here is a patch implementing this. Payloads are detected by

[jira] [Commented] (LUCENE-7681) Remove LegacyDocValues implementations from MemoryIndex

2017-02-09 Thread Alan Woodward (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-7681?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15859384#comment-15859384 ] Alan Woodward commented on LUCENE-7681: --- bq. Is the norm really computed lazily? It is if you

[jira] [Created] (LUCENE-7684) MemoryIndex should store payloads per-field

2017-02-09 Thread Alan Woodward (JIRA)
Alan Woodward created LUCENE-7684: - Summary: MemoryIndex should store payloads per-field Key: LUCENE-7684 URL: https://issues.apache.org/jira/browse/LUCENE-7684 Project: Lucene - Core Issue

[jira] [Created] (SOLR-10129) Expose lucene PointRange fields in Solr

2017-02-13 Thread Alan Woodward (JIRA)
Alan Woodward created SOLR-10129: Summary: Expose lucene PointRange fields in Solr Key: SOLR-10129 URL: https://issues.apache.org/jira/browse/SOLR-10129 Project: Solr Issue Type: Improvement

[jira] [Resolved] (LUCENE-7681) Remove LegacyDocValues implementations from MemoryIndex

2017-02-17 Thread Alan Woodward (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-7681?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alan Woodward resolved LUCENE-7681. --- Resolution: Fixed Fix Version/s: master (7.0) > Remove LegacyDocValues

[jira] [Created] (SOLR-10001) CollectionsAPISolrJTest failures

2017-01-19 Thread Alan Woodward (JIRA)
Alan Woodward created SOLR-10001: Summary: CollectionsAPISolrJTest failures Key: SOLR-10001 URL: https://issues.apache.org/jira/browse/SOLR-10001 Project: Solr Issue Type: Bug Security

[jira] [Commented] (SOLR-10001) CollectionsAPISolrJTest failures

2017-01-19 Thread Alan Woodward (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-10001?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15829682#comment-15829682 ] Alan Woodward commented on SOLR-10001: -- >From going through the logs, it seems that the test is

[jira] [Commented] (LUCENE-7645) Use JDK's Arrays.binarySearch in BaseCharFilter

2017-01-19 Thread Alan Woodward (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-7645?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15829635#comment-15829635 ] Alan Woodward commented on LUCENE-7645: --- +1 > Use JDK's Arrays.binarySearch in BaseCharFilter >

[jira] [Updated] (SOLR-10001) CollectionsAPISolrJTest failures

2017-01-19 Thread Alan Woodward (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-10001?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alan Woodward updated SOLR-10001: - Attachment: SOLR-10001.patch Patch moving testAddAndRemoveRole to OverseerRolesTest >

[jira] [Commented] (SOLR-9555) Recovery can hang if a node is put into LIR as it is starting up

2017-01-19 Thread Alan Woodward (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-9555?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15830047#comment-15830047 ] Alan Woodward commented on SOLR-9555: - [~caomanhdat][~shalinmangar] You guys know this code better than

[jira] [Commented] (SOLR-9555) Recovery can hang if a node is put into LIR as it is starting up

2017-01-17 Thread Alan Woodward (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-9555?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15826417#comment-15826417 ] Alan Woodward commented on SOLR-9555: - This is causing occasional issues in PeerSyncReplicationTest as

[jira] [Commented] (SOLR-9906) Use better check to validate if node recovered via PeerSync or Replication

2017-01-16 Thread Alan Woodward (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-9906?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15823692#comment-15823692 ] Alan Woodward commented on SOLR-9906: - This is causing lots of failures in PeerSyncReplicationTest. I

[jira] [Updated] (LUCENE-7623) Add FunctionScoreQuery and FunctionMatchQuery

2017-01-16 Thread Alan Woodward (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-7623?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alan Woodward updated LUCENE-7623: -- Attachment: LUCENE-7623.patch Final patch with Adrien's tweaks, will commit shortly (pending

[jira] [Commented] (LUCENE-7628) Add a getMatchingChildren() method to DisjunctionScorer

2017-01-16 Thread Alan Woodward (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-7628?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15823821#comment-15823821 ] Alan Woodward commented on LUCENE-7628: --- I'm not sure how moving the introspection API to Weight

[jira] [Commented] (LUCENE-7628) Add a getMatchingChildren() method to DisjunctionScorer

2017-01-16 Thread Alan Woodward (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-7628?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15824036#comment-15824036 ] Alan Woodward commented on LUCENE-7628: --- Ah, I see what you mean. That would still work, I think,

[jira] [Resolved] (LUCENE-7623) Add FunctionScoreQuery and FunctionMatchQuery

2017-01-16 Thread Alan Woodward (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-7623?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alan Woodward resolved LUCENE-7623. --- Resolution: Fixed Fix Version/s: 6.5 Thanks for the reviews! > Add

[jira] [Updated] (LUCENE-7628) Add a getMatchingChildren() method to DisjunctionScorer

2017-01-16 Thread Alan Woodward (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-7628?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alan Woodward updated LUCENE-7628: -- Attachment: LUCENE-7628.patch Here's a patch changing getChildren() to only return matching

[jira] [Commented] (SOLR-9906) Use better check to validate if node recovered via PeerSync or Replication

2017-01-16 Thread Alan Woodward (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-9906?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15824113#comment-15824113 ] Alan Woodward commented on SOLR-9906: - Yes to both - don't worry about a patch, I'll make the change

[jira] [Commented] (SOLR-9555) Recovery can hang if a node is put into LIR as it is starting up

2017-01-18 Thread Alan Woodward (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-9555?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15828351#comment-15828351 ] Alan Woodward commented on SOLR-9555: - Mike, Pushkar: Yes, this will happen in production, but will

[jira] [Created] (LUCENE-7644) FieldComparatorSource.newComparator() doesn't need to throw IOException

2017-01-18 Thread Alan Woodward (JIRA)
Alan Woodward created LUCENE-7644: - Summary: FieldComparatorSource.newComparator() doesn't need to throw IOException Key: LUCENE-7644 URL: https://issues.apache.org/jira/browse/LUCENE-7644 Project:

[jira] [Updated] (LUCENE-7644) FieldComparatorSource.newComparator() doesn't need to throw IOException

2017-01-18 Thread Alan Woodward (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-7644?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alan Woodward updated LUCENE-7644: -- Attachment: LUCENE-7644.patch Here's a patch. > FieldComparatorSource.newComparator() doesn't

[jira] [Resolved] (LUCENE-7644) FieldComparatorSource.newComparator() doesn't need to throw IOException

2017-01-18 Thread Alan Woodward (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-7644?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alan Woodward resolved LUCENE-7644. --- Resolution: Fixed Fix Version/s: 6.5 > FieldComparatorSource.newComparator() doesn't

[jira] [Commented] (LUCENE-7628) Add a getMatchingChildren() method to DisjunctionScorer

2017-01-19 Thread Alan Woodward (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-7628?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15830268#comment-15830268 ] Alan Woodward commented on LUCENE-7628: --- [~jpountz] are you happy with the patch as it is? We can

[jira] [Updated] (LUCENE-7623) Add FunctionScoreQuery and FunctionMatchQuery

2017-01-15 Thread Alan Woodward (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-7623?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alan Woodward updated LUCENE-7623: -- Attachment: LUCENE-7623.patch I apparently did, yes, sorry... here's the correct patch > Add

[jira] [Resolved] (SOLR-10001) CollectionsAPISolrJTest failures

2017-01-19 Thread Alan Woodward (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-10001?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alan Woodward resolved SOLR-10001. -- Resolution: Fixed > CollectionsAPISolrJTest failures > > >

[jira] [Commented] (LUCENE-7722) Remove BoostedQuery

2017-03-01 Thread Alan Woodward (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-7722?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15890339#comment-15890339 ] Alan Woodward commented on LUCENE-7722: --- +1 I think this also applies to FunctionQuery and

[jira] [Commented] (LUCENE-7722) Remove BoostedQuery

2017-03-01 Thread Alan Woodward (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-7722?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15890358#comment-15890358 ] Alan Woodward commented on LUCENE-7722: --- bq. BoostedQuery vs. BoostQuery is confusing anyways!

[jira] [Updated] (SOLR-9469) Allow JettySolrRunner to restart using a different port

2016-09-02 Thread Alan Woodward (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-9469?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alan Woodward updated SOLR-9469: Attachment: SOLR-9469.patch Patch, adding a boolean parameter to JettySolrRunner.start(). Default

[jira] [Created] (SOLR-9469) Allow JettySolrRunner to restart using a different port

2016-09-02 Thread Alan Woodward (JIRA)
Alan Woodward created SOLR-9469: --- Summary: Allow JettySolrRunner to restart using a different port Key: SOLR-9469 URL: https://issues.apache.org/jira/browse/SOLR-9469 Project: Solr Issue Type:

[jira] [Commented] (SOLR-8961) TestMiniSolrCloudCluster should move into test-framework

2016-09-02 Thread Alan Woodward (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-8961?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15458454#comment-15458454 ] Alan Woodward commented on SOLR-8961: - The main module already exists, the tests module doesn't. >

[jira] [Updated] (SOLR-9344) BasicAuthIntegrationTest test failures on update

2016-09-05 Thread Alan Woodward (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-9344?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alan Woodward updated SOLR-9344: Attachment: SOLR-9344.patch I'm pretty sure that this is due to stale connections. Here's a patch

[jira] [Commented] (SOLR-9474) MiniSolrCloudCluster should not reuse ports by default

2016-09-05 Thread Alan Woodward (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-9474?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15464398#comment-15464398 ] Alan Woodward commented on SOLR-9474: - OK, thanks Shalin. I'll watch for some exciting new test

[jira] [Resolved] (SOLR-9474) MiniSolrCloudCluster should not reuse ports by default

2016-09-06 Thread Alan Woodward (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-9474?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alan Woodward resolved SOLR-9474. - Resolution: Fixed [~shalinmangar] I don't think that should effect any of the tests that

[jira] [Resolved] (SOLR-8961) TestMiniSolrCloudCluster should move into test-framework

2016-09-06 Thread Alan Woodward (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-8961?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alan Woodward resolved SOLR-8961. - Resolution: Fixed Assignee: Alan Woodward (was: Hoss Man) > TestMiniSolrCloudCluster should

[jira] [Resolved] (SOLR-9469) Allow JettySolrRunner to restart using a different port

2016-09-06 Thread Alan Woodward (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-9469?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alan Woodward resolved SOLR-9469. - Resolution: Fixed Fix Version/s: 6.3 > Allow JettySolrRunner to restart using a different

[jira] [Updated] (SOLR-8961) TestMiniSolrCloudCluster should move into test-framework

2016-09-06 Thread Alan Woodward (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-8961?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alan Woodward updated SOLR-8961: Fix Version/s: 6.3 > TestMiniSolrCloudCluster should move into test-framework >

[jira] [Updated] (SOLR-9474) MiniSolrCloudCluster should not reuse ports by default

2016-09-06 Thread Alan Woodward (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-9474?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alan Woodward updated SOLR-9474: Fix Version/s: 6.3 > MiniSolrCloudCluster should not reuse ports by default >

[jira] [Updated] (SOLR-8961) TestMiniSolrCloudCluster should move into test-framework

2016-09-02 Thread Alan Woodward (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-8961?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alan Woodward updated SOLR-8961: Attachment: SOLR-8961.patch Here's a patch that: a) creates a new solr-test-framework test module

[jira] [Commented] (SOLR-9426) TesReplicationHandler.doTestIndexAndConfigAliasReplication() failure

2016-09-07 Thread Alan Woodward (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-9426?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15470563#comment-15470563 ] Alan Woodward commented on SOLR-9426: - See also:

[jira] [Reopened] (SOLR-9344) BasicAuthIntegrationTest test failures on update

2016-09-07 Thread Alan Woodward (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-9344?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alan Woodward reopened SOLR-9344: - > BasicAuthIntegrationTest test failures on update >

[jira] [Commented] (SOLR-9088) solr.schema.TestManagedSchemaAPI.test failures ([doc=2] unknown field 'myNewField1')

2016-09-07 Thread Alan Woodward (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-9088?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15470416#comment-15470416 ] Alan Woodward commented on SOLR-9088: - This is failing on the 5.5 branch now - does the fix need to be

[jira] [Commented] (SOLR-9344) BasicAuthIntegrationTest test failures on update

2016-09-07 Thread Alan Woodward (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-9344?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15470645#comment-15470645 ] Alan Woodward commented on SOLR-9344: - Well, we're getting new failures at least:

[jira] [Resolved] (SOLR-9344) BasicAuthIntegrationTest test failures on update

2016-09-07 Thread Alan Woodward (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-9344?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alan Woodward resolved SOLR-9344. - Resolution: Fixed Assignee: Alan Woodward Fix Version/s: 6.3 Will see if this

[jira] [Created] (SOLR-9486) AutoCommitTest and HardAutoCommitTest failures

2016-09-07 Thread Alan Woodward (JIRA)
Alan Woodward created SOLR-9486: --- Summary: AutoCommitTest and HardAutoCommitTest failures Key: SOLR-9486 URL: https://issues.apache.org/jira/browse/SOLR-9486 Project: Solr Issue Type: Bug

[jira] [Updated] (SOLR-9486) AutoCommitTest and HardAutoCommitTest failures

2016-09-07 Thread Alan Woodward (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-9486?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alan Woodward updated SOLR-9486: Attachment: SOLR-9486.patch Patch, adding 'pause' and 'unpause' methods to the searcher listener.

[jira] [Resolved] (SOLR-8181) TestArbitraryIndexDir.testLoadNewIndexDir failures on jenkins

2016-09-07 Thread Alan Woodward (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-8181?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alan Woodward resolved SOLR-8181. - Resolution: Fixed Assignee: Alan Woodward Fix Version/s: (was: 6.0)

[jira] [Commented] (SOLR-9486) AutoCommitTest and HardAutoCommitTest failures

2016-09-07 Thread Alan Woodward (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-9486?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15469936#comment-15469936 ] Alan Woodward commented on SOLR-9486: - http://jenkins.thetaphi.de/job/Lucene-Solr-master-Solaris/832/

[jira] [Updated] (SOLR-9474) MiniSolrCloudCluster should not reuse ports by default

2016-09-04 Thread Alan Woodward (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-9474?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alan Woodward updated SOLR-9474: Attachment: SOLR-9474.patch One-liner patch. > MiniSolrCloudCluster should not reuse ports by

[jira] [Created] (LUCENE-7435) MiniSolrCloudCluster should not reuse ports by default

2016-09-04 Thread Alan Woodward (JIRA)
Alan Woodward created LUCENE-7435: - Summary: MiniSolrCloudCluster should not reuse ports by default Key: LUCENE-7435 URL: https://issues.apache.org/jira/browse/LUCENE-7435 Project: Lucene - Core

[jira] [Moved] (SOLR-9474) MiniSolrCloudCluster should not reuse ports by default

2016-09-04 Thread Alan Woodward (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-9474?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alan Woodward moved LUCENE-7435 to SOLR-9474: - Security: Public Lucene Fields: (was: New) Key:

[jira] [Commented] (SOLR-9065) Migrate solrj tests from AbstractDistribZkTestBase to SolrCloudTestCase

2016-08-31 Thread Alan Woodward (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-9065?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15451583#comment-15451583 ] Alan Woodward commented on SOLR-9065: - Hi Mikhail, it sounds as though for that case you don't need

[jira] [Commented] (SOLR-9459) Upgrade dependencies

2016-08-31 Thread Alan Woodward (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-9459?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15451911#comment-15451911 ] Alan Woodward commented on SOLR-9459: - [~Tomjon] and I had a go at factoring the HDFS classes out in

[jira] [Updated] (SOLR-9500) Add a @LogLevel attribute to change log levels on tests

2016-09-11 Thread Alan Woodward (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-9500?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alan Woodward updated SOLR-9500: Attachment: SOLR-9500.patch This patch adds a LogLevel annotation that can be added to any test

[jira] [Created] (SOLR-9500) Add a @LogLevel attribute to change log levels on tests

2016-09-11 Thread Alan Woodward (JIRA)
Alan Woodward created SOLR-9500: --- Summary: Add a @LogLevel attribute to change log levels on tests Key: SOLR-9500 URL: https://issues.apache.org/jira/browse/SOLR-9500 Project: Solr Issue Type:

[jira] [Commented] (SOLR-9344) BasicAuthIntegrationTest test failures on update

2016-09-11 Thread Alan Woodward (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-9344?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15481840#comment-15481840 ] Alan Woodward commented on SOLR-9344: - Right, this is for 6.x only, master isn't affected by this bug

<    7   8   9   10   11   12   13   14   15   16   >