GitHub user jitka18 opened a pull request:
https://github.com/apache/lucene-solr/pull/189
Jira/solr 6203
Hello, Christine. I merged from master though commit 00f0c30 to my fork of
the jira/solr-6203 branch, resolved a conflict in TopGroupsFieldCommand.java,
and committed. Unit tests all pass, including those added in previous commits
to test the fix of the bug which is the subject of this jira.
I closed the previous pull request because I thought it was interfering
with my attempt to create this one.
Judith
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/jitka18/lucene-solr jira/solr-6203
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/lucene-solr/pull/189.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #189
----
commit 1644fe873e7597306a24bb91a97b1a9beba4b8ef
Author: Judith Silverman <[email protected]>
Date: 2017-03-27T00:47:11Z
Merge remote-tracking branch 'origin/master' into jira/solr-6203;
resolved conflicts in SeardhGroupsResultTransformer.java
commit e94b8c6382af64bcdd084eb9e92094afda297f09
Author: Judith Silverman <[email protected]>
Date: 2017-03-29T02:56:20Z
DistributedQueryComponentCustomSortTest.java: replacing duplicated tests
commit b2a631079ad2722f28cd6ee77779903e354d7a56
Author: Joel Bernstein <[email protected]>
Date: 2017-04-07T16:36:19Z
Add version 6.5.1
commit ce75eb62e9fd3256bcab23e7f1d901fec7c65115
Author: Tomas Fernandez Lobbe <[email protected]>
Date: 2017-04-07T18:36:22Z
SOLR-10437: Improve test coverage of useDocValuesAsStored=false
commit d671273bc396faa4c3815e0a4614e88d3e0373e1
Author: Tomas Fernandez Lobbe <[email protected]>
Date: 2017-04-07T21:11:25Z
SOLR-10443: Improvements to TestPointFields
* Fixes testInternals, index needs to be cleaned after each field
* Validate that SolrQueryParser generates a PointInSetQuery when possible
commit 3649e8f93006f425ebe81427282d3e0843656824
Author: Judith Silverman <[email protected]>
Date: 2017-04-08T02:46:27Z
Merge branch 'jira/solr-6203' of https://github.com/apache/lucene-solr
into jira/solr-6203 after resolving whitespace conflict in
SearchGroupsResultTransformer.java
commit 550a32495257634859ac6eae3858cbce71be06f2
Author: Noble Paul <[email protected]>
Date: 2017-04-09T21:13:27Z
SOLR-10429: UpdateRequest#getRoutes()should copy the response parser
commit caf329717ef643b2a5a8b7ef0bfb7bd5e096c849
Author: Alan Woodward <[email protected]>
Date: 2017-03-28T18:52:53Z
LUCENE-7701: Refactor grouping collectors
commit 55e36615eb4e84abbb674e52eaae0954b47e5b11
Author: jdyer1 <[email protected]>
Date: 2017-04-10T13:39:41Z
SOLR-8807: disable the CollapseQParser Plugin when testing spellcheck
collations for hit-counts
commit ce66ca93cf5e28748793cce8eaafab0c35cbdda9
Author: Tomas Fernandez Lobbe <[email protected]>
Date: 2017-04-10T16:48:07Z
SOLR-10437: Delete index after each test in TestUseDocValuesAsStored
commit e02a1f159ee05fdf23309d633a32059b13a3bb4f
Author: Steve Rowe <[email protected]>
Date: 2017-04-10T19:26:28Z
SOLR-10474: TestPointFields.testPointFieldReturn() depends on order of
unsorted hits
commit d9973a38db906a1bf2d8f2122163e3a4cef1c17c
Author: Mike McCandless <[email protected]>
Date: 2017-04-10T23:07:25Z
LUCENE-7775: fix exception handling to throw first exception hit
commit 15a1561d4320a0ef0a0ba05ea247c8be06202493
Author: Adrien Grand <[email protected]>
Date: 2017-04-11T08:02:51Z
LUCENE-7767: SortedDocValues.ordValue() now throws an IOException.
commit 0f60c4233ca2ae4bf3bd5a6cc395766e84119cd9
Author: Tommaso Teofili <[email protected]>
Date: 2017-04-11T08:44:36Z
LUCENE-7776 - use bm25 for knn classifier
commit 1bf36962285110c4ac2d1f468de3cc7fde379c0e
Author: Christine Poerschke <[email protected]>
Date: 2017-04-11T10:25:39Z
LUCENE-7776: remove unused import
commit 9c00fc6795228f8938fe1601697835b5acdd8290
Author: Tommaso Teofili <[email protected]>
Date: 2017-04-11T15:12:13Z
LUCENE-7776 - visualize diff btwn BytesRef values in ClassificationTestBase
commit e386ec973b8a4ec2de2bfc43f51df511a365d60f
Author: Mike McCandless <[email protected]>
Date: 2017-04-11T15:47:31Z
LUCENE-7777: fix AIOOBE from ByteBlockPool.readBytes when byte block
exceeds 32 KB
commit e30cc70fddcdd6fddb5eedf9f38e77fcb3f33bd1
Author: Andrzej Bialecki <[email protected]>
Date: 2017-04-11T17:22:23Z
SOLR-9959: SolrInfoMBean-s category and hierarchy cleanup.
commit 5c5254341e4158c24f3fc6ef3a54f6da6f667120
Author: Christine Poerschke <[email protected]>
Date: 2017-04-11T18:36:44Z
LUCENE-7776: change javadocs default mention from Classic to BM25
(Also kinda added missing javadoc for new method to fix 'ant precommit'.)
commit 57c5837183d4b3d1aa67380560c186780d6203b0
Author: Christine Poerschke <[email protected]>
Date: 2017-04-11T19:01:05Z
Removed two unused imports.
commit 06a55b73b97db0a2cff490dcf40670079a953f60
Author: Joel Bernstein <[email protected]>
Date: 2017-04-11T19:17:03Z
SOLR-10274: The search Streaming Expression should work in non-SolrCloud
mode
commit 5ebd41d13f646ea45a16e079c7fe4f3ff7e634cf
Author: Joel Bernstein <[email protected]>
Date: 2017-04-11T19:36:03Z
SOLR-10274: fix precommit
commit 9ed722f5655639dd572853df5a5a14130323cf0f
Author: Mike McCandless <[email protected]>
Date: 2017-04-11T19:37:42Z
LUCENE-7760: improve setMaxTokenLength javadocs for
StandardAnalyzer/Tokenizer and UAX29URLEmailAnalyzer/Tokenizer
commit 7fde878ae4780f1837189e4e8c531b373bc87c07
Author: Tommaso Teofili <[email protected]>
Date: 2017-04-12T07:55:03Z
LUCENE-7776 - adjusted failing tests in solr due to switching to bm25 in knn
commit 3ba4e73a9052b94d0d878fcd2fdd5f050232a41d
Author: Andrzej Bialecki <[email protected]>
Date: 2017-04-12T08:40:58Z
SOLR-9959 Increase the timeout to allow searcher to register metrics.
commit 23109b98629880321145d8c4413088549bab8de2
Author: Christine Poerschke <[email protected]>
Date: 2017-04-11T10:14:34Z
SOLR-10473: Correct LBHttpSolrClient's confusing SolrServerException
message when timeAllowed is exceeded.
commit b767d61b9ebe551ccff91805d5f5ca06fd56452b
Author: Christine Poerschke <[email protected]>
Date: 2017-04-11T10:16:23Z
LUCENE-7746: precommit to ignore less and (potentially) error more
commit 24ab117a41fcf9d48a85600c8fb721c75be0f982
Author: Gethin James <[email protected]>
Date: 2017-03-17T13:07:50Z
SOLR-10303: Initial support for common date/time Stream Evaluators
commit b13945b1ef82235bb28257c566fe9a95ba801da6
Author: Gethin James <[email protected]>
Date: 2017-03-17T14:30:12Z
SOLR-10303: Renamed to DatePartEvaluator and adding support for Instant,
Date, LocalDateTime
commit c3d205cdccf1175d9960723d0fe4e0d4391dff11
Author: Gethin James <[email protected]>
Date: 2017-03-17T17:11:00Z
SOLR-10303: Switching from the fieldName param to subEvaluators
----
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]