3898 Commits

Author SHA1 Message Date
Erick Erickson
e17b987734 SOLR-10493: Investigate SolrCloudExampleTest failures.
(cherry picked from commit 0247acd)
2017-04-24 12:22:11 -07:00
Mikhail Khludnev
a07ac63357 SOLR-9217: delay JoinUtil call to createWeight for score join 2017-04-23 01:30:23 +03:00
David Smiley
991196216d SOLR-10499: facet.heatmap DocSet to Bits optimizations 2017-04-20 17:46:28 -04:00
Andrzej Bialecki
fb8fd77fa5 SOLR-10514 Upgrade Metrics library to 3.2.2. 2017-04-20 15:29:10 +02:00
Shai Erera
19bcffa036 SOLR-10505: Add multi-field support to TermsComponent for terms stats 2017-04-20 15:03:27 +03:00
Steve Rowe
ffe61ff2ad SOLR-10527: move CHANGES entry to 6.5.1 section 2017-04-19 20:10:11 -04:00
Steve Rowe
8b27b82bab SOLR-10527: edismax with sow=false fails to create dismax-per-term queries when any field is boosted 2017-04-19 19:03:31 -04:00
Christine Poerschke
f9ca49a8d5 SOLR-5127: Multiple highlight fields and wildcards are now supported e.g. hl.fl=title,text_*
(Sven-S. Porst, Daniel Debray, Simon Endele, Christine Poerschke)
2017-04-19 12:28:14 +01:00
David Smiley
8347169ab3 SOLR-10439: 'large' was forgotten in /schema/fields?showDefaults=true 2017-04-18 17:02:07 -04:00
Chris Hostetter
10772121ee SOLR-10472: Fixed uninversion (aka: FieldCache) bugs with the numeric PointField classes, and CurrencyField 2017-04-18 11:58:35 -07:00
Scott Blum
963c226d26 changes 2017-04-18 14:39:52 -04:00
Andrzej Bialecki
bb69c02e57 SOLR-10418: Metrics API should return JVM system properties. 2017-04-18 12:46:39 +02:00
yonik
3145f781b3 SOLR-10082: JSON Facet API, add stddev and variance functions 2017-04-17 22:30:29 -04:00
Ishan Chattopadhyaya
d286864d80 SOLR-10447, SOLR-8589: Adding Yago Riveiro to changelog 2017-04-18 03:30:13 +05:30
Ishan Chattopadhyaya
201ebbc504 SOLR-10447, SOLR-4968, SOLR-8589: Adding contributors to CHANGES.txt 2017-04-18 03:12:41 +05:30
Ishan Chattopadhyaya
fd4125ea41 SOLR-10446: Making HttpClusterStateProvider work with server that doesn't have LISTALIASES 2017-04-18 03:09:46 +05:30
Shalin Shekhar Mangar
4da901a072 SOLR-10047: Mismatched Docvalues segments cause exception in Sorting/Faceting. Solr now uninverts per segment to avoid such exceptions
Squashed commit of the following:

commit c38f4cabc2828ee83b53b931dd829e29a3e1701c
Author: Keith Laban <kelaban17@gmail.com>
Date:   Tue Apr 11 17:17:05 2017 -0400

    reverted tests to using old wrap interface

commit 806f33e092491cc6a2ee292d2934c76171e40dc7
Author: Keith Laban <kelaban17@gmail.com>
Date:   Tue Apr 11 17:13:34 2017 -0400

    updated UninvertingReader.wrap / tests

commit b10bcab338b362b909491fea1cf13de66f5f17c0
Author: Keith Laban <klaban1@bloomberg.net>
Date:   Wed Apr 5 14:57:28 2017 -0400

    SOLR-10047 - Updated javadoc/renamed class/added getReaderCacheHelper

commit 90ecf5a4ae4feaf3efc42a1ed8643ad21e1c73ce
Author: Keith Laban <klaban1@bloomberg.net>
Date:   Wed Jan 18 16:39:51 2017 -0500

    SOLR-10047 - SolrIndexSearcher, UninvertingReader, uninvert docvalues per segment
2017-04-17 13:59:26 +05:30
Ishan Chattopadhyaya
4df4c52c0c SOLR-10447, SOLR-10447: LISTALIASES Collections API command; CloudSolrClient can be initialized using Solr URL
SOLR-10447: Collections API now supports a LISTALIASES command to return a list of all collection aliases.

   SOLR-10446: CloudSolrClient can now be initialized using the base URL of a Solr instance instead of
    ZooKeeper hosts. This is possible through the use of newly introduced HttpClusterStateProvider.
    To fetch a list of collection aliases, this depends on LISTALIASES command, and hence this way of
    initializing CloudSolrClient would not work with older versions of Solr that doesn't support LISTALIASES.
2017-04-17 10:11:18 +05:30
markrmiller
bc6ff493b0 SOLR-9936: Allow configuration for recoveryExecutor thread pool size. 2017-04-14 01:33:19 -04:00
markrmiller
4dc367414f SOLR-10151: Use monotonically incrementing counter for doc ids in TestRecovery. 2017-04-14 01:17:03 -04:00
Erick Erickson
4cb00ccca4 SOLR-10007: Clean up references to CoreContainer and CoreDescriptors 2017-04-12 17:02:40 -07:00
Christine Poerschke
23109b9862 SOLR-10473: Correct LBHttpSolrClient's confusing SolrServerException message when timeAllowed is exceeded. 2017-04-12 10:03:38 +01:00
Andrzej Bialecki
e30cc70fdd SOLR-9959: SolrInfoMBean-s category and hierarchy cleanup. 2017-04-11 19:22:23 +02:00
Steve Rowe
e02a1f159e SOLR-10474: TestPointFields.testPointFieldReturn() depends on order of unsorted hits 2017-04-10 15:26:28 -04:00
jdyer1
55e36615eb SOLR-8807: disable the CollapseQParser Plugin when testing spellcheck collations for hit-counts 2017-04-10 08:39:41 -05:00
Noble Paul
550a324952 SOLR-10429: UpdateRequest#getRoutes()should copy the response parser 2017-04-10 06:43:27 +09:30
Christine Poerschke
adabfdd9c2 SOLR-10264: Fixes multi-term synonym parsing in ManagedSynonymFilterFactory.
(Jörg Rathlev, Steve Rowe, Christine Poerschke)
2017-04-07 11:11:23 +01:00
Christine Poerschke
206021578e SOLR-10440: LBHttpSolrClient.doRequest is now always wrapped in a Mapped Diagnostic Context (MDC). 2017-04-07 11:04:41 +01:00
Joel Bernstein
c05ab96dc4 SOLR-10341, SOLR-10444: Update CHANGES.txt 2017-04-06 22:06:07 -04:00
Chris Hostetter
6e5f6fab53 SOLR-10425: Fix indexed="false" on numeric PointFields 2017-04-06 12:07:41 -07:00
jdyer1
e75a2e6b86 SOLR-10323: fix to SpellingQueryConverter to properly strip out colons in field-specific queries 2017-04-06 12:48:19 -05:00
Cao Manh Dat
ad1326698d SOLR-10239: Update CHANGES.txt 2017-04-06 16:02:20 +07:00
Steve Rowe
dbd22a6ada SOLR-10423: Disable graph query production via schema configuration <fieldtype ... enableGraphQueries="false">. This fixes broken queries for ShingleFilter-containing query-time analyzers when request param sow=false. 2017-04-05 16:23:26 -04:00
David Smiley
cb9f151db4 SOLR-10404: fetch() streaming expression: escape values in generated query. 2017-04-05 08:56:50 -04:00
Christine Poerschke
dfa342bc90 SOLR-10421: Fix params persistence for solr/contrib/ltr (MinMax|Standard)Normalizer classes.
(Jianxiong Dong, Christine Poerschke)
2017-04-05 11:50:13 +01:00
Shalin Shekhar Mangar
60303028de SOLR-10277: On 'downnode', lots of wasteful mutations are done to ZK 2017-04-05 16:01:44 +05:30
Tomas Fernandez Lobbe
f08889f390 SOLR-10347: Remove index level boost support from 'documents' section of the admin UI 2017-04-04 13:11:02 -07:00
Christine Poerschke
05749d0694 SOLR-10394: Rename getSortWithinGroup to getWithinGroupSort in search.grouping.Command class.
(Judith Silverman, Christine Poerschke)
2017-04-04 12:52:09 +01:00
Shalin Shekhar Mangar
ee98cdc790 SOLR-10416: The JSON output of /admin/metrics is fixed to write the container as a map (SimpleOrderedMap) instead of an array (NamedList) 2017-04-04 14:20:31 +05:30
Mark Miller
0bf7a5ff33 SOLR-10338: Revert configure SecureRandom non blocking for tests. (reverted from commit 0445f8200e0630e1bb8b7117f200529ed1259747) 2017-04-03 22:00:08 -03:00
Mikhail Khludnev
65b4530fb3 SOLR-9745: fix solr.cmd to print errors from invoked script 2017-04-03 23:53:54 +03:00
Erick Erickson
52632cfc0c SOLR-8906: Make transient core cache pluggable 2017-04-03 13:27:12 -07:00
Christine Poerschke
186c5edd63 SOLR-10383: Fix debug related NullPointerException in solr/contrib/ltr OriginalScoreFeature class.
(Vitezslav Zak, Christine Poerschke)
2017-04-03 13:01:16 +01:00
Dennis Gove
ef821834d1 SOLR-10393: Adds UUID Streaming Evaluator 2017-04-01 23:15:43 -04:00
Dennis Gove
674ce4e893 SOLR-10356: Adds basic math streaming evaluators 2017-04-01 21:58:04 -04:00
Alexandre Rafalovitch
b02626de50 SOLR-9601: DIH Tika example is now minimal
Only keep definitions and files required to show Tika-extraction in DIH
2017-04-01 19:06:50 -04:00
Alexandre Rafalovitch
580f6e98fb SOLR-7383: Replace DIH 'rss' example with 'atom'
rss example was broken for multiple reasons.
atom example showcases the same - and more - features
and uses the smallest config file needed to make it work.
2017-04-01 13:42:23 -04:00
Chris Hostetter
b60b86ecab SOLR-10399: Generalize some internal facet logic to simplify points/non-points field handling 2017-03-31 17:01:42 -07:00
markrmiller
0445f8200e SOLR-10338: Configure SecureRandom non blocking for tests. 2017-03-31 10:53:20 -04:00
Erick Erickson
edcdc3052b SOLR-10387: zkTransfer normalizes destination path incorrectly if source is a windows directory 2017-03-29 21:13:40 -07:00