Commit Graph

21505 Commits

Author SHA1 Message Date
Shalin Shekhar Mangar a41b9954d1 SOLR-4839: Upgrade to Jetty 9
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1649552 13f79535-47bb-0310-9956-ffa450edef68
2015-01-05 15:45:58 +00:00
Noble Paul de4f26978f SOLR-6770 Added testcase for standalone mode and fixed a reload bug
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1649551 13f79535-47bb-0310-9956-ffa450edef68
2015-01-05 15:44:57 +00:00
Robert Muir 5a86451cba LUCENE-6160: add whitespace to temp test folder names
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1649547 13f79535-47bb-0310-9956-ffa450edef68
2015-01-05 15:31:35 +00:00
Noble Paul ddb6b38b88 SOLR-6770 wrong file name in standalone mode
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1649542 13f79535-47bb-0310-9956-ffa450edef68
2015-01-05 15:13:46 +00:00
Robert Muir 5cd316bcdb LUCENE-6159: TestSearcherManager sometimes uses too many files
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1649534 13f79535-47bb-0310-9956-ffa450edef68
2015-01-05 14:35:34 +00:00
Michael McCandless 41fcc722ff LUCENE-6119: CMS dynamically rate limits IO writes of each merge depending on incoming merge rate
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1649532 13f79535-47bb-0310-9956-ffa450edef68
2015-01-05 14:28:28 +00:00
Erik Hatcher 749d0ccff0 SOLR-6127: README improvements
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1649523 13f79535-47bb-0310-9956-ffa450edef68
2015-01-05 13:46:10 +00:00
Noble Paul c8545d6dbf SOLR-6533 , changed the node name from solrConfig to config. handle empty command list
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1649486 13f79535-47bb-0310-9956-ffa450edef68
2015-01-05 09:18:10 +00:00
Adrien Grand d7e0fd28dd LUCENE-6157: Add the ability to compute finer-grained stats on the LRU filter cache.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1649480 13f79535-47bb-0310-9956-ffa450edef68
2015-01-05 08:45:27 +00:00
Erick Erickson 633fecf787 SOLR-6907, corrected patch, URLEncode documents directory in MorphlineMapperTest to handle spaces etc in file name
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1649455 13f79535-47bb-0310-9956-ffa450edef68
2015-01-05 01:45:07 +00:00
Erik Hatcher b5a484fe1f SOLR-6908: Minor corrections to SimplePostTool -help
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1649442 13f79535-47bb-0310-9956-ffa450edef68
2015-01-04 22:31:13 +00:00
Erik Hatcher d693013c2c SOLR-6908: Minor corrections to SimplePostTool -help
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1649438 13f79535-47bb-0310-9956-ffa450edef68
2015-01-04 22:18:01 +00:00
Erick Erickson 75e1cafacf SOLR-6907: URLEncode documents directory in MorphlineMapperTest to handle spaces etc in file name
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1649383 13f79535-47bb-0310-9956-ffa450edef68
2015-01-04 19:00:46 +00:00
Erik Hatcher 73837c049e SOLR-6127: Fix reference to previously renamed script
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1649376 13f79535-47bb-0310-9956-ffa450edef68
2015-01-04 17:48:03 +00:00
Erik Hatcher a4965941be SOLR-6127: fix paths in README
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1649355 13f79535-47bb-0310-9956-ffa450edef68
2015-01-04 16:44:49 +00:00
Noble Paul 136f38c8c6 SOLR-6787 more logging to trace errors
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1649349 13f79535-47bb-0310-9956-ffa450edef68
2015-01-04 15:07:24 +00:00
Noble Paul 81ce259cf5 SOLR-6801 increase wait times to address failures http://jenkins.thetaphi.de/job/Lucene-Solr-5.x-MacOSX/1989/
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1649345 13f79535-47bb-0310-9956-ffa450edef68
2015-01-04 14:50:26 +00:00
Erik Hatcher c0b2330827 SOLR-6735: Make CloneFieldUpdateProcessorFactory null safe
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1649323 13f79535-47bb-0310-9956-ffa450edef68
2015-01-04 12:48:21 +00:00
David Wayne Smiley d251c71a97 LUCENE-6139: TokenGroup start/end offset getters should have been returning offsets of matching tokens when there are some.
Also made the Highlighter use the getters instead of direct field access.

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1649263 13f79535-47bb-0310-9956-ffa450edef68
2015-01-03 23:23:12 +00:00
David Wayne Smiley 8fd247cc0e SOLR-6797: spatial distanceUnits=degrees|kilometers|miles
units=degrees is now deprecated.

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1649243 13f79535-47bb-0310-9956-ffa450edef68
2015-01-03 20:09:36 +00:00
Timothy Potter c96668e207 SOLR-6874: There is a race around SocketProxy binding to it's port the way we setup JettySolrRunner and SocketProxy.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1649154 13f79535-47bb-0310-9956-ffa450edef68
2015-01-03 00:20:46 +00:00
Shalin Shekhar Mangar c2d9d1c602 SOLR-6905: Test pseudo-field retrieval in distributed search
This closes #122.

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1649110 13f79535-47bb-0310-9956-ffa450edef68
2015-01-02 20:08:16 +00:00
Erick Erickson 6791a405b4 SOLR-6906: Fix typo bug in DistributedDebugComponentTest.testCompareWithNonDistributedRequest
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1649106 13f79535-47bb-0310-9956-ffa450edef68
2015-01-02 20:02:45 +00:00
Adrien Grand 972e64f7c7 LUCENE-6148: Accountable.getChildResources returns a Collection.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1649074 13f79535-47bb-0310-9956-ffa450edef68
2015-01-02 16:25:16 +00:00
Adrien Grand 64d933d34d LUCENE-5873: BJQ: Throw an error if the top-level filter is not in the child space instead of just asserting.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1649071 13f79535-47bb-0310-9956-ffa450edef68
2015-01-02 16:10:43 +00:00
Erick Erickson 362ddae754 SOLR-6483, Refactor some methods in MiniSolrCloudCluster tests
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1648923 13f79535-47bb-0310-9956-ffa450edef68
2015-01-01 19:19:12 +00:00
Robert Muir 9fadf77120 LUCENE-6146: Replaced Directory.copy() with Directory.copyFrom()
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1648851 13f79535-47bb-0310-9956-ffa450edef68
2015-01-01 15:15:13 +00:00
Robert Muir 55eb8b3da3 LUCENE-6153: randomize stored fields/vectors index blocksize
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1648849 13f79535-47bb-0310-9956-ffa450edef68
2015-01-01 14:57:06 +00:00
Noble Paul 94a23da9c2 SOLR-6787 changed the schema of blob store. now, the id is blobName/version and not the md5
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1648836 13f79535-47bb-0310-9956-ffa450edef68
2015-01-01 12:47:22 +00:00
Uwe Schindler 23aa3e0906 LUCENE-6150: Remove staleFiles set and onIndexOutputClosed() from FSDirectory
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1648812 13f79535-47bb-0310-9956-ffa450edef68
2015-01-01 10:43:29 +00:00
Timothy Potter 93e19a3148 SOLR-6761: Ability to ignore commit and optimize requests from clients when running in SolrCloud mode.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1648775 13f79535-47bb-0310-9956-ffa450edef68
2014-12-31 20:32:42 +00:00
Uwe Schindler 16f17fa81d SOLR-6895: Fix forbidden-apis also in Maven
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1648773 13f79535-47bb-0310-9956-ffa450edef68
2014-12-31 20:30:56 +00:00
Alan Woodward 259604ec24 SOLR-6895: Fix rename error in AliasIntegrationTest
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1648750 13f79535-47bb-0310-9956-ffa450edef68
2014-12-31 17:38:25 +00:00
Uwe Schindler 994c32db1a Fix some warnings with try-with-resources
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1648736 13f79535-47bb-0310-9956-ffa450edef68
2014-12-31 17:10:31 +00:00
Uwe Schindler 2d422a995a LUCENE-6152: Fix double close bug in OutputStreamIndexOutput
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1648724 13f79535-47bb-0310-9956-ffa450edef68
2014-12-31 15:52:01 +00:00
Alan Woodward 4a6d85790a SOLR-6895: Remove SolrServer classes from trunk
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1648710 13f79535-47bb-0310-9956-ffa450edef68
2014-12-31 14:49:20 +00:00
Alan Woodward ef809a0f10 SOLR-6895: Deprecate SolrServer classes and replace with SolrClient
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1648697 13f79535-47bb-0310-9956-ffa450edef68
2014-12-31 14:05:48 +00:00
Noble Paul 9327c28874 SOLR-6801 setting svn props
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1648690 13f79535-47bb-0310-9956-ffa450edef68
2014-12-31 12:29:47 +00:00
Noble Paul 5444b1f45a SOLR-6801 more tests , SOLR-6770 refactored code around
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1648689 13f79535-47bb-0310-9956-ffa450edef68
2014-12-31 12:25:08 +00:00
Ryan Ernst e17de210f4 LUCENE-6147: Make the core Accountables.namedAccountable function public
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1648657 13f79535-47bb-0310-9956-ffa450edef68
2014-12-31 05:55:15 +00:00
Noble Paul 3da26b7dca SOLR-6792 added javadocs
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1648654 13f79535-47bb-0310-9956-ffa450edef68
2014-12-31 04:51:42 +00:00
Timothy Potter e18538cc4b SOLR-5810: basic paged nav support for cloud graph panel for many collections.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1648621 13f79535-47bb-0310-9956-ffa450edef68
2014-12-30 22:38:50 +00:00
Adrien Grand 04bee476e1 LUCENE-6145: Make EarlyTerminatingSortingCollector able to early-terminate when the sort order is a prefix of the index-time order.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1648547 13f79535-47bb-0310-9956-ffa450edef68
2014-12-30 17:17:27 +00:00
Erik Hatcher b520131e23 SOLR-6127: move films example (data) to its own subdirectory
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1648540 13f79535-47bb-0310-9956-ffa450edef68
2014-12-30 15:24:28 +00:00
Uwe Schindler 2f429ab914 Fixed a typo in various solrconfig.xml files. This closes #120
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1648511 13f79535-47bb-0310-9956-ffa450edef68
2014-12-30 11:47:15 +00:00
Erik Hatcher c56babbb42 SOLR-6016: Fix example techproduct data to work with schemaless example mode
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1648504 13f79535-47bb-0310-9956-ffa450edef68
2014-12-30 11:00:23 +00:00
Erik Hatcher c1f32c4b3c LUCENE-6143: Correct javadoc for surround query parser
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1648497 13f79535-47bb-0310-9956-ffa450edef68
2014-12-30 10:16:27 +00:00
Erik Hatcher 119d8caa21 SOLR-6435: bin/post cleanup for 5x merge
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1648478 13f79535-47bb-0310-9956-ffa450edef68
2014-12-30 03:34:19 +00:00
Erik Hatcher fde2508de7 Update logo/style in generic templates (already fixed for techproducts)
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1648467 13f79535-47bb-0310-9956-ffa450edef68
2014-12-30 02:21:17 +00:00
Erik Hatcher c9f16b3e37 SOLR-6779: adjust trunk CHANGES to reflect the merge to 5x
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1648463 13f79535-47bb-0310-9956-ffa450edef68
2014-12-30 01:29:37 +00:00