Commit Graph

20663 Commits

Author SHA1 Message Date
Joel Bernstein 81d38f9a90 SOLR-6407: SortingResponseWriter String sorting broken on single segment indexes
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1620029 13f79535-47bb-0310-9956-ffa450edef68
2014-08-23 14:08:56 +00:00
Tommaso Teofili 7d5cc2444b LUCENE-5699 - fixed javadoc
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1620022 13f79535-47bb-0310-9956-ffa450edef68
2014-08-23 12:07:56 +00:00
Chris M. Hostetter 674f61de29 CHANGES.txt entry for SOLR-6410, 4x only issue
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1619946 13f79535-47bb-0310-9956-ffa450edef68
2014-08-22 22:32:55 +00:00
Tommaso Teofili ca74c147c6 LUCENE-5699 - fixed javadoc
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1619933 13f79535-47bb-0310-9956-ffa450edef68
2014-08-22 21:16:49 +00:00
Uwe Schindler b7440ac9ea Remove keywords property. Sorry!
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1619914 13f79535-47bb-0310-9956-ffa450edef68
2014-08-22 19:24:15 +00:00
Uwe Schindler 0cb726bba3 LUCENE-5898: Remove remaining hardcoded versions from build files; add a new version.properties file
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1619906 13f79535-47bb-0310-9956-ffa450edef68
2014-08-22 19:14:11 +00:00
Mark Robert Miller bcddb85bca SOLR-6405: Update comment around retry pause padding.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1619892 13f79535-47bb-0310-9956-ffa450edef68
2014-08-22 18:35:10 +00:00
Mark Robert Miller 9f4144e8e2 SOLR-6405: Remove unnecessary attemptCount > 0 check.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1619879 13f79535-47bb-0310-9956-ffa450edef68
2014-08-22 18:13:21 +00:00
Ryan Ernst 6baba7fb43 LUCENE-5672,LUCENE-5897,LUCENE-5400: move changes entry to 4.10.0
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1619840 13f79535-47bb-0310-9956-ffa450edef68
2014-08-22 15:32:13 +00:00
Uwe Schindler 903a7b40be LUCENE-5898: Clean up build files version handling, fix bug with specification version
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1619832 13f79535-47bb-0310-9956-ffa450edef68
2014-08-22 15:15:37 +00:00
Mark Robert Miller f06d3bf977 SOLR-6405: ZooKeeper calls can easily not be retried enough on ConnectionLoss.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1619810 13f79535-47bb-0310-9956-ffa450edef68
2014-08-22 14:02:06 +00:00
Mark Robert Miller aad543ee1e SOLR-6402: Only exit the thread loop on a KeeperException if it's expiration.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1619792 13f79535-47bb-0310-9956-ffa450edef68
2014-08-22 13:05:25 +00:00
Joel Bernstein 2d7427dd07 SOLR-5244: Exporting Full Sorted Result Sets
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1619783 13f79535-47bb-0310-9956-ffa450edef68
2014-08-22 12:40:39 +00:00
Steven Rowe acf9242850 LUCENE-5897, LUCENE-5400: JFlex-based tokenizers StandardTokenizer and UAX29URLEmailTokenizer tokenize extremely slowly over long sequences of text partially matching certain grammar rules. The scanner default buffer size was reduced, and scanner buffer growth was disabled, resulting in much, much faster tokenization for these text sequences.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1619730 13f79535-47bb-0310-9956-ffa450edef68
2014-08-22 10:19:06 +00:00
Tommaso Teofili 11a24cfbb8 LUCENE-5736 - added caching version of NB classifier
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1619700 13f79535-47bb-0310-9956-ffa450edef68
2014-08-22 08:04:15 +00:00
Tommaso Teofili 601c09bcd4 LUCENE-5699 - fixed javadoc
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1619699 13f79535-47bb-0310-9956-ffa450edef68
2014-08-22 08:02:15 +00:00
Steven Rowe c107043a52 LUCENE-5859: Remove Version.LUCENE_CURRENT from code generated by htmlentity.py
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1619694 13f79535-47bb-0310-9956-ffa450edef68
2014-08-22 07:28:43 +00:00
Robert Muir ef0f56211d LUCENE-5672: Fix addIndexes to call maybeMerge
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1619642 13f79535-47bb-0310-9956-ffa450edef68
2014-08-22 01:20:41 +00:00
Mark Robert Miller 8154a8086a SOLR-6402: OverseerCollectionProcessor should not exit for ZooKeeper ConnectionLoss.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1619641 13f79535-47bb-0310-9956-ffa450edef68
2014-08-22 01:20:18 +00:00
Mark Robert Miller 93b33b5fdb SOLR-4895: An error should be returned when a rollback is attempted in SolrCloud mode.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1619637 13f79535-47bb-0310-9956-ffa450edef68
2014-08-22 00:11:00 +00:00
Michael McCandless 4a485d6877 LUCENE-5889: add commit method to AnalyzingInfixSuggester
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1619635 13f79535-47bb-0310-9956-ffa450edef68
2014-08-22 00:07:15 +00:00
Michael McCandless f84135de7c hmm, can't check .xml yet
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1619629 13f79535-47bb-0310-9956-ffa450edef68
2014-08-21 23:43:57 +00:00
Steven Rowe e76557e53d LUCENE-5859: Remove Version.LUCENE_CURRENT from htmlentity.py code generator for HTMLStripCharFilter
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1619625 13f79535-47bb-0310-9956-ffa450edef68
2014-08-21 23:23:13 +00:00
Michael McCandless 98404f9071 LUCENE-5895: fix version in javadocs
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1619624 13f79535-47bb-0310-9956-ffa450edef68
2014-08-21 23:22:56 +00:00
Steven Rowe 5e5072d3c2 LUCENE-5859, LUCENE-5871: Remove Version.LUCENE_CURRENT from javadocs
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1619623 13f79535-47bb-0310-9956-ffa450edef68
2014-08-21 23:18:04 +00:00
Michael McCandless 451aee2e66 LUCENE-5985: rename constant
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1619621 13f79535-47bb-0310-9956-ffa450edef68
2014-08-21 23:04:40 +00:00
Michael McCandless 1d5d73eefc LUCENE-5985: add id for each segment and commit to aid replication
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1619620 13f79535-47bb-0310-9956-ffa450edef68
2014-08-21 22:58:30 +00:00
Michael McCandless 271af418c5 also check .py, .xml for nocommits
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1619617 13f79535-47bb-0310-9956-ffa450edef68
2014-08-21 22:46:50 +00:00
Mark Robert Miller 277136452a SOLR-6400: SolrCloud tests are not properly testing session expiration.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1619612 13f79535-47bb-0310-9956-ffa450edef68
2014-08-21 22:29:12 +00:00
Michael McCandless 999f7ab30d close DV producers on exception
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1619609 13f79535-47bb-0310-9956-ffa450edef68
2014-08-21 22:15:01 +00:00
Timothy Potter 75ed12e0c7 SOLR-3617: minor issue if the user selects a port that is in use for the cloud example.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1619591 13f79535-47bb-0310-9956-ffa450edef68
2014-08-21 21:17:38 +00:00
Ryan Ernst 83981a198b Make 4.11.0 deprecated in trunk
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1619587 13f79535-47bb-0310-9956-ffa450edef68
2014-08-21 21:03:12 +00:00
Ryan Ernst b391906c85 Move 4.11.0 section to correct location in trunk
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1619582 13f79535-47bb-0310-9956-ffa450edef68
2014-08-21 20:55:54 +00:00
Ryan Ernst 58e5a0df24 Add version constant for 4.11.0
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1619573 13f79535-47bb-0310-9956-ffa450edef68
2014-08-21 20:44:22 +00:00
Timothy Potter ea3c2f0fc8 SOLR-6233: Add to 4.10 section of CHANGES
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1619494 13f79535-47bb-0310-9956-ffa450edef68
2014-08-21 17:38:10 +00:00
Ryan Ernst ad2fbb19ae Add 4.11 to changes
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1619475 13f79535-47bb-0310-9956-ffa450edef68
2014-08-21 16:26:51 +00:00
Erick Erickson f608026e44 SOLR-6314: updated bug title to be more accurate and include Vamsee in credits, all in CHNAGES.txt. No code changes
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1619470 13f79535-47bb-0310-9956-ffa450edef68
2014-08-21 16:16:58 +00:00
Ryan Ernst c7b3050ca6 LUCENE-5859: Update changes entry to reflect backport
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1619466 13f79535-47bb-0310-9956-ffa450edef68
2014-08-21 16:06:24 +00:00
Timothy Potter 6a620061fa SOLR-3617: clean-up a few error messages and update changes to add to 4.10 release
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1619461 13f79535-47bb-0310-9956-ffa450edef68
2014-08-21 15:57:33 +00:00
Mark Robert Miller 8e69f04527 SOLR-6089: When using the HDFS block cache, when a file is deleted, it's underlying data entries in the block cache are not removed, which is a problem with the global block cache option.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1619427 13f79535-47bb-0310-9956-ffa450edef68
2014-08-21 15:03:29 +00:00
Robert Muir 85d282a245 fix test bug: an ancient codec might fail earlier on addDocument
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1619410 13f79535-47bb-0310-9956-ffa450edef68
2014-08-21 14:25:14 +00:00
Mark Robert Miller e681856c55 SOLR-6268: HdfsUpdateLog has a race condition that can expose a closed HDFS FileSystem instance and should close it's FileSystem instance if either inherited close method is called.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1619402 13f79535-47bb-0310-9956-ffa450edef68
2014-08-21 14:16:07 +00:00
Robert Muir f979dee252 LUCENE-5894: refactor bulk merge logic
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1619392 13f79535-47bb-0310-9956-ffa450edef68
2014-08-21 13:46:36 +00:00
Anshum Gupta 8af2ef5345 SOLR-6391: Improve message for CREATECOLLECTION failure due to missing numShards
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1619263 13f79535-47bb-0310-9956-ffa450edef68
2014-08-20 23:20:28 +00:00
Michael McCandless e21c07f683 add link to paper
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1619227 13f79535-47bb-0310-9956-ffa450edef68
2014-08-20 20:55:57 +00:00
Chris M. Hostetter eae14b165c sync rjernst's r1618245 change to lucene/CHANGES.txt with Solr's copy (smokecheck verification failure)
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1619225 13f79535-47bb-0310-9956-ffa450edef68
2014-08-20 20:55:27 +00:00
Simon Willnauer c01e7ea99c LUCENE-5896: Use local random instance rather than global in LuceneTestCase
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1619211 13f79535-47bb-0310-9956-ffa450edef68
2014-08-20 19:36:20 +00:00
Mark Robert Miller cdd0fe7f8d SOLR-6393: TransactionLog replay performance on HDFS is very poor.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1619200 13f79535-47bb-0310-9956-ffa450edef68
2014-08-20 18:46:27 +00:00
Chris M. Hostetter cac2292ce0 SOLR-6178: backout deprecation until we have a diff default
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1619172 13f79535-47bb-0310-9956-ffa450edef68
2014-08-20 17:31:08 +00:00
David Wayne Smiley 074456d308 LUCENE-5714: TestBBoxStrategy work-around for Spatial4j Rect bug #85
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1619163 13f79535-47bb-0310-9956-ffa450edef68
2014-08-20 17:16:23 +00:00