9624 Commits

Author SHA1 Message Date
Chris Hostetter
6665aed952 Fix test to stop asserting specific order when secondary sort is unspecified, add new checks that do assert an explicit order when secondary sort IS specified. 2017-03-23 18:28:10 -07:00
Shalin Shekhar Mangar
c221ef0fde SOLR-10281: ADMIN_PATHS is duplicated in two places and inconsistent 2017-03-23 19:33:45 +05:30
Noble Paul
4edfc1a9c7 SOLR-6615: use constants for 'sort', 'distrib' 2017-03-23 18:12:20 +10:30
koji
583fec1a58 SOLR-9184: Add a static convenience method ModifiableSolrParams#of(SolrParams) which returns the same instance if it already is modifiable, otherwise creates a new ModifiableSolrParams instance. 2017-03-23 14:57:45 +09:00
Noble Paul
eb587772dd SOLR-6615: use constants for 'id', '_route_', '_version_' 2017-03-23 11:45:50 +10:30
Cao Manh Dat
88c3c3c580 Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/lucene-solr 2017-03-23 07:31:37 +07:00
yonik
725cd4e2f5 SOLR-7452: facet refinement - don't generate domain if skipping bucket 2017-03-22 19:53:50 -04:00
Tomas Fernandez Lobbe
8a99675392 SOLR-9986: Add javadoc to DatePointField class 2017-03-22 10:52:34 -07:00
Cao Manh Dat
b7042c1f6e Add support for CollapseQParser with PointFields 2017-03-22 15:00:33 +07:00
yonik
6786089b0b SOLR-7452: json facet API, refine/skip through buckets already visited 2017-03-21 08:42:47 -04:00
Dennis Gove
4171ef79b4 SOLR-10333: Fixes use of HashedMap in StreamEvaluator tests 2017-03-21 08:40:40 -04:00
Dennis Gove
92297b5860 SOLR-10292: Adds CartesianProductStream to turn multivalued fields into multiple tuples 2017-03-20 16:40:46 -04:00
Christine Poerschke
ffaa2345b4 SOLR-10046: move from 6.5.0 to 6.6.0 CHANGES.txt (backport yet to be completed) 2017-03-20 19:00:33 +00:00
Andrzej Bialecki
a3e4f57e1b SOLR-10319 SolrCore "instanceDir" metric not visible in JMX. 2017-03-20 19:03:55 +01:00
Cao Manh Dat
fb296fd5fc SOLR-9992: Update changes.txt 2017-03-20 17:30:40 +07:00
Cao Manh Dat
21adce4a2f SOLR-9992: Add support for grouping with PointFIelds 2017-03-20 15:21:36 +07:00
Cao Manh Dat
e09273943b SOLR-10079: Speedup TestInPlaceUpdatesDistrib in new replication mode 2017-03-20 09:18:54 +07:00
Cao Manh Dat
4bc75dbf23 SOLR-9835: Fix OnlyLeaderIndexesTest failure, inplace updates is not copied over properly 2017-03-20 08:21:54 +07:00
David Smiley
e7d9db9d6c SOLR-10286: fix test for Windows 2017-03-18 10:42:34 -04:00
Steve Rowe
9b57545df0 SOLR-10218: The Schema API commands add-field-type and replace-field-type improperly specify SimilarityFactory params 2017-03-18 00:00:59 -04:00
Tomas Fernandez Lobbe
3b66001845 SOLR-10237: Poly-Fields should work with subfield that have docValues=true 2017-03-17 11:55:15 -07:00
yonik
540ee1db10 SOLR-7452: add refine param to json facets, implement for array field faceting 2017-03-17 12:13:43 -04:00
Jim Ferenczi
d374193e73 Add 6.6 version 2017-03-17 11:55:59 +01:00
David Smiley
8fbd9f1e40 SOLR-10273: DocumentBuilder move longest field to last position 2017-03-16 21:22:08 -04:00
David Smiley
4a55bc4e0f SOLR-10286: fix precommit (unused imports) 2017-03-16 21:11:39 -04:00
Steve Rowe
d1b2fb33ef SOLR-9185: Solr's edismax and Lucene/standard query parsers should optionally not split on whitespace before sending terms to analysis 2017-03-16 19:41:47 -04:00
David Smiley
4ee7fc3890 SOLR-10286: fix test; we were writing to read-only dir.
Expand solrconfig-managed-schema.xml to have toggle-able elements vis system property flags
2017-03-16 18:30:57 -04:00
Tomas Fernandez Lobbe
1439794900 SOLR-9990: Avoid copyField in SolrExampleTests.testUpdateField 2017-03-16 15:10:48 -07:00
David Smiley
2502af9f3f SOLR-10286: large fields.
And refactored FieldType.checkSchemaField to call a new checkSupportsDocValues()
2017-03-16 14:58:59 -04:00
Joel Bernstein
f8831ce3c4 Fixed typos in CHANGES.txt 2017-03-16 14:18:43 -04:00
Tomas Fernandez Lobbe
7a625bbb25 SOLR-9990: Add PointFields in example/default schemas 2017-03-16 11:09:42 -07:00
Joel Bernstein
3d81a9c8e7 SOLR-10254, 10085: Update CHANGES.txt 2017-03-16 13:54:25 -04:00
Christine Poerschke
17cc3e7dad SOLR-10283: Learning to Rank (LTR) SolrFeature to reject searches with missing efi (External Feature Information) used by fq. 2017-03-16 14:10:28 +00:00
Ishan Chattopadhyaya
d825737048 SOLR-10302: Solr's zkcli scripts now able to find the metrics libraries 2017-03-16 05:33:29 +05:30
Joel Bernstein
b46e09c79f SOLR-10085: SQL result set fields should be ordered by the field list 2017-03-15 18:31:45 -04:00
Joel Bernstein
be9fea1bc5 SOLR-10271: SQL aggregations in map_reduce mode should use javabin transport 2017-03-15 18:31:45 -04:00
Joel Bernstein
22f91ba0ca SOLR-10270: Stop exporting _version_ during GROUP BY aggregations in map_reduce mode 2017-03-15 18:31:45 -04:00
Ishan Chattopadhyaya
2bce98b0c1 SOLR-9516: Updating CHANGES.txt entry 2017-03-16 02:07:11 +05:30
Christine Poerschke
9d56f13650 SOLR-10046: Add UninvertDocValuesMergePolicyFactory class. (Keith Laban, Christine Poerschke) 2017-03-15 12:15:17 +00:00
Ishan Chattopadhyaya
65c695b025 SOLR-9516: Fix: Admin UI (angular) didn't work with Kerberos 2017-03-15 17:25:06 +05:30
Mike McCandless
e7b87f5b79 LUCENE-7739: Fix places where we unnecessarily boxed while parsing a numeric value according to FindBugs 2017-03-15 06:08:10 -04:00
Mike McCandless
716d43eca9 LUCENE-7742: fix places where we were unboxing and then re-boxing according to FindBugs 2017-03-15 06:03:54 -04:00
Noble Paul
124b505810 SOLR-8045: SerachHandler to override the registerV2() and remove registerPath from sample solrconfig.xml 2017-03-15 18:40:38 +10:30
Andrzej Bialecki
1192d396dd SOLR-10224: Add disk total and disk free metrics. 2017-03-14 19:58:31 +01:00
Chris Hostetter
09bd8612ce SOLR-10184: Fix bin/solr so it can run properly on java9 2017-03-14 10:23:49 -07:00
Chris Hostetter
9417367b1a SOLR-10266: fix implicit test assumptions about doc order 2017-03-14 09:49:22 -07:00
Christine Poerschke
5aafea8494 SOLR-9045: exclude static methods from ConfigureRecoveryStrategyTest.testAlmostAllMethodsAreFinal 2017-03-14 13:05:55 +00:00
Andrzej Bialecki
1750095048 SOLR-10247: Support non-numeric metrics and a "compact" format of /admin/metrics. 2017-03-14 12:36:35 +01:00
Christine Poerschke
ddda27e4de SOLR-10076: 'String.format(Locale.ROOT,...' instead of (forbidden API) 'String.format(...)' 2017-03-14 10:46:25 +00:00
markrmiller
91c3f78f8f SOLR-10076: Hide keystore and truststore passwords from /admin/info/* outputs. 2017-03-14 06:13:34 -04:00