Commit Graph

27125 Commits

Author SHA1 Message Date
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
Mike McCandless 00f0c3022b LUCENE-7782: OfflineSorter now passes the number of items it will write to getWriter 2017-04-14 08:15:32 -04:00
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
Ishan Chattopadhyaya 6d948debc6 SOLR-6736: Fix authorization permissions 2017-04-13 17:31:22 +05:30
Adrien Grand 89f6d170f5 LUCENE-7783: Fix NPE when getting points on a non-existing field. 2017-04-13 09:43:01 +02:00
Adrien Grand 1d74134500 LUCENE-7780: Remove TermValComparator.isNull. 2017-04-13 08:41:47 +02:00
Adrien Grand d3494c2cd6 LUCENE-7781: Call ensureOpen when registering closed listeners. 2017-04-13 08:41:47 +02:00
Erick Erickson 4cb00ccca4 SOLR-10007: Clean up references to CoreContainer and CoreDescriptors 2017-04-12 17:02:40 -07:00
Joel Bernstein 1b81dcdeba SOLR-10485: Fix precommit 2017-04-12 17:26:54 -04:00
Joel Bernstein ee56af22bc SOLR-10485: Add CalculateStream to allow Solr to behave like a scientific calculator 2017-04-12 17:26:54 -04:00
Mike McCandless b954f220e0 LUCENE-7779: don't call BytesSequencesReader.next again after it already returned null 2017-04-12 17:17:30 -04:00
Joel Bernstein 0bcd88b181 SOLR-10303: Fix precommit 2017-04-12 15:04:52 -04:00
Joel Bernstein 5e403647de SOLR-10303: Add the tuple context to avoid creating multiple LocalDateTime instances for the same Tuple 2017-04-12 15:04:52 -04:00
Gethin James b78a270c9d SOLR-10303: Removing the unused class DatePartEvaluator from the test 2017-04-12 15:04:52 -04:00
Gethin James 8642ed9f88 SOLR-10303: Error message formatting for TemporalEvaluator 2017-04-12 15:04:51 -04:00
Gethin James 1c333c79d0 SOLR-10303: Removing the unused class, replaced by TemporalEvaluator 2017-04-12 15:04:51 -04:00
Gethin James d70fc967d4 SOLR-10303: Refactored to multiple TemporalEvaluator classes based on feedback 2017-04-12 15:04:51 -04:00
Gethin James b314bc6776 SOLR-10303: Switched to pascal casing 2017-04-12 15:00:06 -04:00
Gethin James c6fbb27376 SOLR-10303: Supporting more datatypes via a TemporalAccessor 2017-04-12 15:00:06 -04:00
Gethin James cf14b4be03 SOLR-10303: Supporting epoch for LocalDateTime 2017-04-12 15:00:06 -04:00
Gethin James c3d205cdcc SOLR-10303: Switching from the fieldName param to subEvaluators 2017-04-12 15:00:06 -04:00
Gethin James b13945b1ef SOLR-10303: Renamed to DatePartEvaluator and adding support for Instant, Date, LocalDateTime 2017-04-12 15:00:06 -04:00
Gethin James 24ab117a41 SOLR-10303: Initial support for common date/time Stream Evaluators 2017-04-12 14:55:02 -04:00
Christine Poerschke b767d61b9e LUCENE-7746: precommit to ignore less and (potentially) error more 2017-04-12 10:03:38 +01: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 3ba4e73a90 SOLR-9959 Increase the timeout to allow searcher to register metrics. 2017-04-12 10:41:49 +02:00
Tommaso Teofili 7fde878ae4 LUCENE-7776 - adjusted failing tests in solr due to switching to bm25 in knn 2017-04-12 09:55:03 +02:00
Mike McCandless 9ed722f565 LUCENE-7760: improve setMaxTokenLength javadocs for StandardAnalyzer/Tokenizer and UAX29URLEmailAnalyzer/Tokenizer 2017-04-11 15:37:56 -04:00
Joel Bernstein 5ebd41d13f SOLR-10274: fix precommit 2017-04-11 15:36:03 -04:00
Joel Bernstein 06a55b73b9 SOLR-10274: The search Streaming Expression should work in non-SolrCloud mode 2017-04-11 15:24:42 -04:00
Christine Poerschke 57c5837183 Removed two unused imports. 2017-04-11 20:11:12 +01:00
Christine Poerschke 5c5254341e LUCENE-7776: change javadocs default mention from Classic to BM25
(Also kinda added missing javadoc for new method to fix 'ant precommit'.)
2017-04-11 19:36:44 +01:00
Andrzej Bialecki e30cc70fdd SOLR-9959: SolrInfoMBean-s category and hierarchy cleanup. 2017-04-11 19:22:23 +02:00
Mike McCandless e386ec973b LUCENE-7777: fix AIOOBE from ByteBlockPool.readBytes when byte block exceeds 32 KB 2017-04-11 11:47:31 -04:00
Tommaso Teofili 9c00fc6795 LUCENE-7776 - visualize diff btwn BytesRef values in ClassificationTestBase 2017-04-11 17:12:13 +02:00
Christine Poerschke 1bf3696228 LUCENE-7776: remove unused import 2017-04-11 11:35:15 +01:00
Tommaso Teofili 0f60c4233c LUCENE-7776 - use bm25 for knn classifier 2017-04-11 10:44:36 +02:00
Adrien Grand 15a1561d43 LUCENE-7767: SortedDocValues.ordValue() now throws an IOException. 2017-04-11 10:02:51 +02:00
Mike McCandless d9973a38db LUCENE-7775: fix exception handling to throw first exception hit 2017-04-10 19:07:25 -04:00
Steve Rowe e02a1f159e SOLR-10474: TestPointFields.testPointFieldReturn() depends on order of unsorted hits 2017-04-10 15:26:28 -04:00
Tomas Fernandez Lobbe ce66ca93cf SOLR-10437: Delete index after each test in TestUseDocValuesAsStored 2017-04-10 09:48:07 -07:00
jdyer1 55e36615eb SOLR-8807: disable the CollapseQParser Plugin when testing spellcheck collations for hit-counts 2017-04-10 08:39:41 -05:00
Alan Woodward caf329717e LUCENE-7701: Refactor grouping collectors 2017-04-10 11:10:18 +01:00
Noble Paul 550a324952 SOLR-10429: UpdateRequest#getRoutes()should copy the response parser 2017-04-10 06:43:27 +09:30
Tomas Fernandez Lobbe d671273bc3 SOLR-10443: Improvements to TestPointFields
* Fixes testInternals, index needs to be cleaned after each field
* Validate that SolrQueryParser generates a PointInSetQuery when possible
2017-04-07 14:11:25 -07:00
Tomas Fernandez Lobbe ce75eb62e9 SOLR-10437: Improve test coverage of useDocValuesAsStored=false 2017-04-07 11:36:22 -07:00