Commit Graph

27171 Commits

Author SHA1 Message Date
Mike McCandless db92a9efc2 LUCENE-7792: add optional concurrency to OfflineSorter 2017-04-26 06:38:28 -04:00
Andrzej Bialecki d8ec25bdc5 SOLR-10489: Fix an occasional NPE. 2017-04-26 12:31:39 +02:00
yonik 1f77776937 SOLR-10480: fix offset param handling in JSON Facet API 2017-04-25 22:56:44 -04:00
Mike McCandless 2f6101b2ab LUCENE-7801: SortedSetDocValuesReaderState now implements Accountable 2017-04-25 20:34:00 -04:00
Steve Rowe 03b484346e SOLR-10310: Fix CopyFieldTest failure 2017-04-25 17:07:42 -04:00
Steve Rowe dd171ff8fe SOLR-10310: By default, stop splitting on whitespace prior to analysis in edismax and standard/"lucene" query parsers 2017-04-25 12:02:25 -04:00
yonik 4f89f98f66 SOLR-7452: JSON Facet API - refining for numBuckets 2017-04-25 11:00:30 -04:00
Mikhail Khludnev 680f4d7fd3 SOLR-10520: fix child.facet.field counts 2017-04-25 12:33:05 +03:00
Joel Bernstein cd02dd7d4a SOLR-10559: Add let and get Streaming Expressions 2017-04-24 20:19:17 -04:00
yonik 71ce0d31a6 SOLR-10548: SOLR-10552: numBuckets should use hll and ignore mincount>1 filtering 2017-04-24 18:17:17 -04:00
Andrzej Bialecki 114a65b331 SOLR-10557: Make "compact" format default for /admin/metrics. 2017-04-24 22:35:18 +02:00
Erick Erickson e17b987734 SOLR-10493: Investigate SolrCloudExampleTest failures.
(cherry picked from commit 0247acd)
2017-04-24 12:22:11 -07:00
Shalin Shekhar Mangar 56e1ad484a SOLR-10047: Move test into its own test class and force use of NoMergePolicy to fix test failures
This closes #195
2017-04-25 00:26:21 +05:30
Andrzej Bialecki c09d82e538 SOLR-10489 Tentative fix for a test failure (Mikhail Khludnev via ab) 2017-04-24 16:12:02 +02:00
Mike McCandless 487e085264 don't allow ExtrasFS for this test case 2017-04-22 18:45:27 -04:00
Mikhail Khludnev a07ac63357 SOLR-9217: delay JoinUtil call to createWeight for score join 2017-04-23 01:30:23 +03:00
Joel Bernstein 99ce234162 SOLR-10551: Improve tests 2017-04-22 17:26:19 -04:00
Joel Bernstein f6af8d0999 SOLR-10551: Add list and cell Streaming Expressions 2017-04-22 16:39:02 -04:00
Mike McCandless 4cd83ea276 LUCENE-7797: the static FSDirectory.listAll was always returning an empty array 2017-04-22 08:49:34 -04:00
Jim Ferenczi 3316f47bcf LUCENE-7791: add tests for index sorting with sparse text fields and norms 2017-04-21 12:01:09 +02:00
Jim Ferenczi 0404e37357 LUCENE-7791: add tests with index sorting and sparse docvalues fields 2017-04-21 04:41:24 +02: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 08f2de6d1a Shorten docFreq and totalTermFreq to df and ttf in TermsComponent 2017-04-20 15:32:27 +03: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 6eac7fa021 (part 1 of several) SOLR-10415: use parameterized debug logging in SearchHandler and RealTimeGetComponent (Michael Braun via Christine Poerschke) 2017-04-19 12:28:15 +01:00
Christine Poerschke 323c972922 SOLR-10394: a few more essentially non-public sortWithinGroup to withinGroupSort renames 2017-04-19 12:28:14 +01: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
Dawid Weiss e62a3ff46c LUCENE-7785: Move dictionary for Ukrainian analyzer to external dependency. (Andriy Rysin via Dawid Weiss) 2017-04-19 12:21:18 +02:00
Joel Bernstein 48d54ac458 SOLR-10516: Add eval() Streaming Expression 2017-04-18 20:56:36 -04: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 43c2b2320d SOLR-10420: fix watcher leak in DistributedQueue 2017-04-18 14:44:15 -04:00
Scott Blum 963c226d26 changes 2017-04-18 14:39:52 -04:00
David Smiley 0ca7a7a028 LUCENE-7769: UnifiedHighlighter wasn't seeing inside BoostQuery or SpanBoostQuery 2017-04-18 14:14:38 -04:00
David Smiley 7d57d63375 LUCENE-7787: HeatmapFacetCounter Bits.MatchNoBits optimization 2017-04-18 12:32:12 -04:00
Joel Bernstein d5e5b5e948 SOLR-10504: Add echo Streaming Expression 2017-04-18 11:21:34 -04:00
Christine Poerschke ac42f4ffd5 Remove unused imports. 2017-04-18 15:53:13 +01: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
Joel Bernstein 66715a4761 SOLR-10486: Fix precommit 2017-04-17 11:09:06 -04:00
Joel Bernstein 8417307c63 SOLR-10486: Add Length Conversion Evaluators 2017-04-17 11:09:05 -04:00
Joel Bernstein 5169ecb976 SOLR-10485: Remove incorrect code comment 2017-04-17 11:09:05 -04:00
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