Commit Graph

21491 Commits

Author SHA1 Message Date
Robert Muir 8390ae9b11 LUCENE-6127: fix mockanalyzer to not use asserts
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1646878 13f79535-47bb-0310-9956-ffa450edef68
2014-12-19 21:29:56 +00:00
Robert Muir 2bafbb726b LUCENE-6124: fix broken close() methods in .store/.codec apis
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1646854 13f79535-47bb-0310-9956-ffa450edef68
2014-12-19 20:23:42 +00:00
Michael McCandless 1725dabf45 LUCENE-6122: always set CMS settings in LuceneTestCase.newIndexWriterConfig
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1646850 13f79535-47bb-0310-9956-ffa450edef68
2014-12-19 19:46:55 +00:00
David Wayne Smiley 72d3f29460 LUCENE-6121: QueryBuilder put 2nd reset() to where it was, and add test to ensure no double-reset if there is no term attribute.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1646794 13f79535-47bb-0310-9956-ffa450edef68
2014-12-19 16:55:39 +00:00
David Wayne Smiley da92c34404 LUCENE-6121: Fix a test to assumeTrue assertions enabled.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1646793 13f79535-47bb-0310-9956-ffa450edef68
2014-12-19 16:52:45 +00:00
Michael McCandless 2a95001cee LUCENE-5951: these test cases can't run on Windows
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1646791 13f79535-47bb-0310-9956-ffa450edef68
2014-12-19 16:40:58 +00:00
Michael McCandless 33410e30c1 LUCENE-5951: try to detect if index is on an SSD and default CMS's settings accordingly
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1646775 13f79535-47bb-0310-9956-ffa450edef68
2014-12-19 15:36:55 +00:00
Michael McCandless 8908328de4 fix javadocs: maybeReopen -> maybeRefresh
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1646764 13f79535-47bb-0310-9956-ffa450edef68
2014-12-19 15:07:25 +00:00
David Wayne Smiley e4180d30bb LUCENE-6121: CachingTokenFilter.reset() propagates to input if not cached
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1646737 13f79535-47bb-0310-9956-ffa450edef68
2014-12-19 14:38:02 +00:00
Adrien Grand 5a9639c3e6 LUCENE-6118: Improve the efficiency of the history structure for recently-used filters.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1646674 13f79535-47bb-0310-9956-ffa450edef68
2014-12-19 11:22:13 +00:00
Alan Woodward 8079368b8b SOLR-6718: coreRootDirectory should be resolved against SOLR_HOME
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1646660 13f79535-47bb-0310-9956-ffa450edef68
2014-12-19 10:05:14 +00:00
Robert Muir eef8a835dd improve toString
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1646637 13f79535-47bb-0310-9956-ffa450edef68
2014-12-19 07:00:52 +00:00
Steven Rowe ae727f338c SOLR-6058: Include the new Solr logo and favicon in Solritas (/browse UI) as well as in generated per-release Solr documentation; switch all favicon links' Content-Type: 'image/ico'->'image/x-icon'
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1646609 13f79535-47bb-0310-9956-ffa450edef68
2014-12-19 01:49:37 +00:00
Tomas Eduardo Fernandez Lobbe 869ac14ac4 SOLR-6864: Support registering searcher listeners in SolrCoreAware.inform(SolrCore) method
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1646577 13f79535-47bb-0310-9956-ffa450edef68
2014-12-18 23:24:30 +00:00
Anshum Gupta 57bfad4861 SOLR-6523: Fixing the test. Removing the unwanted check and calls
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1646567 13f79535-47bb-0310-9956-ffa450edef68
2014-12-18 23:06:34 +00:00
Anshum Gupta bacef57576 SOLR-6523: Provide SolrJ support for specifying stateFormat while creating Collections
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1646558 13f79535-47bb-0310-9956-ffa450edef68
2014-12-18 22:27:38 +00:00
Shalin Shekhar Mangar 85ccfa8b22 Compare canonical paths instead of absolute paths
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1646492 13f79535-47bb-0310-9956-ffa450edef68
2014-12-18 17:15:10 +00:00
Shalin Shekhar Mangar 2950159a2c SOLR-6554: Fix work queue handling
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1646474 13f79535-47bb-0310-9956-ffa450edef68
2014-12-18 15:13:41 +00:00
Noble Paul 9ac8383fb7 SOLR-6787 refactored a method out
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1646418 13f79535-47bb-0310-9956-ffa450edef68
2014-12-18 09:40:46 +00:00
Adrien Grand 84e6519950 LUCENE-6115: Add getMergeInstance to CompressingStoredFieldsReader.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1646413 13f79535-47bb-0310-9956-ffa450edef68
2014-12-18 09:13:21 +00:00
Noble Paul e23993550e SOLR-6365 lazy loaded components did not have initParams applied
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1646401 13f79535-47bb-0310-9956-ffa450edef68
2014-12-18 08:25:32 +00:00
Noble Paul 5a876e47ad SOLR-6626 NPE when the filed values are null
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1646388 13f79535-47bb-0310-9956-ffa450edef68
2014-12-18 06:34:35 +00:00
Steven Rowe 6a20e9872c SOLR-6058: Include the new solr logo in the admin ui, and make the favicon the sun glyph from the new solr logo
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1646382 13f79535-47bb-0310-9956-ffa450edef68
2014-12-18 05:18:43 +00:00
David Wayne Smiley d0ff9d15c9 Benchmark module: Fix obsolete reference to 'doc.maker.forever' (it's actually 'content.source.forever')
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1646379 13f79535-47bb-0310-9956-ffa450edef68
2014-12-18 04:42:01 +00:00
Anshum Gupta 82a09ecd3e SOLR-5922: Add support for adding core properties to SolrJ Collection Admin Request calls
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1646350 13f79535-47bb-0310-9956-ffa450edef68
2014-12-17 22:33:39 +00:00
Anshum Gupta f821354186 SOLR-6861: Remove post.sh from exampledocs
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1646297 13f79535-47bb-0310-9956-ffa450edef68
2014-12-17 17:32:42 +00:00
Michael McCandless a6233f1341 LUCENE-6117: this test secretly relies on testPoint too
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1646288 13f79535-47bb-0310-9956-ffa450edef68
2014-12-17 16:27:11 +00:00
Steven Rowe 38faeb9227 SOLR-6857: Idea modules missing dependencies
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1646272 13f79535-47bb-0310-9956-ffa450edef68
2014-12-17 14:48:56 +00:00
Robert Muir 4ad12e843a LUCENE-6114: remove bw compat cruft from packedints
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1646247 13f79535-47bb-0310-9956-ffa450edef68
2014-12-17 14:02:10 +00:00
Robert Muir 5258d624c3 LUCENE-6117: make infostream usable again
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1646240 13f79535-47bb-0310-9956-ffa450edef68
2014-12-17 13:51:53 +00:00
Chris M. Hostetter 9ab0f64f07 put a really simple html doc in exampledocs for using in ref guide examples
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1646116 13f79535-47bb-0310-9956-ffa450edef68
2014-12-17 00:17:37 +00:00
Shai Erera f2ce463b05 remove accidentally committed .jar
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1646097 13f79535-47bb-0310-9956-ffa450edef68
2014-12-16 21:41:30 +00:00
Shai Erera 5fd879e801 Add solr/server/start.jar to .gitignore
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1646092 13f79535-47bb-0310-9956-ffa450edef68
2014-12-16 21:33:52 +00:00
Shai Erera a14e23190b Fix typo
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1646083 13f79535-47bb-0310-9956-ffa450edef68
2014-12-16 21:21:19 +00:00
Adrien Grand 56b3f8b1fc LUCENE-6116: Simplify RoaringDocIdSet.Iterator constructor.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1646041 13f79535-47bb-0310-9956-ffa450edef68
2014-12-16 18:46:25 +00:00
Anshum Gupta a7a5cfc413 SOLR-6852: Updating the CHANGES.txt entry to the 'Upgrading from..' section
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1646032 13f79535-47bb-0310-9956-ffa450edef68
2014-12-16 18:12:00 +00:00
Adrien Grand 1a5b889c86 Fix compiler warning.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1645962 13f79535-47bb-0310-9956-ffa450edef68
2014-12-16 14:57:58 +00:00
Adrien Grand 87bae6fa05 LUCENE-6107: Add stats to LRUFilterCache.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1645958 13f79535-47bb-0310-9956-ffa450edef68
2014-12-16 14:52:04 +00:00
Alan Woodward 7e4449010e SOLR-6849: And really fix it this time
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1645895 13f79535-47bb-0310-9956-ffa450edef68
2014-12-16 10:11:59 +00:00
Anshum Gupta eee7ab7979 SOLR-6852: Adding the CHANGES.txt entry
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1645868 13f79535-47bb-0310-9956-ffa450edef68
2014-12-16 07:23:24 +00:00
Anshum Gupta 9f8520d3a9 SOLR-6852: SimplePostTool no longer defaults to collection1, also there's no default update URL
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1645866 13f79535-47bb-0310-9956-ffa450edef68
2014-12-16 07:17:39 +00:00
Robert Muir 97dc31ce6a ant regenerate to use latest packedints version
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1645838 13f79535-47bb-0310-9956-ffa450edef68
2014-12-16 04:03:31 +00:00
Timothy Potter b8fee04522 SOLR-6833: clean should remove example directories created by running bin/solr -e foo
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1645737 13f79535-47bb-0310-9956-ffa450edef68
2014-12-15 20:24:02 +00:00
Chris M. Hostetter e002da2d6a SOLR-6679: uncomment /suggest, but tie it to an sysprop so you have to go out of your way to enable on startup
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1645721 13f79535-47bb-0310-9956-ffa450edef68
2014-12-15 18:50:54 +00:00
Alan Woodward 4c76f8d13d SOLR-6849: Fix another @Slow test
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1645712 13f79535-47bb-0310-9956-ffa450edef68
2014-12-15 18:25:53 +00:00
Robert Muir 765403b2af LUCENE-6104: simplify internals of Lucene50NormsProducer
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1645711 13f79535-47bb-0310-9956-ffa450edef68
2014-12-15 18:03:05 +00:00
Alan Woodward 199610cd78 SOLR-6849: Fix @Slow test
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1645695 13f79535-47bb-0310-9956-ffa450edef68
2014-12-15 16:49:09 +00:00
Alan Woodward 010bf8d77d SOLR-6849: RemoteSolrException should report its source host
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1645622 13f79535-47bb-0310-9956-ffa450edef68
2014-12-15 11:06:09 +00:00
Adrien Grand 6a25b34d6f LUCENE-6106: Fix test.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1645614 13f79535-47bb-0310-9956-ffa450edef68
2014-12-15 10:36:33 +00:00
Adrien Grand 4ecff9bf89 LUCENE-6106: Improve tracking of filter usage in LRUFilterCache.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1645613 13f79535-47bb-0310-9956-ffa450edef68
2014-12-15 10:32:09 +00:00