Commit Graph

25787 Commits

Author SHA1 Message Date
Mike McCandless 1f08398146 don't randomize IWC for this test 2016-10-05 06:10:13 -04:00
Mike McCandless 8a113ba2f4 fix rare test bug 2016-10-05 06:02:06 -04:00
David Smiley 4b6794368d LUCENE-7438: New UnifiedHighlighter
(cherry picked from commit 722e827)
2016-10-04 23:12:47 -04:00
Steve Rowe f9e915b3da LUCENE-7472: remove unused import 2016-10-04 16:37:54 -04:00
Steve Rowe 09e03c47c2 LUCENE-7472: remove unused import 2016-10-04 16:24:31 -04:00
Mike McCandless a6a8032c7f LUCENE-7456: PerFieldPostings/DocValuesFormat was failing to delegate the merge method 2016-10-04 11:31:33 -04:00
Steve Rowe 1963b1701d LUCENE-7472: switch TestMultiFieldQueryParser.testSynonyms default split-on-whitespace to true (it's false on master/7.0) 2016-10-04 11:03:14 -04:00
Steve Rowe c398949d37 LUCENE-7472: MultiFieldQueryParser.getFieldQuery() drops queries that are neither BooleanQuery nor TermQuery. 2016-10-04 10:51:42 -04:00
Noble Paul ffef46ec95 SOLR-9589: Remove jackson dependency from SolrJ 2016-10-04 19:14:58 +05:30
Alan Woodward 1e3781500c SOLR-9563: Collection creation can fail if a node doesn't update its state quickly enough 2016-10-04 13:48:55 +01:00
Alan Woodward 23485c3377 SOLR-9132: Migrate some more tests 2016-10-04 11:13:58 +01:00
Mike McCandless 6f6f73e0c7 LUCENE-7467: improve exception message when token position overflows int 2016-10-04 05:28:26 -04:00
Jan Høydahl ba482681f3 SOLR-9475: Imrpove distro detection by grepping /etc/os-release and adding lsb_release -i
(cherry picked from commit 2ad0082)
2016-10-04 09:26:39 +02:00
Noble Paul 658cd155e1 SOLR-9520: Kerberos delegation support in SolrJ 2016-10-04 01:31:35 +05:30
Noble Paul d44d07966a Merge remote-tracking branch 'origin/branch_6x' into branch_6x 2016-10-04 00:32:36 +05:30
Noble Paul 50abf9571c SOLR-9520: Kerberos delegation support in SolrJ 2016-10-04 00:32:26 +05:30
Alexandre Rafalovitch 5b10662069 SOLR-8140: Remove unfinished admin-extra
Includes UI element and never-implemented commented-out code
2016-10-03 23:52:46 +07:00
Noble Paul 8e31e50138 SOLR-9520: Kerberos delegation support in SolrJ 2016-10-03 19:13:51 +05:30
Noble Paul 6e0637bb4f Merge remote-tracking branch 'origin/branch_6x' into branch_6x 2016-10-03 15:06:49 +05:30
Noble Paul 0aca053110 SOLR-9588: more guava dependency 2016-10-03 15:06:35 +05:30
Alexandre Rafalovitch ae7b685e41 SOLR-6677: queryConverter message is now at TRACE 2016-10-03 16:20:11 +07:00
Noble Paul c067df4136 SOLR-9588: Remove Guava dependency from SolrJ 2016-10-03 13:12:48 +05:30
Mikhail Khludnev 81a859b962 SOLR-9554: clear statics to fix the test failure 2016-10-03 10:24:27 +03:00
Adrien Grand c6f5abaaeb LUCENE-7469: Avoid TestBooleanRewrites test failures due to floating-point inaccuracy issues. 2016-10-03 09:08:55 +02:00
Karl Wright cbb39c3e22 LUCENE-7430: Add extra space in the shape bounding box to handle quantization issues. 2016-10-02 15:44:42 -04:00
Karl Wright d4a24af7ea LUCENE-7430: Add some explicit delta for bounds objects that corresponds to point resolution in doc values. 2016-10-02 15:19:52 -04:00
Mikhail Khludnev cc1841cbb7 SOLR-9554: adding a test for concurrent schema upgrade in cloud. 2016-10-02 21:33:01 +03:00
Alan Woodward a2e24d1fc5 SOLR-6677: Call out logging changes in upgrading section of CHANGES 2016-10-01 20:21:20 +01:00
Christine Poerschke 01d5bf2eb1 Correct TransformerFactory.defaultFactories initialCapacity. (Diego Ceccarelli via Christine Poerschke) 2016-09-30 15:42:01 +01:00
Christine Poerschke 031de301c2 SOLR-9574: Factor out AbstractReRankQuery from ReRankQParserPlugin's private ReRankQuery. 2016-09-30 15:42:01 +01:00
Christine Poerschke e8ec99015f In AddUpdateCommand remove one unused local and the getSchema.getUniqueKeyField method call that initialises it. 2016-09-30 15:40:39 +01:00
Christine Poerschke 0c9b8ce758 Removes some unused locals in solr/core request and response packages. 2016-09-30 15:40:39 +01:00
Shalin Shekhar Mangar f8a4ccf97b SOLR-5041: Add a test to make sure that a leader always recovers from log on startup
(cherry picked from commit 7a8ff69)
2016-09-30 20:01:32 +05:30
Alan Woodward 45e2e25233 SOLR-9205: Parse schema in LukeResponse 2016-09-30 10:59:06 +01:00
Alan Woodward 1f0d75b802 SOLR-9556: Exit failover thread on interrupt 2016-09-30 09:06:10 +01:00
Mikhail Khludnev 1c614e1d4d SOLR-9554: fix NullPointerException when cores move schema.xml to
managed-schema concurrently. No new test is added yet.
2016-09-30 08:10:52 +03:00
Joel Bernstein 5adb8f1bd5 SOLR-9258: Update CHANGES.txt 2016-09-29 21:03:57 -04:00
Joel Bernstein 568b54687a SOLR-9258: Fix precommit 2016-09-29 18:58:44 -04:00
Joel Bernstein 9d1fb90784 SOLR-9258: Optimizing, storing and deploying AI models with Streaming Expressions 2016-09-29 18:58:44 -04:00
Noble Paul f12f5e355d Merge remote-tracking branch 'origin/branch_6x' into branch_6x 2016-09-29 19:38:03 +05:30
Noble Paul 3ab22f6e3a SOLR-8146: refactored the replica rules classes so that they can be accessed from SolrJ 2016-09-29 19:37:35 +05:30
Shalin Shekhar Mangar effd224576 SOLR-9504: A replica with an empty index becomes the leader even when other more qualified replicas are in line
(cherry picked from commit ce24de5)
2016-09-29 17:22:46 +05:30
Noble Paul 64ab29a796 SOLR-8995: apparently precommit fails if interfaces are not static. strange 2016-09-29 13:36:59 +05:30
Noble Paul bdde6cb566 SOLR-8995: use lambdas for CoreCloseListener 2016-09-29 11:36:30 +05:30
Noble Paul adc395bbf3 SOLR-8995: use lambdas for CoreCloseListener 2016-09-29 11:36:08 +05:30
Noble Paul c904fe7d81 SOLR-9576: Make FieldAnalysisRequestHandler, DocumentAnalysisRequestHandler & DumpRequestHandler implicit 2016-09-28 20:06:04 +05:30
Jan Høydahl 4ce1908a21 SOLR-7436: Solr stops printing stacktraces in log and output (add -XX:-OmitStackTraceInFastThrow to solr.in.{sh|cmd))
(cherry picked from commit eba3939)
2016-09-28 10:08:51 +02:00
Noble Paul 43334c146a avoid unnecessary map creation 2016-09-28 11:34:31 +05:30
Noble Paul b0d0f39b3a SOLR-9572: config API to show expanded useParams for request handlers inline 2016-09-28 11:31:13 +05:30
Steve Rowe 49c5a749c3 SOLR-9411: Better validation for Schema API add-field 2016-09-27 18:17:21 -04:00