Commit Graph

22185 Commits

Author SHA1 Message Date
Michael McCandless 041f9077c2 LUCENE-6379: short circuit IndexWriter.deleteDocuments(MatchAllDocsQuery) to the much faster and schema-cleansing .deleteAll
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1670410 13f79535-47bb-0310-9956-ffa450edef68
2015-03-31 17:47:12 +00:00
Noble Paul 72e8c75c29 SOLR-6924: The config API forcefully refreshes all replicas in the collection to ensure all are
updated

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1670381 13f79535-47bb-0310-9956-ffa450edef68
2015-03-31 16:18:18 +00:00
Timothy Potter 3cd47b0e19 Add version 5.2.0 to trunk.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1670375 13f79535-47bb-0310-9956-ffa450edef68
2015-03-31 16:07:01 +00:00
Shawn Heisey 5f5814ce27 SOLR-7319: Revert previous patch, return to discussion.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1670370 13f79535-47bb-0310-9956-ffa450edef68
2015-03-31 15:54:05 +00:00
Varun Thacker b13658aa5d SOLR-7324: IndexFetcher does not need to call isIndexStale if full copy is already needed
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1670359 13f79535-47bb-0310-9956-ffa450edef68
2015-03-31 15:04:09 +00:00
Michael McCandless 51d98e6d88 fix test bug: this test was not really testing no wait close
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1670284 13f79535-47bb-0310-9956-ffa450edef68
2015-03-31 09:06:08 +00:00
Michael McCandless 1d26d646cd LUCENE-6308: fix test bug
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1670281 13f79535-47bb-0310-9956-ffa450edef68
2015-03-31 09:02:08 +00:00
Michael McCandless d3cfba9b29 LUCENE-6308: cutover Spans to DISI, reuse ConjunctionDISI, use two-phased iteration
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1670272 13f79535-47bb-0310-9956-ffa450edef68
2015-03-31 08:27:45 +00:00
Anshum Gupta 03f4970074 LUCENE-6380: Fix imports in addVersion.py for the release process
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1670251 13f79535-47bb-0310-9956-ffa450edef68
2015-03-31 04:45:25 +00:00
Tomas Eduardo Fernandez Lobbe 1149845011 SOLR-6845: Updated SuggestComponent comments in techproducts example configset
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1670183 13f79535-47bb-0310-9956-ffa450edef68
2015-03-30 19:24:05 +00:00
Gregory Chanan 21f4106873 SOLR-7272: Use OverseerCollectionProcessor.ROUTER and DocCollection.DOC_ROUTER consistently
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1670178 13f79535-47bb-0310-9956-ffa450edef68
2015-03-30 19:07:41 +00:00
Joel Bernstein c6a5e65bd5 SOLR-7082: Syntactic sugar for metric gathering
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1670176 13f79535-47bb-0310-9956-ffa450edef68
2015-03-30 18:56:47 +00:00
Adrien Grand 01152b825f Fix TestNRTThreads by explicitely copying the term before running the query.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1670026 13f79535-47bb-0310-9956-ffa450edef68
2015-03-30 09:42:11 +00:00
Adrien Grand ac0b4c552a LUCENE-6303: Fix changelog.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1670009 13f79535-47bb-0310-9956-ffa450edef68
2015-03-30 08:34:03 +00:00
Adrien Grand 92a7c7e4ee LUCENE-6303: Disable auto-caching in IndexSearcher.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1670006 13f79535-47bb-0310-9956-ffa450edef68
2015-03-30 08:24:13 +00:00
Ramkumar Aiyengar 8c88f40869 SOLR-7309: Fix bin/solr verbose output
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1669969 13f79535-47bb-0310-9956-ffa450edef68
2015-03-29 22:43:14 +00:00
Steven Rowe 9d7641b34d SOLR-7308: fix doc typo.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1669850 13f79535-47bb-0310-9956-ffa450edef68
2015-03-29 00:58:09 +00:00
Varun Thacker c7427a2fd1 SOLR-7202: Remove deprecated string action types in Overseer, OverseerCollectionProcessor - deletecollection, createcollection, reloadcollection, removecollection, removeshard
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1669748 13f79535-47bb-0310-9956-ffa450edef68
2015-03-28 11:47:17 +00:00
Shawn Heisey 421897ea3c SOLR-7319: Workaround for the "Four Month Bug" GC pause problem
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1669731 13f79535-47bb-0310-9956-ffa450edef68
2015-03-28 04:07:18 +00:00
Noble Paul 1619ebd662 formatting fixed
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1669726 13f79535-47bb-0310-9956-ffa450edef68
2015-03-28 01:41:50 +00:00
Yonik Seeley a4274dff9a SOLR-7214: optimize multi-valued counts-only case
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1669712 13f79535-47bb-0310-9956-ffa450edef68
2015-03-28 00:02:40 +00:00
Areek Zillur 0e2def6f5c LUCENE-6339: move changes entry from 6.0.0 to 5.1.0
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1669703 13f79535-47bb-0310-9956-ffa450edef68
2015-03-27 23:04:23 +00:00
Areek Zillur b7adb6ac77 LUCENE-6339: Added Near-real time Document Suggester via custom postings format
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1669698 13f79535-47bb-0310-9956-ffa450edef68
2015-03-27 22:37:49 +00:00
Michael McCandless f49f2b2af6 fix silly minor performance bug in CompiledAutomaton/Terms.intersect implementations
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1669639 13f79535-47bb-0310-9956-ffa450edef68
2015-03-27 18:06:56 +00:00
Noble Paul e0ff3a6b0c SOLR-7226: fixed the commented out testcase due to failure
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1669634 13f79535-47bb-0310-9956-ffa450edef68
2015-03-27 17:50:14 +00:00
Ramkumar Aiyengar 83969f44a0 SOLR-7309: Make bin/solr, bin/post work when Solr installation directory contains spaces
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1669628 13f79535-47bb-0310-9956-ffa450edef68
2015-03-27 17:25:05 +00:00
Michael McCandless f60b1d12fc LUCENE-6367: correct CHANGES entry: PrefixQuery already operated in binary term space
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1669577 13f79535-47bb-0310-9956-ffa450edef68
2015-03-27 13:17:14 +00:00
Joel Bernstein b51277fecf SOLR-7082: Editing Javadoc
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1669554 13f79535-47bb-0310-9956-ffa450edef68
2015-03-27 12:19:15 +00:00
Shai Erera 2dd6c36cec SOLR-7318: AbstractFullDistribZkTestBase.getRelativeSolrHomePath doesn't work on Windows
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1669542 13f79535-47bb-0310-9956-ffa450edef68
2015-03-27 11:36:39 +00:00
Michael McCandless bce10efeb4 fix test lowercase bug
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1669533 13f79535-47bb-0310-9956-ffa450edef68
2015-03-27 09:17:12 +00:00
Michael McCandless 6a6c729920 LUCENE-6367: PrefixQuery now subclasses AutomatonQuery
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1669522 13f79535-47bb-0310-9956-ffa450edef68
2015-03-27 08:22:54 +00:00
David Wayne Smiley ef0209189e SOLR-5911: term vector payload support
in schema & TermVectorComponent & LukeRequestHandler

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1669492 13f79535-47bb-0310-9956-ffa450edef68
2015-03-27 02:01:38 +00:00
Noble Paul 493d3fd2f0 SOLR-7226: adding an experimental warning and removing a check
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1669491 13f79535-47bb-0310-9956-ffa450edef68
2015-03-27 01:39:08 +00:00
Shai Erera f4bc84cade SOLR-7317: Remove jhighlight.jar which contains LGPL-only code
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1669449 13f79535-47bb-0310-9956-ffa450edef68
2015-03-26 21:36:56 +00:00
Chris M. Hostetter 939a079fc4 SOLR-7240 Another CHANGES typo .. sure ... why not.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1669448 13f79535-47bb-0310-9956-ffa450edef68
2015-03-26 21:34:18 +00:00
Shai Erera 7df96fce42 add svn:eol-style property
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1669446 13f79535-47bb-0310-9956-ffa450edef68
2015-03-26 21:27:14 +00:00
Chris M. Hostetter 44437971eb SOLR-7240 CHANGES typo
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1669433 13f79535-47bb-0310-9956-ffa450edef68
2015-03-26 20:55:35 +00:00
Chris M. Hostetter b17ed54025 SOLR-7240: '/' redirects to '/solr/' for convinience
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1669431 13f79535-47bb-0310-9956-ffa450edef68
2015-03-26 20:51:23 +00:00
Alan Woodward dada4c8943 SOLR-7307: Rename test file to make Eclipse happy
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1669427 13f79535-47bb-0310-9956-ffa450edef68
2015-03-26 20:24:24 +00:00
Shai Erera a044b12cf5 SOLR-7298: Fix Collections API SolrJ calls to not add name parameter when not needed
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1669426 13f79535-47bb-0310-9956-ffa450edef68
2015-03-26 20:18:14 +00:00
Yonik Seeley e041664f2a SOLR-7212: tests - fix package mismatch
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1669424 13f79535-47bb-0310-9956-ffa450edef68
2015-03-26 19:59:40 +00:00
Yonik Seeley a46dcb70e8 SOLR-7212: tests - fix package mismatch
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1669423 13f79535-47bb-0310-9956-ffa450edef68
2015-03-26 19:57:00 +00:00
Shalin Shekhar Mangar 58953ff02c SOLR-6673: Fix NPE
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1669374 13f79535-47bb-0310-9956-ffa450edef68
2015-03-26 17:33:04 +00:00
Noble Paul ad913e4013 SOLR-7226: Make /query/* jmx/* , requestDispatcher/*, <listener> <initParams> properties in solrconfig.xml editable
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1669368 13f79535-47bb-0310-9956-ffa450edef68
2015-03-26 16:39:14 +00:00
Yonik Seeley f2874dd9d3 SOLR-7212: Parameter substitution / macro expansion across entire request
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1669354 13f79535-47bb-0310-9956-ffa450edef68
2015-03-26 15:29:38 +00:00
Joel Bernstein 845c7c3a5d SOLR-7082: update CHANGES.txt
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1669343 13f79535-47bb-0310-9956-ffa450edef68
2015-03-26 13:40:35 +00:00
Alan Woodward 377c53e668 SOLR-1387: Add facet.contains and facet.contains.ignoreCase
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1669335 13f79535-47bb-0310-9956-ffa450edef68
2015-03-26 12:22:50 +00:00
Alan Woodward 203bbf504a SOLR-7203: Remove buggy no-op retries in HttpSolrClient
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1669313 13f79535-47bb-0310-9956-ffa450edef68
2015-03-26 10:42:22 +00:00
Alan Woodward 5048456a7a SOLR-7307: Add constructors to EmbeddedSolrServer taking Path or NodeConfig
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1669305 13f79535-47bb-0310-9956-ffa450edef68
2015-03-26 09:21:01 +00:00
Noble Paul 0656e8ac44 SOLR-6924: removing double listening of nodes
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1669245 13f79535-47bb-0310-9956-ffa450edef68
2015-03-26 00:33:49 +00:00