Commit Graph

20456 Commits

Author SHA1 Message Date
Mark Robert Miller a141498428 fix formatting
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1612410 13f79535-47bb-0310-9956-ffa450edef68
2014-07-21 21:54:56 +00:00
Erik Hatcher ea00cf4e6c SOLR-6263: Add DIH handler name to variable resolver as ${dih.handlerName}
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1612354 13f79535-47bb-0310-9956-ffa450edef68
2014-07-21 17:26:14 +00:00
Robert Muir 0901f25e20 LUCENE-5838: fix hunspell when .aff file has over 64k affixes
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1612349 13f79535-47bb-0310-9956-ffa450edef68
2014-07-21 17:07:48 +00:00
Adrien Grand 052b84db2d LUCENE-5834: Empty sorted set and numeric doc values are now singletons.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1612251 13f79535-47bb-0310-9956-ffa450edef68
2014-07-21 11:30:58 +00:00
Adrien Grand 4bd3a57899 LUCENE-5835: TermValComparator can sort missing values last.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1612245 13f79535-47bb-0310-9956-ffa450edef68
2014-07-21 11:04:25 +00:00
Michael McCandless ec788948a6 LUCENE-5819: fix ord bug; add test case; remove dead code
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1612217 13f79535-47bb-0310-9956-ffa450edef68
2014-07-21 09:41:40 +00:00
Shalin Shekhar Mangar 27d68500ee SOLR-5968: BinaryResponseWriter fetches unnecessary stored fields when only pseudo-fields are requested
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1612200 13f79535-47bb-0310-9956-ffa450edef68
2014-07-21 07:25:24 +00:00
Shai Erera 2bf04d0308 LUCENE-5801: add default indexFieldName to facetFields
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1612197 13f79535-47bb-0310-9956-ffa450edef68
2014-07-21 07:07:42 +00:00
Erik Hatcher adaaaf041a SOLR-6258: Added onRollback event handler hook to Data Import Handler
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1612124 13f79535-47bb-0310-9956-ffa450edef68
2014-07-20 17:32:28 +00:00
Michael McCandless 80fe3c277f LUCENE-5819: add terms dict and postings format that implement term ordinals
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1612080 13f79535-47bb-0310-9956-ffa450edef68
2014-07-20 12:08:32 +00:00
Shai Erera 1f37d6b448 LUCENE-5801: OrdinalMappingAtomicReader should not wrap non-facet BinaryDocValues fields
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1612079 13f79535-47bb-0310-9956-ffa450edef68
2014-07-20 12:08:14 +00:00
Michael McCandless dcb6f15e7f LUCENE-5815: add TermAutomatonQuery
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1612076 13f79535-47bb-0310-9956-ffa450edef68
2014-07-20 11:36:03 +00:00
Erik Hatcher 2d1cf43b4c SOLR-6165: Add tests for convertType and BigDecimal implicit conversion
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1611985 13f79535-47bb-0310-9956-ffa450edef68
2014-07-20 01:00:45 +00:00
Robert Muir 387ee2a6d3 LUCENE-5836: when prefix-coding variable length terms, preallocate lastTerm to the correct size
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1611970 13f79535-47bb-0310-9956-ffa450edef68
2014-07-19 21:32:19 +00:00
Steven Rowe d2218a8b85 LUCENE-5831: ant precommit should remind people to run clean-jars and jar-checksums when checksums are not right
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1611941 13f79535-47bb-0310-9956-ffa450edef68
2014-07-19 18:23:25 +00:00
Steven Rowe a0bc0c3d80 SOLR-6257: More than two "!"-s in a doc ID throws an ArrayIndexOutOfBoundsException when using the composite id router.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1611934 13f79535-47bb-0310-9956-ffa450edef68
2014-07-19 17:48:53 +00:00
Timothy Potter 02f4d97cf9 SOLR-6241: disable this test on Jenkins until we can track down the cause of the No registered leader was found after waiting for 60000ms , collection: c8n_1x3_lf slice: shard1 problem
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1611922 13f79535-47bb-0310-9956-ffa450edef68
2014-07-19 17:11:44 +00:00
Shalin Shekhar Mangar c8261a41d3 SOLR-6259: Reduce CPU usage by avoiding repeated costly calls to Document.getField inside DocumentBuilder.toDocument for use-cases with large number of fields and copyFields
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1611852 13f79535-47bb-0310-9956-ffa450edef68
2014-07-19 07:10:36 +00:00
Timothy Potter a75792bb4c SOLR-3893: fix sheisty class error from smoke test
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1611719 13f79535-47bb-0310-9956-ffa450edef68
2014-07-18 17:10:03 +00:00
Timothy Potter 6b1f32c1eb SOLR-3893: update changes
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1611690 13f79535-47bb-0310-9956-ffa450edef68
2014-07-18 16:13:43 +00:00
Timothy Potter de191c73d3 SOLR-2245: Better way to check if last_index_time is the initial value and fixup changes.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1611667 13f79535-47bb-0310-9956-ffa450edef68
2014-07-18 14:51:45 +00:00
Robert Muir 92bb1803ff LUCENE-5830: Fix some missing/assert codec checks to throw CorruptIndexException
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1611471 13f79535-47bb-0310-9956-ffa450edef68
2014-07-17 20:46:22 +00:00
Steven Rowe 63a925d578 SOLR-6137: Disable SSL for TestCloudSchemaless
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1611445 13f79535-47bb-0310-9956-ffa450edef68
2014-07-17 19:29:59 +00:00
Michael McCandless a2a9f2a6f9 test seekCeil in pull postings API; fix trunk-only bug
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1611305 13f79535-47bb-0310-9956-ffa450edef68
2014-07-17 09:19:02 +00:00
Uwe Schindler 68819147af Remove outdated sha1 file
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1611281 13f79535-47bb-0310-9956-ffa450edef68
2014-07-17 08:14:06 +00:00
Robert Muir a9bb31174c LUCENE-5826: Support proper hunspell case handling and related options
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1611161 13f79535-47bb-0310-9956-ffa450edef68
2014-07-16 20:01:49 +00:00
Alan Woodward 1abbfdb1f7 SOLR-6232: Missed a configset
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1611147 13f79535-47bb-0310-9956-ffa450edef68
2014-07-16 19:21:37 +00:00
Alan Woodward 26f2106743 SOLR-6232: Allow unloading of cores that have failed to init
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1611047 13f79535-47bb-0310-9956-ffa450edef68
2014-07-16 15:23:43 +00:00
Uwe Schindler 496dffb979 LUCENE-5827: Make all Directory implementations correctly fail with IllegalArgumentException if slices are out of bounds
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1610943 13f79535-47bb-0310-9956-ffa450edef68
2014-07-16 09:01:28 +00:00
Uwe Schindler b270cdde57 Fix buggy test implementation (copypaste error)
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1610938 13f79535-47bb-0310-9956-ffa450edef68
2014-07-16 08:53:00 +00:00
Uwe Schindler 3920ed571d LUCENE-5681: Fix RAMDirectory's IndexInput to not do double buffering on slices (causes useless data copying, especially on random access slices).
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1610929 13f79535-47bb-0310-9956-ffa450edef68
2014-07-16 08:00:26 +00:00
Shalin Shekhar Mangar ce7e042052 SOLR-6137: Fix off-by-one error in array access
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1610909 13f79535-47bb-0310-9956-ffa450edef68
2014-07-16 05:02:36 +00:00
Timothy Potter 899d57f418 SOLR-2245: fix for issues found by precommit checks
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1610905 13f79535-47bb-0310-9956-ffa450edef68
2014-07-16 02:51:54 +00:00
Timothy Potter e0af29f9e3 SOLR_6136: fix minor issues found by precommit checks
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1610902 13f79535-47bb-0310-9956-ffa450edef68
2014-07-16 02:18:38 +00:00
Timothy Potter 591de0e0c6 SOLR-2245: Fix svn:eol-style on sha1 license files.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1610895 13f79535-47bb-0310-9956-ffa450edef68
2014-07-16 01:30:28 +00:00
Timothy Potter 28165cee67 SOLR-3893: Update references after moving dependency jars around.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1610894 13f79535-47bb-0310-9956-ffa450edef68
2014-07-16 01:21:29 +00:00
Timothy Potter 2169e473bb SOLR-2245: Don't use the default date from dataimport.properties and remove duplicated entry in mail-data-config.xml
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1610893 13f79535-47bb-0310-9956-ffa450edef68
2014-07-16 01:17:23 +00:00
Steven Rowe 09bb6ddad1 SOLR-3893: intellij config
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1610886 13f79535-47bb-0310-9956-ffa450edef68
2014-07-16 00:12:50 +00:00
Timothy Potter 1f9d4e245d SOLR-3893: Moving mail dependencies into the extras project.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1610883 13f79535-47bb-0310-9956-ffa450edef68
2014-07-15 23:33:11 +00:00
Timothy Potter 9ef982ec20 SOLR-6179: issue fixed in 4.10 release
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1610871 13f79535-47bb-0310-9956-ffa450edef68
2014-07-15 22:16:52 +00:00
Timothy Potter 7ff38d5502 SOLR-2245: Improvements to the MailEntityProcessor
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1610859 13f79535-47bb-0310-9956-ffa450edef68
2014-07-15 21:44:28 +00:00
Timothy Potter 14e015dff7 SOLR-6136: Fix spin lock in blockUntilFinished (which eats CPU unnecessarily) using wait/notify and add a unit test for ConcurrentUpdateSolrServer
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1610856 13f79535-47bb-0310-9956-ffa450edef68
2014-07-15 21:29:01 +00:00
Steven Rowe 620f37628a SOLR-6137: eol-style
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1610726 13f79535-47bb-0310-9956-ffa450edef68
2014-07-15 15:25:45 +00:00
Steven Rowe 2671418cfb SOLR-6137: Schemaless concurrency improvements:
- Fixed an NPE when reloading a managed schema with no dynamic copy fields
- Moved parsing and schema fields addition to after the distributed phase
- AddSchemaFieldsUpdateProcessor now uses a fixed schema rather than always retrieving the latest, and holds the schema update lock through the entire schema swap-out process

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1610725 13f79535-47bb-0310-9956-ffa450edef68
2014-07-15 15:23:57 +00:00
Robert Muir 7bb3f6044e LUCENE-5824: hunspell FLAG LONG implemented incorrectly
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1610705 13f79535-47bb-0310-9956-ffa450edef68
2014-07-15 14:15:43 +00:00
Shalin Shekhar Mangar 7087d374fe SOLR-6245: Socket and Connection configuration are ignored in HttpSolrServer when passing in HttpClient
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1610683 13f79535-47bb-0310-9956-ffa450edef68
2014-07-15 13:28:14 +00:00
Robert Muir 513359ba8c LUCENE-5823: recognize hunspell FULLSTRIP option in the affix file
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1610644 13f79535-47bb-0310-9956-ffa450edef68
2014-07-15 10:59:29 +00:00
Shawn Heisey 3b9736fa59 SOLR-6120: Add names to CHANGES.txt
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1610465 13f79535-47bb-0310-9956-ffa450edef68
2014-07-14 17:35:07 +00:00
Shawn Heisey 61ad099fe9 SOLR-6120: Print a helpful error message from zkcli.bat when war is not extracted.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1610463 13f79535-47bb-0310-9956-ffa450edef68
2014-07-14 17:31:14 +00:00
Shalin Shekhar Mangar fb399dfe02 SOLR-6228: Fixed bug in TestReplicationHandler.doTestIndexAndConfigReplication
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1610448 13f79535-47bb-0310-9956-ffa450edef68
2014-07-14 15:59:16 +00:00