Commit Graph

22820 Commits

Author SHA1 Message Date
Anshum Gupta 108b9302b2 SOLR-7468: Added an alt. test, change for client and server to use different principals, and explicit addition of name.rules for test
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1681778 13f79535-47bb-0310-9956-ffa450edef68
2015-05-26 15:34:38 +00:00
Shalin Shekhar Mangar 49911c619b SOLR-7389: Expose znodeVersion property for each of the collections returned for the clusterstatus operation in the collections API
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1681776 13f79535-47bb-0310-9956-ffa450edef68
2015-05-26 15:24:35 +00:00
Mark Robert Miller 194d92c53c SOLR-7592: Fix ant run-example after Jetty 9 upgrade.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1681672 13f79535-47bb-0310-9956-ffa450edef68
2015-05-26 02:22:33 +00:00
Anshum Gupta 9caddd385e SOLR-7468: Enabling debug logging for kerberos connections during tests and trying to fix # of jettys (shards)
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1681597 13f79535-47bb-0310-9956-ffa450edef68
2015-05-25 15:45:08 +00:00
Mark Robert Miller a545b66008 SOLR-7589: A few improvements to the ObjectReleaseTracker to make test fail debugging a little easier.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1681585 13f79535-47bb-0310-9956-ffa450edef68
2015-05-25 12:42:41 +00:00
Timothy Potter b0a8ce42f5 SOLR-7587: First attempt at fixing the dead-lock; moved call to UpdateLog.onFirstSearcher to end of the SolrCore constructor as it only needs to run once per core initialization
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1681486 13f79535-47bb-0310-9956-ffa450edef68
2015-05-24 16:43:03 +00:00
Shawn Heisey 88b5ea4935 SOLR-7585: Fix NoSuchElementException in LFUCache
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1681449 13f79535-47bb-0310-9956-ffa450edef68
2015-05-24 13:20:04 +00:00
Anshum Gupta 4bbc5470e7 SOLR-7500: Fix text in the CHANGES.txt entry
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1681414 13f79535-47bb-0310-9956-ffa450edef68
2015-05-24 05:51:07 +00:00
Anshum Gupta 5a96141d7f SOLR-7468: Close the cloud client created for test in a finally block.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1681413 13f79535-47bb-0310-9956-ffa450edef68
2015-05-24 05:28:43 +00:00
Uwe Schindler c3b3de98bb Update Clover to 4.0.4
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1681402 13f79535-47bb-0310-9956-ffa450edef68
2015-05-23 23:24:35 +00:00
Erick Erickson 6d4f9b8b35 SOLR-6372: Cross Data Center Replication disabling noisy tests until we figure it out
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1681361 13f79535-47bb-0310-9956-ffa450edef68
2015-05-23 16:04:07 +00:00
Uwe Schindler a7a1416a38 Fix python3 also in root build.xml (was correct already in common-build.xml)
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1681331 13f79535-47bb-0310-9956-ffa450edef68
2015-05-23 12:04:06 +00:00
Ramkumar Aiyengar 9afe4cb687 SOLR-7545: Replace some hardcoded occurrences of default URL
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1681305 13f79535-47bb-0310-9956-ffa450edef68
2015-05-23 09:59:34 +00:00
Chris M. Hostetter c97a92dcc3 SOLR-7335: Fix doc boosts to no longer be multiplied in each field value in multivalued fields that are not used in copyFields
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1681249 13f79535-47bb-0310-9956-ffa450edef68
2015-05-22 23:45:24 +00:00
Uwe Schindler 35fbea9dad Remove hack for localhost address of old FreeBSD build machine
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1681236 13f79535-47bb-0310-9956-ffa450edef68
2015-05-22 21:33:30 +00:00
Ryan Ernst 942ba07248 LUCENE-6497: Allow subclasses of FieldType to check frozen state
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1681207 13f79535-47bb-0310-9956-ffa450edef68
2015-05-22 19:27:34 +00:00
Anshum Gupta 71c454caed SOLR-7468: Fix the Kerberos test to use a reconfigured client always.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1681198 13f79535-47bb-0310-9956-ffa450edef68
2015-05-22 19:21:11 +00:00
Erick Erickson 375899fdbd SOLR-6273: Cross Data Center Replication
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1681186 13f79535-47bb-0310-9956-ffa450edef68
2015-05-22 18:58:29 +00:00
Timothy Potter df514f0cd0 SOLR-7582: Allow auto-commit to be set with system properties in data_driven_schema_configs and enable auto soft-commits for the bin/solr -e cloud example using the Config API.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1681177 13f79535-47bb-0310-9956-ffa450edef68
2015-05-22 18:06:25 +00:00
Timothy Potter b267655b34 Revert changes committed under wrong JIRA #, should have been SOLR-7582, not 7583
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1681175 13f79535-47bb-0310-9956-ffa450edef68
2015-05-22 18:02:10 +00:00
Timothy Potter 6b8eafe625 SOLR-7583: Allow auto-commit to be set with system properties in data_driven_schema_configs and enable auto soft-commits for the bin/solr -e cloud example using the Config API.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1681173 13f79535-47bb-0310-9956-ffa450edef68
2015-05-22 17:58:47 +00:00
Timothy Potter 11bf206e0d SOLR-6820: Increase the default number of buckets to 65536 instead of 256
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1681169 13f79535-47bb-0310-9956-ffa450edef68
2015-05-22 17:44:57 +00:00
Erik Hatcher 471784c67d SOLR-7579: Fix Angular admin UI analysis screen drop-down issue
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1681131 13f79535-47bb-0310-9956-ffa450edef68
2015-05-22 14:45:45 +00:00
Noble Paul f9f2b12a57 SOLR-7531: updateHandler.autoCommit.openSearcher returned in the wrong hierarchy
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1681103 13f79535-47bb-0310-9956-ffa450edef68
2015-05-22 13:12:36 +00:00
Anshum Gupta bdedc94bd3 Bumping up version as part of the 5.2 release process, merge from branch_5x
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1681013 13f79535-47bb-0310-9956-ffa450edef68
2015-05-22 07:19:30 +00:00
Anshum Gupta c243dacfff SOLR-7468: Kerberos plugin for authentication framework. This will enable using Kerberos for authentication in Solr.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1681001 13f79535-47bb-0310-9956-ffa450edef68
2015-05-22 06:26:10 +00:00
Erik Hatcher be4680abb8 SOLR-7465: New file indexing example, under example/files
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1680973 13f79535-47bb-0310-9956-ffa450edef68
2015-05-22 01:23:27 +00:00
Adrien Grand f600153878 Fix minor formatting issue of the changelog.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1680950 13f79535-47bb-0310-9956-ffa450edef68
2015-05-21 20:27:41 +00:00
Adrien Grand 4c2c3cda5b LUCENE-6360: Add CHANGES entry.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1680947 13f79535-47bb-0310-9956-ffa450edef68
2015-05-21 19:50:19 +00:00
Adrien Grand e036005cd6 LUCENE-6360: Make TermsQuery rewrite as a disjunction when there are few terms.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1680946 13f79535-47bb-0310-9956-ffa450edef68
2015-05-21 19:48:41 +00:00
Anshum Gupta 38876c2209 SOLR-7274: Stop forwarding Authorization, Host, and Accept headers for SPNego to work. Also fixed an exception forwarding from SDF and reconfigure SDF's httpClient after authentication has been initialized.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1680931 13f79535-47bb-0310-9956-ffa450edef68
2015-05-21 17:21:44 +00:00
Adrien Grand 10dd568c8e LUCENE-6458: Propagate the bulk scorer too.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1680893 13f79535-47bb-0310-9956-ffa450edef68
2015-05-21 14:51:49 +00:00
David Wayne Smiley 7dfc6f4cdc SOLR-5855: Re-use the document's term vectors in DefaultSolrHighlighter.
Also refactored DefaultSolrHighlighter's methods to be a little nicer.

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1680871 13f79535-47bb-0310-9956-ffa450edef68
2015-05-21 13:30:22 +00:00
Noble Paul e996532668 SOLR-7577: Add support for rules in CREATESHARD and ADDREPLICA
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1680870 13f79535-47bb-0310-9956-ffa450edef68
2015-05-21 13:24:32 +00:00
David Wayne Smiley 961960f1c2 SOLR-7379: Spatial RptWithGeometrySpatialField (based on CompositeSpatialStrategy)
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1680862 13f79535-47bb-0310-9956-ffa450edef68
2015-05-21 13:04:33 +00:00
Adrien Grand f5cf37e4f3 LUCENE-6491: Forbid term queries on fake terms for now.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1680856 13f79535-47bb-0310-9956-ffa450edef68
2015-05-21 12:30:02 +00:00
Dawid Weiss ae31fb3373 JavaDoc correction (FixedBitSet->BitSet).:
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1680755 13f79535-47bb-0310-9956-ffa450edef68
2015-05-21 07:52:07 +00:00
Yonik Seeley 5735b57b84 move FacetMerger public to make javadoc happy
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1680726 13f79535-47bb-0310-9956-ffa450edef68
2015-05-21 03:53:08 +00:00
Yonik Seeley ee50e94c01 SOLR-7578: pass merge context to facet mergers
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1680681 13f79535-47bb-0310-9956-ffa450edef68
2015-05-20 21:32:51 +00:00
Yonik Seeley dbce914d9f SOLR-7446: make FacetMerger abstract
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1680668 13f79535-47bb-0310-9956-ffa450edef68
2015-05-20 20:23:01 +00:00
Tomas Eduardo Fernandez Lobbe 4c3bbde8e9 SOLR-7463: Add missing test file
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1680665 13f79535-47bb-0310-9956-ffa450edef68
2015-05-20 19:45:17 +00:00
Tomas Eduardo Fernandez Lobbe 1f1dc2e27a SOLR-7463: Stop forcing MergePolicy's ''noCFSRatio'' based on the IWC ''useCompoundFile'' configuration. Use the MP's default if not specifically set
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1680663 13f79535-47bb-0310-9956-ffa450edef68
2015-05-20 19:32:14 +00:00
Michael McCandless 3e646430e3 LUCENE-6486: make payloads optional in DocumentDictionary
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1680641 13f79535-47bb-0310-9956-ffa450edef68
2015-05-20 17:29:26 +00:00
Timothy Potter 1a93333d50 SOLR-7332: Initialize the highest value for all version buckets with the max value from the index or recent updates to avoid unnecessary lookups to the index to check for reordered updates when processing new documents.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1680639 13f79535-47bb-0310-9956-ffa450edef68
2015-05-20 16:52:37 +00:00
Alan Woodward f1520d18d5 LUCENE-6466: Don't commit @Seed...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1680606 13f79535-47bb-0310-9956-ffa450edef68
2015-05-20 15:31:58 +00:00
Alan Woodward 3873732f79 LUCENE-6466: Fix MultiSpansWrapper
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1680603 13f79535-47bb-0310-9956-ffa450edef68
2015-05-20 15:27:23 +00:00
Timothy Potter 645f15bae0 SOLR-6820: Make the number of version buckets used by the UpdateLog configurable as increasing beyond the default 256 has been shown to help with high volume indexing performance in SolrCloud
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1680586 13f79535-47bb-0310-9956-ffa450edef68
2015-05-20 14:51:44 +00:00
Alan Woodward 2183e67cfd LUCENE-6466: Move SpanQuery.getSpans() and .extractTerms() to SpanWeight
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1680565 13f79535-47bb-0310-9956-ffa450edef68
2015-05-20 13:29:10 +00:00
Mark Harwood 463d453abf LUCENE-329: Fix FuzzyQuery defaults to rank exact matches highest
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1680522 13f79535-47bb-0310-9956-ffa450edef68
2015-05-20 11:08:32 +00:00
Alan Woodward 4fbbdf465d LUCENE-6490: SpanCollector must be created per-scorer to allow multithreaded search
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1680500 13f79535-47bb-0310-9956-ffa450edef68
2015-05-20 09:31:26 +00:00