Commit Graph

18313 Commits

Author SHA1 Message Date
Steven Rowe a1d0068a93 LUCENE-5273: Only unpack Lucene/Solr jars from binary distributions - other stuff not needed
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1531711 13f79535-47bb-0310-9956-ffa450edef68
2013-10-13 16:36:05 +00:00
Steven Rowe eb01f4c2bf Modernize Solr package creation includes/excludes: client/** are gone; and README.committers.txt has moved from lib/ to licenses/.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1531705 13f79535-47bb-0310-9956-ffa450edef68
2013-10-13 16:22:59 +00:00
Michael McCandless c1be5650a9 LUCENE-5260: cutover all suggesters to TermFreqPayloadIterator
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1531664 13f79535-47bb-0310-9956-ffa450edef68
2013-10-13 10:26:22 +00:00
Shai Erera 544d997664 LUCENE-5277: Modify FixedBitSet copy constructor to take numBits to allow grow/shrink the new bitset
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1531627 13f79535-47bb-0310-9956-ffa450edef68
2013-10-13 08:21:32 +00:00
Shai Erera 8b35981608 LUCENE-5189: add field updates to TestIndexWriterDelete.testNoLostDeletesOrUpdatesOnIOException
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1531620 13f79535-47bb-0310-9956-ffa450edef68
2013-10-13 06:37:29 +00:00
Mark Robert Miller 618a204ced SOLR-4327: HttpSolrServer can leak connections on errors.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1531596 13f79535-47bb-0310-9956-ffa450edef68
2013-10-12 21:26:54 +00:00
Michael McCandless 00dcd8c161 fix test failure; add fangs to testcase
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1531590 13f79535-47bb-0310-9956-ffa450edef68
2013-10-12 20:36:42 +00:00
Shai Erera c6989394ff LUCENE-5189: test unsetting a document's value while the segment is merging
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1531496 13f79535-47bb-0310-9956-ffa450edef68
2013-10-12 04:18:50 +00:00
Robert Muir 66f2fdcf30 remove obselete comment
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1531485 13f79535-47bb-0310-9956-ffa450edef68
2013-10-12 02:38:38 +00:00
Robert Muir b52cb3e6d4 LUCENE-5278: remove CharTokenizer brain-damage from MockTokenizer so it works better with custom regular expressions
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1531479 13f79535-47bb-0310-9956-ffa450edef68
2013-10-12 01:57:00 +00:00
Shalin Shekhar Mangar 876cbb249e Removing fixes backported to 4.5.1 from 4.6.0 from CHANGES.txt
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1531404 13f79535-47bb-0310-9956-ffa450edef68
2013-10-11 19:40:29 +00:00
Shalin Shekhar Mangar da658d99df Updating CHANGES.txt with all solr issues backported to 4.5.1
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1531402 13f79535-47bb-0310-9956-ffa450edef68
2013-10-11 19:38:29 +00:00
Dawid Weiss 044402065c SOLR-5323: Disable ClusteringComponent by default in collection1 example. The solr.clustering.enabled system property needs to be set to 'true' to enable the clustering contrib (reverts SOLR-4708). (Dawid Weiss)
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1531377 13f79535-47bb-0310-9956-ffa450edef68
2013-10-11 18:08:44 +00:00
Robert Muir 96380e9129 LUCENE-5275: Change AttributeSource.toString to display the current state of attributes
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1531376 13f79535-47bb-0310-9956-ffa450edef68
2013-10-11 18:03:27 +00:00
Robert Muir d69231cf8c LUCENE-5269: satisfy the policeman
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1531368 13f79535-47bb-0310-9956-ffa450edef68
2013-10-11 17:30:25 +00:00
Steven Rowe 6f06bb1708 LUCENE-5273: Binary artifacts in Lucene and Solr convenience binary distributions accompanying a release, including on Maven Central, should be identical across all distributions.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1531354 13f79535-47bb-0310-9956-ffa450edef68
2013-10-11 16:58:36 +00:00
Mark Robert Miller 0d4e91abe9 SOLR-5325: raise retry padding a bit
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1531323 13f79535-47bb-0310-9956-ffa450edef68
2013-10-11 15:08:13 +00:00
Michael McCandless 2de686ed34 javadocs; fix compiler warning
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1531320 13f79535-47bb-0310-9956-ffa450edef68
2013-10-11 15:06:31 +00:00
Mark Robert Miller 0c6a64493c SOLR-5325: ZooKeeper connection loss can cause the Overseer to stop processing commands.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1531313 13f79535-47bb-0310-9956-ffa450edef68
2013-10-11 14:34:49 +00:00
Shai Erera 2da0337641 use FixedBitSet.close()
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1531196 13f79535-47bb-0310-9956-ffa450edef68
2013-10-11 05:09:41 +00:00
Robert Muir 69a05f19c4 LUCENE-5269: make test use less RAM
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1531193 13f79535-47bb-0310-9956-ffa450edef68
2013-10-11 04:38:57 +00:00
Robert Muir d2d435ecf5 LUCENE-5269: Fix NGramTokenFilter length filtering
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1531186 13f79535-47bb-0310-9956-ffa450edef68
2013-10-11 03:53:42 +00:00
Mark Robert Miller 5c9cbe9847 SOLR-5317: remove debug sys errs
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1531172 13f79535-47bb-0310-9956-ffa450edef68
2013-10-11 02:18:50 +00:00
Mark Robert Miller 4a894a8882 SOLR-5317: Fix race when persisting cores in solr.xml
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1531163 13f79535-47bb-0310-9956-ffa450edef68
2013-10-11 01:37:24 +00:00
Mark Robert Miller d6bff5951c SOLR-5327: SOLR-4915, "The root cause should be returned to the user when a SolrCore create call fails", was reverted.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1531157 13f79535-47bb-0310-9956-ffa450edef68
2013-10-11 01:14:32 +00:00
Michael McCandless d09bb02f91 LUCENE-5270: add Terms.hasFreqs
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1531005 13f79535-47bb-0310-9956-ffa450edef68
2013-10-10 14:42:54 +00:00
Shalin Shekhar Mangar 2ab0051551 SOLR-5324: Make sub shard replica recovery and shard state switch asynchronous
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1530994 13f79535-47bb-0310-9956-ffa450edef68
2013-10-10 14:26:29 +00:00
Mark Robert Miller 1c4c891e8e SOLR-5317: tests: Compare absolute paths
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1530993 13f79535-47bb-0310-9956-ffa450edef68
2013-10-10 14:26:19 +00:00
Mark Robert Miller 33f7d2b5ea SOLR-5317: SolrCore persistence bugs if defining SolrCores in solr.xml.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1530856 13f79535-47bb-0310-9956-ffa450edef68
2013-10-10 04:10:33 +00:00
Chris M. Hostetter 44797dccbe SOLR-5085: script for the post-publish dist.apache.org svn repo cleanup commands
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1530834 13f79535-47bb-0310-9956-ffa450edef68
2013-10-10 00:22:30 +00:00
Mark Robert Miller 8281cbf8af SOLR-5306: Extra collection creation parameters like collection.configName are not being respected.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1530772 13f79535-47bb-0310-9956-ffa450edef68
2013-10-09 19:46:00 +00:00
Michael McCandless 52e63ba951 LUCENE-5263: remove extra deleter.checkpoint
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1530741 13f79535-47bb-0310-9956-ffa450edef68
2013-10-09 18:11:25 +00:00
Steven Rowe 1f2109e321 Remove non-Mavenized dependency checks - the project no longer has any non-Mavenized dependencies
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1530737 13f79535-47bb-0310-9956-ffa450edef68
2013-10-09 17:57:31 +00:00
Robert Muir 57f38e67d6 LUCENE-5261: add simple API to build queries from analysis chain
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1530693 13f79535-47bb-0310-9956-ffa450edef68
2013-10-09 15:59:24 +00:00
Simon Willnauer 3904328399 LUCENE-5255: Make DocumentsWriter reference final in IW
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1530679 13f79535-47bb-0310-9956-ffa450edef68
2013-10-09 15:31:21 +00:00
Simon Willnauer f283429ee1 LUCENE-5264: CommonTermsQuery ignores minMustMatch if only high freq terms are present
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1530651 13f79535-47bb-0310-9956-ffa450edef68
2013-10-09 14:47:55 +00:00
Shalin Shekhar Mangar cd6c2268da SOLR-5321: Remove unnecessary code in Overseer.updateState method which tries to use router name from message where none is ever sent
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1530555 13f79535-47bb-0310-9956-ffa450edef68
2013-10-09 10:34:15 +00:00
Han Jiang ac6633d1f3 update broken links for maven mirror
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1530537 13f79535-47bb-0310-9956-ffa450edef68
2013-10-09 08:56:15 +00:00
Shalin Shekhar Mangar 924865bf4a SOLR-5319: Remove unused and incorrect router name from Collection ZK nodes
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1530521 13f79535-47bb-0310-9956-ffa450edef68
2013-10-09 08:18:46 +00:00
Han Jiang e408affd6a LUCENE-3069: add CHANGES, move new postingsformats to oal.codecs
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1530520 13f79535-47bb-0310-9956-ffa450edef68
2013-10-09 08:15:36 +00:00
David Wayne Smiley fd55f5693a Remove unneeded link in spatial package.html
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1530435 13f79535-47bb-0310-9956-ffa450edef68
2013-10-08 21:38:19 +00:00
Michael McCandless 0ecc39261d LUCENE-5263: fix cases where transient IOExc (e.g. due to disk full, file descriptor exhaustion) in IndexWriter could lead to silently losing deletions
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1530414 13f79535-47bb-0310-9956-ffa450edef68
2013-10-08 20:25:30 +00:00
Shalin Shekhar Mangar c98fa19d33 SOLR-5314: Shard split action should use soft commits instead of hard commits to make sub shard data visible
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1530267 13f79535-47bb-0310-9956-ffa450edef68
2013-10-08 13:21:54 +00:00
Michael McCandless 11a5fb960c LUCENE-5251: add DocumentDictionary
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1530229 13f79535-47bb-0310-9956-ffa450edef68
2013-10-08 11:25:24 +00:00
Robert Muir 49e4b64c0d SOLR-5226: add lucene index heap usage to the solr admin UI
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1530169 13f79535-47bb-0310-9956-ffa450edef68
2013-10-08 06:58:46 +00:00
Shai Erera 4312f3d71a LUCENE-5262: StandardDirectoryReader should decRef readers on exception, not close them
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1530051 13f79535-47bb-0310-9956-ffa450edef68
2013-10-07 20:28:35 +00:00
Robert Muir 64a795b6e3 LUCENE-5259: convert analysis consumers to try-with-resources
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1529770 13f79535-47bb-0310-9956-ffa450edef68
2013-10-07 06:24:25 +00:00
Robert Muir 9c98f9d958 LUCENE-5258: add distance function to expressions/
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1529679 13f79535-47bb-0310-9956-ffa450edef68
2013-10-06 20:47:32 +00:00
Michael McCandless 9e9324b81e remove unused var
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1529653 13f79535-47bb-0310-9956-ffa450edef68
2013-10-06 17:30:50 +00:00
Michael McCandless f514b787e6 assert the IOE is correctcheck
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1529650 13f79535-47bb-0310-9956-ffa450edef68
2013-10-06 17:27:09 +00:00