Commit Graph

8239 Commits

Author SHA1 Message Date
jbernste 3cc4125a8a SOLR-9027: Collect the TermContexts in createWeight 2016-05-02 08:45:07 -04:00
jbernste 86f371cbc6 SOLR-9027: GraphTermsQuery optimizations and more explicit handling of non-caching behavior 2016-05-02 08:43:47 -04:00
jbernste d1f32c0432 SOLR-8925: Integrate the GraphTermsQuery into the gatherNodes expression 2016-05-02 08:42:24 -04:00
jbernste 06f9bd2bf9 SOLR-9027: Add GraphTermsQuery to limit traversal on high frequency nodes 2016-05-02 08:40:26 -04:00
Dennis Gove 499ae951ec SOLR-8918: Corrects usage of a global variable in admin page's stream.js which was overriding the same variable in cloud.js 2016-05-02 08:39:00 -04:00
Dennis Gove fc2200e4f9 SOLR-8918: Adds Streaming to the admin page under the collections section
Includes ability to see graphically the expression explanation
2016-05-02 08:37:01 -04:00
Dennis Gove d969de41c1 SOLR-9009: Adds ability to get an Explanation of a Streaming Expression
Conflicts:
	solr/CHANGES.txt
2016-05-02 08:36:46 -04:00
jbernste 60a9e38668 SOLR-8996: Add Random Streaming Expression 2016-05-02 08:29:29 -04:00
jbernste d77574abba SOLR-8925: Add gatherNodes Streaming Expression to support breadth first traversals
Conflicts:
	solr/core/src/java/org/apache/solr/handler/StreamHandler.java
2016-05-02 08:29:08 -04:00
Chris Hostetter 8e8f6c1fa8 SOLR-9028: Fix 2 SSL test related bugs...
1) SolrTestCaseJ4 should always reset the HttpClientConfigurer in afterClass, regardless of wether ssl was used
   (when SSL is not used, the active configurer explicitly excludes SSL)
2) HttpClientUtilTest.testSSLSystemProperties made no sense as written.  setSSLSystemProperties() didn't have any
   effect on what was being tested, even if it was useful it would only have affected what keystore/truststore were
   used, not wether HTTPS was supported or not.
2016-04-30 22:22:09 -07:00
Gregory Chanan ad152d23d5 SOLR-9047: fix windows script 2016-04-29 14:58:54 -07:00
Gregory Chanan 67ebfb1cc2 SOLR-9047: zkcli should allow alternative locations for log4j configuration 2016-04-29 14:16:38 -07:00
Chris Hostetter 7aecf344b1 SOLR-9028: Fixed some test related bugs preventing SSL + ClientAuth from ever being tested
(cherry picked from commit 791d1e7)

Conflicts:
	solr/core/src/test/org/apache/solr/cloud/SSLMigrationTest.java
	solr/solrj/src/java/org/apache/solr/client/solrj/impl/HttpClientUtil.java
	solr/test-framework/src/java/org/apache/solr/SolrTestCaseJ4.java
	solr/test-framework/src/java/org/apache/solr/util/SSLTestConfig.java
2016-04-29 10:08:41 -07:00
yonik 21aea6f606 SOLR-9034: fix atomic updates for copyField w/ docValues 2016-04-28 15:53:30 -04:00
Adrien Grand 8ca6f6651e LUCENE-7261: Speed up LSBRadixSorter. 2016-04-28 18:26:58 +02:00
Noble Paul 6c459779c5 SOLR-8992: Restore Schema API GET method functionality removed in 6.0 added back another test and fixed test errors 2016-04-28 15:40:06 +05:30
Noble Paul 6b7e965b85 SOLR-8992: Restore Schema API GET method functionality removed in 6.0 2016-04-28 15:40:00 +05:30
Noble Paul 7fefc35dcf SOLR-8992: Restore Schema API GET method functionality removed in 6.0 2016-04-28 15:39:51 +05:30
Uwe Schindler 9e34d3137f SOLR-9046: Fix solr.cmd that wrongly assumes Jetty will always listen on 0.0.0.0 2016-04-28 06:10:00 +02:00
Christine Poerschke ec071e2f84 SOLR-9037: replace multiple "/replication" strings with one static constant 2016-04-27 17:19:34 +01:00
Shai Erera 95322605b8 SOLR-9016: Fix SolrIdentifierValidator to not accept empty identifiers 2016-04-26 20:59:00 -07:00
Noble Paul 8162ba4534 SOLR-9041: 'core-admin-read' and 'core-admin-edit' are well known permissions 2016-04-26 19:26:44 +05:30
Scott Blum 89857653ca SOLR-9029: fix rare ZkStateReader visibility race during collection state format update 2016-04-25 21:21:02 -04:00
Christine Poerschke 9b8e6f1cb0 SOLR-9025: Add SolrCoreTest.testImplicitPlugins test. 2016-04-22 19:00:57 +01:00
Dennis Gove 78176e23bc SOLR-8599: Improved the tests for this issue to avoid changing a variable to non-final 2016-04-21 15:19:33 -07:00
Kevin Risden d914ec4a67 SOLR-9020: Implement StatementImpl/ResultSetImpl get/set fetch* methods and proper errors for traversal methods 2016-04-20 14:50:24 -05:00
markrmiller b111bfda42 SOLR-8913: When using a shared filesystem we should store data dir and tlog dir locations in the cluster state. 2016-04-20 12:07:56 -04:00
Kevin Risden 6276fe5ec7 SOLR-8809: Implement Connection.prepareStatement 2016-04-20 10:03:54 -05:00
Scott Blum cdf1f5ab88 SOLR-8929: Add an idea module for solr/server to enable launching start.jar 2016-04-19 21:16:38 -04:00
Scott Blum 7c356bad06 SOLR-8973: Zookeeper frenzy when a core is first created. 2016-04-19 20:57:42 -04:00
Dennis Gove d68b090dd5 SOLR-9015: Adds SelectStream as a default function in the StreamHandler 2016-04-19 20:50:00 -04:00
Chris Hostetter fdcd17bef2 SOLR-8971: Preserve root cause when wrapping exceptions 2016-04-19 14:29:30 -07:00
Chris Hostetter 10338a934f SOLR-8990: Fix top term links from schema browser page to use {!term} parser 2016-04-19 11:17:24 -07:00
Chris Hostetter 7be7e8beb9 CHANGES.txt corrections - new features go in the New Features section (SOLR-8782, SOLR-8765, SOLR-8842) 2016-04-19 09:43:28 -07:00
Uwe Schindler b95bbb8092 Fix Java 9 problem with static field leakage 2016-04-19 10:16:12 +02:00
Noble Paul 3eb1ce6cf6 Merge remote-tracking branch 'origin/branch_6x' into branch_6x 2016-04-19 13:11:38 +05:30
Noble Paul ffbbfbbe10 SOLR-8349: trying to address test failures 2016-04-19 13:11:18 +05:30
Steve Rowe bce490c4b7 javadoc: DateField->TrieDateField 2016-04-18 17:00:38 -04:00
anshum 55de1ba539 SOLR-8983: Cleanup clusterstate in case of a failed CREATE collection call 2016-04-18 12:25:48 -07:00
Timothy Potter 57270a5fb5 SOLR-9007: remove mention of managed_schema_configs 2016-04-18 11:49:42 -06:00
Noble Paul 999537f50e more logging to get which server failed 2016-04-18 19:46:51 +05:30
Noble Paul 5b680de13a SOLR-8349: Allow sharing of large in memory data structures across cores 2016-04-18 16:15:26 +05:30
Noble Paul 489acdb509 SOLR-8349: Allow sharing of large in memory data structures across cores 2016-04-18 16:13:53 +05:30
Varun Thacker 3b7325c529 SOLR-9004: Fix name field type definition in films example 2016-04-17 23:52:26 +05:30
Varun Thacker ece296224c SchemaManager waits correctly for replicas to be notified of a new change 2016-04-17 21:58:21 +05:30
David Smiley e1a5665fee SOLR-8946: fix bin/post stdin detection. faulty on Ubuntu; maybe others
(cherry picked from commit 7833f7f)
2016-04-15 22:07:58 -04:00
Christine Poerschke d69274b5d6 SOLR-8938: add -x as short-form of --excluderegex ZkCLI arg 2016-04-15 16:22:45 +01:00
Noble Paul 0e30fe1c39 SOLR-8995: Replace anonymous implementations of SAM interfaces with Lambdas 2016-04-15 19:04:57 +05:30
Noble Paul f82a27aa5c SOLR-8995: Replace anonymous implementations of SAM interfaces with Lambdas 2016-04-15 19:04:44 +05:30
Noble Paul 6c74669375 SOLR-8985: Added back support for 'includeDynamic' flag to /schema/fields endpoint 2016-04-15 13:25:10 +05:30