Commit Graph

23960 Commits

Author SHA1 Message Date
Shalin Shekhar Mangar 8ac7d3fce5 Fix javadoc warning: javadoc pointing to itself
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1723422 13f79535-47bb-0310-9956-ffa450edef68
2016-01-06 22:22:08 +00:00
Shalin Shekhar Mangar 16a787a850 SOLR-8498: Improve error message when a large value is stored in an indexed string field
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1723419 13f79535-47bb-0310-9956-ffa450edef68
2016-01-06 22:19:49 +00:00
Joel Bernstein 9f7f89fc97 SOLR-8433: Change how HttpClient is initialized in attempt to eliminate test failures
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1723397 13f79535-47bb-0310-9956-ffa450edef68
2016-01-06 18:16:25 +00:00
Shalin Shekhar Mangar 71a18c4ddc SOLR-8494: SimplePostTool and therefore the bin/post script cannot upload files larger than 2.1GB
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1723360 13f79535-47bb-0310-9956-ffa450edef68
2016-01-06 16:23:20 +00:00
Christine Poerschke 21ed3b7ffa SOLR-8482: add & use QueryCommand.[gs]etTerminateEarly accessors.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1723358 13f79535-47bb-0310-9956-ffa450edef68
2016-01-06 16:13:06 +00:00
Christine Poerschke c76b72f448 SOLR-8490: in SolrIndexSearcher.java use QueryCommand.getLen() instead of the (private) QueryCommand.len
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1723338 13f79535-47bb-0310-9956-ffa450edef68
2016-01-06 14:47:28 +00:00
Michael McCandless 1c58fd4608 LUCENE-6957: don't make this method final
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1723331 13f79535-47bb-0310-9956-ffa450edef68
2016-01-06 14:17:12 +00:00
Michael McCandless cc1ac528c1 LUCENE-6957: rename test case so we still run the same test name from the base class
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1723330 13f79535-47bb-0310-9956-ffa450edef68
2016-01-06 14:16:18 +00:00
Adrien Grand fe0f475e5f LUCENE-6957: Don't remove the temporarily created file.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1723320 13f79535-47bb-0310-9956-ffa450edef68
2016-01-06 13:46:01 +00:00
Christine Poerschke 784788c646 SOLR-8490: in QueryComponent.java import search.grouping.distributed.command.QueryCommand.Builder instead of search.grouping.distributed.command.QueryCommand
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1723301 13f79535-47bb-0310-9956-ffa450edef68
2016-01-06 12:28:28 +00:00
Michael McCandless 2aa14f92d2 LUCENE-6957: add missing NRTCachingDirectory.createTempOutput
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1723259 13f79535-47bb-0310-9956-ffa450edef68
2016-01-06 09:56:17 +00:00
Christine Poerschke 32330252b9 SOLR-8489: TestMiniSolrCloudCluster.createCollection to support extra & alternative collectionProperties
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1723162 13f79535-47bb-0310-9956-ffa450edef68
2016-01-05 20:52:35 +00:00
Christine Poerschke bcf325868a In RankQuery.java removed two duplicate import clauses.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1723050 13f79535-47bb-0310-9956-ffa450edef68
2016-01-05 12:20:24 +00:00
Christine Poerschke 3dcb080f02 SOLR-8483: relocate 'IMPORTANT NOTE' in open-exchange-rates.json test-file to avoid OpenExchangeRatesOrgProvider.java warnings.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1723040 13f79535-47bb-0310-9956-ffa450edef68
2016-01-05 10:54:12 +00:00
Uwe Schindler d3d524428b LUCENE-6958: Improve CustomAnalyzer to take class references to factories as alternative to their SPI name. This enables compile-time safety when defining analyzer's components
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1723027 13f79535-47bb-0310-9956-ffa450edef68
2016-01-05 09:44:27 +00:00
Uwe Schindler 214f48c9bd LUCENE-6961: Add exception message; make method private
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1723013 13f79535-47bb-0310-9956-ffa450edef68
2016-01-05 08:12:21 +00:00
Uwe Schindler a31bd9f2eb LUCENE-6961: Improve Exception handling in AnalysisFactories / AnalysisSPILoader: Don't wrap exceptions occuring in factory's ctor inside InvocationTargetException
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1722993 13f79535-47bb-0310-9956-ffa450edef68
2016-01-05 01:33:52 +00:00
Joel Bernstein 26a1d1ea34 SOLR-7535: Add UpdateStream to Streaming API and Streaming Expression
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1722990 13f79535-47bb-0310-9956-ffa450edef68
2016-01-05 00:32:29 +00:00
Jan Høydahl d478d7a293 SOLR-8486: No longer require jar/unzip for bin/solr
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1722988 13f79535-47bb-0310-9956-ffa450edef68
2016-01-04 23:39:52 +00:00
Noble Paul 6a9c381c07 SOLR-8476: COreAdminHandler refactoring
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1722900 13f79535-47bb-0310-9956-ffa450edef68
2016-01-04 15:48:12 +00:00
Noble Paul b7685e057b SOLR-8476: Refactored CoreAdminHandler
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1722884 13f79535-47bb-0310-9956-ffa450edef68
2016-01-04 14:57:04 +00:00
Christine Poerschke 817fabc70c SOLR-8481: TestSearchPerf no longer needs to duplicate SolrIndexSearcher.(NO_CHECK_QCACHE|NO_CHECK_FILTERCACHE)
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1722869 13f79535-47bb-0310-9956-ffa450edef68
2016-01-04 13:50:08 +00:00
Christine Poerschke 7ba2b5d7d8 LUCENE-6949: fix (potential) resource leak in SynonymFilterFactory (https://scan.coverity.com/projects/5620 CID 120656)
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1722856 13f79535-47bb-0310-9956-ffa450edef68
2016-01-04 12:19:38 +00:00
Michael McCandless 3a29f0ebe1 LUCENE-6956: make sure specific test method fails, instead of relying on 'unhandled exc in thread' from test framework
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1722843 13f79535-47bb-0310-9956-ffa450edef68
2016-01-04 11:10:35 +00:00
Christine Poerschke ca6f9c5be6 Replaced TMP with TieredMergePolicy in 2 tests' assert messages.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1722836 13f79535-47bb-0310-9956-ffa450edef68
2016-01-04 10:48:51 +00:00
Anshum Gupta 6cb6e7c2cf SOLR-7865: Adding change log entry for 5.3.2 release
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1722825 13f79535-47bb-0310-9956-ffa450edef68
2016-01-04 10:17:07 +00:00
Noble Paul d66bc6b4be SOLR-8470: Make TTL of PKIAuthenticationPlugin's tokens configurable through a system property
(pkiauth.ttl)

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1722811 13f79535-47bb-0310-9956-ffa450edef68
2016-01-04 09:38:46 +00:00
Noble Paul b44b6d5eba SOLR:8476 added an entry to the 'upgrading' section
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1722796 13f79535-47bb-0310-9956-ffa450edef68
2016-01-04 07:50:23 +00:00
Noble Paul c9b7af0450 SOLR-8476: Refactor and cleanup CoreAdminHandler
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1722788 13f79535-47bb-0310-9956-ffa450edef68
2016-01-04 05:41:31 +00:00
Noble Paul c54ef96f20 SOLR-8476: Refactor and cleanup CoreAdminHandler
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1722738 13f79535-47bb-0310-9956-ffa450edef68
2016-01-03 18:03:49 +00:00
Ramkumar Aiyengar 8127db872f SOLR-8418: Adapt to changes in LUCENE-6590 for use of boosts with MLTHandler and Simple/CloudMLTQParser
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1722478 13f79535-47bb-0310-9956-ffa450edef68
2015-12-31 23:31:25 +00:00
Nick Knize f861ad6d50 LUCENE-6951: Improve GeoPointInPolygonQuery using point orientation based line crossing algorithm, and adding result for multi-value docs when least 1 point satisfies polygon criteria.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1722466 13f79535-47bb-0310-9956-ffa450edef68
2015-12-31 20:57:03 +00:00
Nick Knize 267400485e LUCENE-6908: Add space segmentation for handling irregular rectangle accuracy at the poles.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1722448 13f79535-47bb-0310-9956-ffa450edef68
2015-12-31 16:08:25 +00:00
Adrien Grand e773508648 LUCENE-6940: Speed up MUST_NOT clauses.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1722443 13f79535-47bb-0310-9956-ffa450edef68
2015-12-31 13:41:19 +00:00
Adrien Grand fd765b6252 Fix test failure that was due to rounding errors.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1722363 13f79535-47bb-0310-9956-ffa450edef68
2015-12-30 15:45:54 +00:00
Michael McCandless 10cdcf6f9b fix test bug
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1722325 13f79535-47bb-0310-9956-ffa450edef68
2015-12-30 12:22:16 +00:00
David Wayne Smiley ec64ba0029 LUCENE-2229: Fix SimpleSpanFragmenter bug with adjacent stop-words
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1722241 13f79535-47bb-0310-9956-ffa450edef68
2015-12-29 22:00:53 +00:00
Robert Muir a23a1f98be LUCENE-6953: remove bogus sha1/LICENSE, nothing depends on this anymore
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1722232 13f79535-47bb-0310-9956-ffa450edef68
2015-12-29 20:24:59 +00:00
Noble Paul a2a463d787 SOLR-7462: AIOOBE in RecordingJSONParser
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1722218 13f79535-47bb-0310-9956-ffa450edef68
2015-12-29 18:45:38 +00:00
Yonik Seeley 891ab3636a SOLR-8472: tests - fix NPE in chaos tests debug hook
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1722197 13f79535-47bb-0310-9956-ffa450edef68
2015-12-29 17:50:32 +00:00
Robert Muir 5d3b9d1201 LUCENE-6950: Fix FieldInfos handling of UninvertingReader
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1722165 13f79535-47bb-0310-9956-ffa450edef68
2015-12-29 15:53:36 +00:00
Robert Muir a459fdfdf9 LUCENE-6953: clean up test-framework dependencies
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1722131 13f79535-47bb-0310-9956-ffa450edef68
2015-12-29 13:51:03 +00:00
Anshum Gupta 3ff50d2712 SOLR-8422: Add change log entry to 5.3.2 section on trunk
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1722122 13f79535-47bb-0310-9956-ffa450edef68
2015-12-29 13:24:32 +00:00
Jan Høydahl 52786e67fc SOLR-8269: Add 5.3.2 changes entry for trunk
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1722103 13f79535-47bb-0310-9956-ffa450edef68
2015-12-29 11:22:36 +00:00
Anshum Gupta f50bd60022 SOLR-8326: Add change log entry to 5.3.2 section on trunk
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1722086 13f79535-47bb-0310-9956-ffa450edef68
2015-12-29 10:07:30 +00:00
Anshum Gupta 1c1e15a638 SOLR-8355: Add change log entry to 5.3.2 section on trunk
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1722076 13f79535-47bb-0310-9956-ffa450edef68
2015-12-29 09:18:00 +00:00
Anshum Gupta 3b5ba92816 SOLR-8167: Add change log entry to 5.3.2 section on trunk
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1722066 13f79535-47bb-0310-9956-ffa450edef68
2015-12-29 07:22:20 +00:00
Anshum Gupta 8791fa30b6 SOLR-8059: Add change log entry to 5.3.2 section on trunk
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1722064 13f79535-47bb-0310-9956-ffa450edef68
2015-12-29 07:19:47 +00:00
Anshum Gupta b9020a00e4 SOLR-8340: Add change log entry to 5.3.2 section on trunk
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1722062 13f79535-47bb-0310-9956-ffa450edef68
2015-12-29 07:17:42 +00:00
Anshum Gupta c3219889b7 SOLR-8373: Add change log entry to 5.3.2 section on trunk
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1722060 13f79535-47bb-0310-9956-ffa450edef68
2015-12-29 07:14:57 +00:00