Commit Graph

18288 Commits

Author SHA1 Message Date
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
Michael McCandless cffeb29a10 remove bogus comment
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1529647 13f79535-47bb-0310-9956-ffa450edef68
2013-10-06 17:20:42 +00:00
Michael McCandless db3ddcf32f add test case
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1529642 13f79535-47bb-0310-9956-ffa450edef68
2013-10-06 16:32:19 +00:00
Erick Erickson 8e8702b2cc SOLR-5253, rearrange example schema to make it more difficult to remove _version_ and other reserved fields by mistake
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1529638 13f79535-47bb-0310-9956-ffa450edef68
2013-10-06 16:22:46 +00:00
Erick Erickson bab7c66365 SOLR-5253, rearrange example schema to make it more difficult to remove _version_ and other reserved fields by mistake
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1529621 13f79535-47bb-0310-9956-ffa450edef68
2013-10-06 14:22:33 +00:00
Shai Erera 2529b4799e clean unused memory by SegmentReader
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1529611 13f79535-47bb-0310-9956-ffa450edef68
2013-10-06 11:47:56 +00:00
Stefan Matheis 3bdd7f1b16 SOLR-5305: Admin UI - Reloading System-Information on Dashboard does not work anymore
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1529502 13f79535-47bb-0310-9956-ffa450edef68
2013-10-05 19:37:55 +00:00
Robert Muir 8fba601ed1 LUCENE-5240: additional safety in Tokenizer state machine
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1529482 13f79535-47bb-0310-9956-ffa450edef68
2013-10-05 16:41:28 +00:00
Shalin Shekhar Mangar 2cd31e54b5 SOLR-5300: Shards can be split by specifying arbitrary number of hash ranges within the shard's hash range
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1529444 13f79535-47bb-0310-9956-ffa450edef68
2013-10-05 13:00:36 +00:00
Shalin Shekhar Mangar 2b1bea8279 SOLR-5255: Remove unnecessary call to fetch and watch live nodes in ZkStateReader cluster watcher
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1529433 13f79535-47bb-0310-9956-ffa450edef68
2013-10-05 11:08:26 +00:00
Shalin Shekhar Mangar f387bbcf61 SOLR-5304: Fixed typo in exception message in CurrencyField
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1529405 13f79535-47bb-0310-9956-ffa450edef68
2013-10-05 08:23:49 +00:00
Jan Høydahl 5f5f7e7756 SOLR-5301: DELETEALIAS command prints CREATEALIAS in logs
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1529335 13f79535-47bb-0310-9956-ffa450edef68
2013-10-04 22:32:56 +00:00
Steven Rowe dc474d25cb LUCENE-5257: merge CHANGES.txt entry with LUCENE-5249's entry
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1529249 13f79535-47bb-0310-9956-ffa450edef68
2013-10-04 18:31:14 +00:00
Steven Rowe 249d45f124 LUCENE-5257: Fix top-level validate target subant invocation syntax
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1529246 13f79535-47bb-0310-9956-ffa450edef68
2013-10-04 18:14:07 +00:00
Steven Rowe fa90270c4d LUCENE-5257: Lock down centralized versioning of ivy dependencies
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1529243 13f79535-47bb-0310-9956-ffa450edef68
2013-10-04 18:03:45 +00:00
Michael McCandless ce83d40c67 LUCENE-5254: just pass 'this' to the CoreClosedListeners
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1529139 13f79535-47bb-0310-9956-ffa450edef68
2013-10-04 12:20:10 +00:00
Michael McCandless 1ea2fade59 LUCENE-5254: don't hold ref to original SR from SCR, to avoid bounded leak of things like live docs bitset
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1529135 13f79535-47bb-0310-9956-ffa450edef68
2013-10-04 11:52:52 +00:00
Shawn Heisey 16ce59c34a SOLR-5264: Removing deprecated getBooleanArg from trunk.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1529016 13f79535-47bb-0310-9956-ffa450edef68
2013-10-03 21:54:42 +00:00
Shai Erera eda0a6b0cf reuse TermsEnum
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1528999 13f79535-47bb-0310-9956-ffa450edef68
2013-10-03 20:48:01 +00:00
Shawn Heisey 4ebdcbafb4 SOLR-5264: move getBooleanArg to NamedList#removeBooleanArg
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1528976 13f79535-47bb-0310-9956-ffa450edef68
2013-10-03 19:12:30 +00:00
Shai Erera 3b35de6599 LUCENE-5189: fix updates-order and docsWithField bugs
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1528837 13f79535-47bb-0310-9956-ffa450edef68
2013-10-03 13:02:29 +00:00
Shawn Heisey 00f281550f SOLR-5264 - CHANGES.txt. References boolean arg work that's not done yet.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1528700 13f79535-47bb-0310-9956-ffa450edef68
2013-10-03 01:47:28 +00:00
Shawn Heisey a68586a036 SOLR-5264 removing deprecated "oneOrMany" method from trunk
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1528699 13f79535-47bb-0310-9956-ffa450edef68
2013-10-03 01:38:40 +00:00
Shawn Heisey 86a0b893fe SOLR-5264 - move config argument retrieval/removal from Update Processor code to NamedList
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1528680 13f79535-47bb-0310-9956-ffa450edef68
2013-10-02 23:45:25 +00:00
Steven Rowe 2cb0a5c0da stop emitting warning about undefined variable $1 in the case of no leading text to trim from a line (i.e. $type is empty and there is no leading whitespace)
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1528670 13f79535-47bb-0310-9956-ffa450edef68
2013-10-02 22:57:41 +00:00
Michael McCandless b50a2edbb2 LUCENE-5214: add FreeTextSuggester
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1528517 13f79535-47bb-0310-9956-ffa450edef68
2013-10-02 15:23:50 +00:00