You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by bu...@apache.org on 2017/01/11 14:44:19 UTC

svn commit: r1004673 - in /websites/staging/lucene/trunk/content: ./ solr/community.html

Author: buildbot
Date: Wed Jan 11 14:44:18 2017
New Revision: 1004673

Log:
Staging update by buildbot for lucene

Added:
    websites/staging/lucene/trunk/content/solr/community.html
Modified:
    websites/staging/lucene/trunk/content/   (props changed)

Propchange: websites/staging/lucene/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Wed Jan 11 14:44:18 2017
@@ -1 +1 @@
-1778078
+1778300

Added: websites/staging/lucene/trunk/content/solr/community.html
==============================================================================
--- websites/staging/lucene/trunk/content/solr/community.html (added)
+++ websites/staging/lucene/trunk/content/solr/community.html Wed Jan 11 14:44:18 2017
@@ -0,0 +1,416 @@
+<!doctype html>
+<html>
+
+  <head>
+  <!--
+      Licensed to the Apache Software Foundation (ASF) under one or more
+      contributor license agreements.  See the NOTICE file distributed with
+      this work for additional information regarding copyright ownership.
+      The ASF licenses this file to You under the Apache License, Version 2.0
+      (the "License"); you may not use this file except in compliance with
+      the License.  You may obtain a copy of the License at
+
+         http://www.apache.org/licenses/LICENSE- 2.0
+
+      Unless required by applicable law or agreed to in writing, software
+      distributed under the License is distributed on an "AS IS" BASIS,
+      WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+      See the License for the specific language governing permissions and
+      limitations under the License.
+  -->
+  <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+  <meta name="viewport" content="minimal-ui, initial-scale=1, maximum-scale=1, user-scalable=0">
+
+  <link href='http://fonts.googleapis.com/css?family=Raleway:400,300,600,500' rel='stylesheet' type='text/css'>
+
+  <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.min.css" rel="stylesheet">
+  <link rel="stylesheet" href="/solr/lib/foundation/styles/normalize.css" />
+  <link rel="stylesheet" href="/solr/lib/foundation/styles/foundation.min.css"/>
+  <link rel="stylesheet" href="/solr/lib/foundation/styles/foundation-icons.css"/>
+  <link rel="stylesheet" type="text/css" href="//cdn.jsdelivr.net/jquery.slick/1.3.7/slick.css"/>
+  <link rel="stylesheet" href="/solr/assets/styles/base.css" />
+  
+
+  <title>Apache Solr - Community</title>
+
+
+
+  <meta name="Distribution" content="Global"/>
+  <meta name="Robots" content="index,follow"/>
+
+  <meta name="keywords"
+            content="apache, apache lucene, apache solr, solr, lucene
+            search, information retrieval, spell checking, faceting, inverted index, open source"/>
+    
+
+  
+  <link rel="icon" href="/solr/assets/images/favicon.ico" type="image/x-icon"> 
+  <link rel="shortcut icon" href="/solr/assets/images/favicon.ico" type="image/x-icon"> 
+  
+
+  <script src="/solr/lib/jquery-2.1.1.min.js"></script>
+<script src="/solr/lib/foundation/scripts/modernizr.js"></script>
+<script src="/solr/lib/angularjs/scripts/angular.min.js"></script>
+<script src="/solr/lib/angularjs/scripts/angular-animate.min.js"></script>
+<script src="/solr/lib/foundation/scripts/foundation.min.js"></script>
+<script src="//cdn.jsdelivr.net/jquery.slick/1.3.7/slick.min.js"/></script>
+<script src="/solr/lib/jquery.smooth-scroll.min.js"></script>
+
+    <script src="/solr/assets/scripts/main.js"></script>
+    
+
+</head>
+
+
+
+  <body class="page" x-ng-app-root="/solr" x-ng-app="page" x-ng-controller="page.controllers.main">
+
+    
+<div class="contain-to-grid">
+<div class="header-section">
+	<nav class="top-bar" data-topbar role="navigation">
+	  <ul class="title-area">
+	    <li class="name">
+	      <a href="/solr/"><img class="logo" src="/solr/assets/images/logo.svg" /></a>
+	    </li>
+	    <li class="toggle-topbar menu-icon"><a href="#"><span>Menu</span></a></li>
+	  </ul>
+
+	  <div class="top-bar-section">
+	    <ul class="navigation right">
+  <li>
+    <a href="/solr/news.html">News</a>
+  </li>
+  <li>
+    <a href="/solr/features.html">Features</a>
+  </li>
+  <li>
+    <a href="/solr/resources.html">Resources</a>
+  </li>
+  <li class="toggle">
+    <a ng-hide="toggled" ng-click="toggle();" href="#">Search</a>
+    <div id="search">
+  <script type="text/javascript">
+    function getBlank(input, stdValue) {
+      if (input.value == stdValue) {
+        input.value = '';
+      }
+      return true;
+    }
+
+    function selectProvider(form) {
+      lucidAction = "http://find.searchhub.org/p:lucene,solr";
+      searchLuceneAction = "http://search-lucene.com/solr";
+
+      provider = document.getElementById('searchProvider').value;
+      if (provider == "lucid" || provider == "sl") {
+        if (provider == "lucid") {
+          form.action = lucidAction;
+        } else if (provider == "sl") {
+          form.action = searchLuceneAction;
+        }
+
+        // Only store provider preference cookie if the user selected it
+        days = 90; // cookie will be valid for 90 days
+        date = new Date();
+        date.setTime(date.getTime() + (days * 24 * 60 * 60 * 1000));
+        expires = "; expires=" + date.toGMTString();
+        document.cookie = "searchProvider=" + provider + expires + "; path=/";
+      } else {
+        if (Math.random() > 0.5) {
+          form.action = lucidAction;
+        } else {
+          form.action = searchLuceneAction;
+        }
+      }
+      return true;
+    }
+  </script>
+  <form id="quick-search" method="GET" onsubmit="return selectProvider(this)"
+        action="http://search-lucene.com/solr"
+        name="searchform">
+    <fieldset>
+      <div ng-show="toggled" class="search-box ng-hide">
+        <input type="search" name="q" placeholder="Search |" accesskey="q"
+               onfocus="getBlank(this, 'Search |');"/>
+        <a class="search-button" type="submit" 
+           onclick="form = document.getElementById('quick-search'); selectProvider(form); form.submit();"><img src="/solr/assets/images/magnifying-glass.png"/></a>
+        <select id="searchProvider" class="search-provider">
+          <option value="any"> - select provider - </option>
+          <option value="lucid">@ Lucid Find</option>
+          <option value="sl">@ Search-Lucene</option>
+        </select>
+      </div>
+    </fieldset>
+    <script type="text/javascript">
+      if (document.cookie.length > 0) {
+        cStart = document.cookie.indexOf("searchProvider=");
+        if (cStart != -1) {
+          cStart = cStart + "searchProvider=".length;
+          cEnd = document.cookie.indexOf(";", cStart);
+          if (cEnd == -1) {
+            cEnd = document.cookie.length;
+          }
+          provider = unescape(document.cookie.substring(cStart, cEnd));
+          document.getElementById('searchProvider').value = provider;
+        }
+      }
+    </script>
+  </form>
+</div>
+
+  </li>
+  <li>
+    <a class="btn" href="/solr/mirrors-solr-latest-redir.html">download</a>
+  </li>
+  <li >
+    <a class="lucene-btn" href="/index.html">Lucene<br />&#8679; TLP</a>
+  </li>
+</ul>
+
+	  </div>
+	</nav>
+</div>
+</div>
+
+<div class="header-fill"></div>
+
+  <div class="container">
+
+    <div class="row">
+      <div class="small-12 columns">
+        
+          <style type="text/css">
+/* The following code is added by mdx_elementid.py
+   It was originally lifted from http://subversion.apache.org/style/site.css */
+/*
+ * Hide class="elementid-permalink", except when an enclosing heading
+ * has the :hover property.
+ */
+.headerlink, .elementid-permalink {
+  visibility: hidden;
+}
+h2:hover > .headerlink, h3:hover > .headerlink, h1:hover > .headerlink, h6:hover > .headerlink, h4:hover > .headerlink, h5:hover > .headerlink, dt:hover > .elementid-permalink { visibility: visible }</style>
+<h2 id="apache-software-foundation">Apache Software Foundation<a class="headerlink" href="#apache-software-foundation" title="Permanent link">&para;</a></h2>
+<p>Solr is developed by contributors to the Apache Software Foundation (ASF) through an open, meritocratic process that goes well beyond 
+simply sharing the source code.
+Visit the <a href="http://www.apache.org/">ASF website</a> to learn more.</p>
+<h2 id="support">Support<a class="headerlink" href="#support" title="Permanent link">&para;</a></h2>
+<p>The Solr Community provides user support for free through the <a href="#mailing-lists">solr-user mailing list</a> and other channels mentioned
+here. There are also a number of external companies and professionals ready to help, see the user-maintained list at 
+<a href="https://wiki.apache.org/solr/Support">wiki.apache.org/solr/Support</a>.</p>
+<h4 id="about-versions">About versions<a class="headerlink" href="#about-versions" title="Permanent link">&para;</a></h4>
+<p>Apache Solr is under active development with frequent feature releases on the current major version (e.g. 6.x).
+The previous version (e.g. 5.5) may still receives security- and bug fixes as point releases, thus taking the role 
+of the LTS (Long Term Support) version.
+Older versions are considered EOL (End Of Life) and will not be supported by the community at all.
+A new major Solr version will be able to read the index of the previous major version, but not from older versions. 
+For more about versions and upgrading Solr, see the 
+<a href="https://cwiki.apache.org/confluence/display/solr/Upgrading+Solr">Reference Guide chapter “Upgrading Solr”</a>.</p>
+<h2 id="mailing-lists">Mailing Lists<a class="headerlink" href="#mailing-lists" title="Permanent link">&para;</a></h2>
+<h4 id="solr-user-list-solr-userluceneapacheorg">Solr User List: solr-user@lucene.apache.org<a class="headerlink" href="#solr-user-list-solr-userluceneapacheorg" title="Permanent link">&para;</a></h4>
+<p>This list is for users of Solr to ask questions, share knowledge, and discuss issues.  We strongly encourage 
+users to send usage and configuration questions and problems to this mailing list.  Before filing an issue in 
+the JIRA issue tracker, make sure it's a real bug and that it hasn't been already discovered by discussing it here.</p>
+<p>Subscribe: <a href="mailto:solr-user-subscribe@lucene.apache.org">solr-user-subscribe</a></p>
+<p>Unsubscribe: <a href="mailto:solr-user-unsubscribe@lucene.apache.org">solr-user-unsubscribe</a> 
+(<a href="https://wiki.apache.org/solr/Unsubscribing%20from%20mailing%20lists">Problems?</a>)</p>
+<p>Send: <a href="mailto:solr-user@lucene.apache.org">solr-user</a> (Requires subscription)</p>
+<p><a href="http://mail-archives.apache.org/mod_mbox/lucene-solr-user/">Official Apache Archive</a></p>
+<h4 id="developer-list-devluceneapacheorg">Developer List: dev@lucene.apache.org<a class="headerlink" href="#developer-list-devluceneapacheorg" title="Permanent link">&para;</a></h4>
+<p>This is the list where participating developers of the Lucene and Solr projects meet and discuss 
+issues concerning Lucene/Solr internals, code changes/additions, etc.</p>
+<p>NOTE: Please do not send mail to this list with usage questions or configuration questions and 
+problems, that is what the solr-user mailing list is for.</p>
+<p>Subscribe: <a href="mailto:dev-subscribe@lucene.apache.org">dev-subscribe</a></p>
+<p>Unsubscribe: <a href="mailto:dev-unsubscribe@lucene.apache.org">dev-unsubscribe</a> 
+(<a href="https://wiki.apache.org/solr/Unsubscribing%20from%20mailing%20lists">Problems?</a>)</p>
+<p>Send: <a href="mailto:dev@lucene.apache.org">dev</a> (Requires subscription)</p>
+<p><a href="http://mail-archives.apache.org/mod_mbox/lucene-dev/">Official Apache Archive</a></p>
+<h4 id="general-discussion-generalluceneapacheorg">General Discussion: general@lucene.apache.org<a class="headerlink" href="#general-discussion-generalluceneapacheorg" title="Permanent link">&para;</a></h4>
+<p>This list is for broader questions and discussions about the Lucene project, announcements, 
+and for questions from users who have no idea where to get started (Lucene-Core?, Solr? PyLucene?)</p>
+<p>Subscribe: <a href="mailto:general-subscribe@lucene.apache.org">general-subscribe</a></p>
+<p>Unsubscribe: <a href="mailto:general-unsubscribe@lucene.apache.org">general-unsubscribe</a> 
+(<a href="https://wiki.apache.org/solr/Unsubscribing%20from%20mailing%20lists">Problems?</a>)</p>
+<p>Send: <a href="mailto:general@lucene.apache.org">general</a> (Requires subscription)</p>
+<p><a href="http://mail-archives.apache.org/mod_mbox/lucene-general/">Official Apache Archive</a></p>
+<h4 id="commit-notifications-commitslucene">Commit Notifications: commits@lucene<a class="headerlink" href="#commit-notifications-commitslucene" title="Permanent link">&para;</a></h4>
+<p>This is an automated announcement only list where notifications about every Lucene/Solr commit are sent.</p>
+<p>Subscribe: <a href="mailto:commits-subscribe@lucene.apache.org">commits-subscribe</a></p>
+<p>Unsubscribe: <a href="mailto:commits-unsubscribe@lucene.apache.org">commits-unsubscribe</a> 
+(<a href="https://wiki.apache.org/solr/Unsubscribing%20from%20mailing%20lists">Problems?</a>)</p>
+<p><a href="http://mail-archives.apache.org/mod_mbox/lucene-commits/">Official Apache Archive</a></p>
+<h4 id="mail-archives">Mail Archives<a class="headerlink" href="#mail-archives" title="Permanent link">&para;</a></h4>
+<p>The Solr Wiki maintains a list of searchable mailing list archives at</p>
+<p><a href="http://wiki.apache.org/solr/MailingListArchives">http://wiki.apache.org/solr/MailingListArchives</a>.</p>
+<p>No endorsement is implied by the listing of an archive on the Wiki.</p>
+<h4 id="other-mailing-lists">Other Mailing Lists<a class="headerlink" href="#other-mailing-lists" title="Permanent link">&para;</a></h4>
+<p>Each Lucene project maintains its own mailing lists. Please refer to the project you are interested in 
+for details on subscribing to its mailing list.</p>
+<h2 id="irc">IRC<a class="headerlink" href="#irc" title="Permanent link">&para;</a></h2>
+<p>There are two primary IRC channels dedicated to Solr at freenode.net.</p>
+<p>• #solr -- Channel for Solr user questions</p>
+<p>• #solr-dev -- Hangout for discussion of Solr development</p>
+<p>The IRC channel can be used for online discussion about Lucene<sup>&trade;</sup>/Solr related stuff, 
+but developers should be careful to transfer all the official decisions or useful discussions to the issue 
+tracking system.  Note that the solr-user mailing list will reach a lot more people than the IRC channel, 
+but if it's the right time of day, the IRC channel can offer a more interactive experience with faster turnaround.</p>
+<p><a href="http://wiki.apache.org/solr/IRCChannels">This wiki page</a> has links to a web-based IRC client, and a 
+wealth of information about how to get the most out of the IRC channels.</p>
+<h2 id="issue-tracker">Issue tracker<a class="headerlink" href="#issue-tracker" title="Permanent link">&para;</a></h2>
+<p>Solr uses the ASF JIRA instance.</p>
+<p>You can browse, search, and create issues <a href="https://issues.apache.org/jira/browse/SOLR">here</a>.<br />
+Patches welcome!  This is not the correct place to start when you need support.  Problems should be 
+discussed on the mailing list and/or via IRC before creating an issue.</p>
+<h2 id="how-to-contribute">How To Contribute<a class="headerlink" href="#how-to-contribute" title="Permanent link">&para;</a></h2>
+<p>Looking to contribute to Solr?  Read the <a href="http://wiki.apache.org/solr/HowToContribute">instructions</a> on 
+contributing and then submit a patch!</p>
+<h2 id="version-control">Version Control<a class="headerlink" href="#version-control" title="Permanent link">&para;</a></h2>
+<p>The Solr source code resides in the Apache <a href="http://git.apache.org">GIT</a> repository. Various GIT clients 
+can be obtained from <a href="https://git-scm.com/">git-scm.com</a>. There are also GIT integrations for various 
+IDEs. For Eclipse, look at <a href="http://www.eclipse.org/egit/">EGit</a>. IntelliJ has git support bundled, if you 
+have installed the command line version.</p>
+<h4 id="web-access-read-only">Web Access (read-only)<a class="headerlink" href="#web-access-read-only" title="Permanent link">&para;</a></h4>
+<p>The source code can be browsed via the Web at <a href="https://git-wip-us.apache.org/repos/asf?p=lucene-solr.git">https://git-wip-us.apache.org/repos/asf?p=lucene-solr.git</a>. 
+No GIT client software is required.</p>
+<p>The code can also be browsed through our GitHub mirror at <a href="https://github.com/apache/lucene-solr/">https://github.com/apache/lucene-solr/</a>.</p>
+<h4 id="anonymous-access-read-only">Anonymous Access (read-only)<a class="headerlink" href="#anonymous-access-read-only" title="Permanent link">&para;</a></h4>
+<p>The GIT URL for anonymous users is <a href="http://git-wip-us.apache.org/repos/asf/lucene-solr.git">http://git-wip-us.apache.org/repos/asf/lucene-solr.git</a>. 
+Instructions for non-committer GIT access are <a href="https://git-wip-us.apache.org/#repository-checkout">here</a>.</p>
+<h4 id="committer-access-read-write">Committer Access (read-write)<a class="headerlink" href="#committer-access-read-write" title="Permanent link">&para;</a></h4>
+<p>The GIT URL for committers is <a href="https://git-wip-us.apache.org/repos/asf/lucene-solr.git">https://git-wip-us.apache.org/repos/asf/lucene-solr.git</a>. 
+Instructions for committer GIT access are <a href="https://git-wip-us.apache.org/#repository-checkout">here</a>.</p>
+<h2 id="powered-by">Powered By<a class="headerlink" href="#powered-by" title="Permanent link">&para;</a></h2>
+<p>Are you Solr powered?  Looking for good company?  Check out 
+<a href="https://wiki.apache.org/solr/PublicServers">Solr's Powered By</a> page to learn about people and companies using Solr.</p>
+        
+      </div>
+    </div>
+
+  </div>
+    
+    <footer>
+  <div class="row">
+    <div class="small-6 medium-3 columns">
+      <h4>Features</h4>
+      <ul>
+        <li><a href="/solr/features.html">Overview</a></li>
+        <li><a href="/solr/features.html#data-handling">Data Handling</a></li>
+        <li><a href="/solr/features.html#query">Querying</a></li>
+        <li><a href="/solr/features.html#facets">Faceting</a></li>
+        <li><a href="/solr/features.html#discovery">Discovery</a></li>
+        <li><a href="/solr/features.html#plugins">Plugins and Extensions</a></li>
+        <li><a href="/solr/features.html#stats">Statistics and Aggregations</a></li>
+        <li><a href="/solr/features.html#spatial">Spatial</a></li>
+        <li><a href="/solr/features.html#rich-content">Rich Content</a></li>
+        <li><a href="/solr/features.html#performance">Performance</a></li>
+        <li><a href="/solr/features.html#solrcloud">Scaling with SolrCloud</a></li>
+        <li><a href="/solr/features.html#admin-ui">User Interface</a></li>
+      </ul>
+    </div>
+    <div class="small-6 medium-3 columns">
+      <h4>Resources</h4>
+      <ul>
+        <li><a href="/solr/resources.html#tutorial">Tutorial</a></li>
+        <li><a href="/solr/resources.html#documentation">Docs</a></li>
+        <li><a href="/solr/resources.html#solr-books">Books</a></li>
+        <li><a href="/solr/resources.html#presentations">Presentations</a></li>
+        <li><a href="/solr/resources.html#videos">Videos</a></li>
+        <li><a href="/solr/resources.html#community">Solr Community</a></li>
+        <li><a href="/solr/logos-and-assets.html">Solr Logos and Assets</a></li>
+        <li><a href="/solr/downloads.html">Download Older Releases</a></li>
+      </ul>
+    </div>
+    <div class="small-6 medium-3 columns">
+      <h4>Get Started</h4>
+      <ul>
+        <li><a href="/solr/mirrors-solr-latest-redir.html">Download</a></li>
+        <li><a href="/solr/quickstart.html">Run Through the Tutorial</a></li>
+        <li><a href="/solr/resources.html">Level Up</a></li>
+      </ul>
+    </div>
+    <div class="small-6 medium-3 columns">
+      <h4>Related Projects</h4>
+      <ul>
+        <li><a href="http://hadoop.apache.org/">Apache Hadoop</a></li>
+        <li><a href="http://manifoldcf.apache.org/">Apache ManifoldCF</a></li>
+        <li><a href="http://mahout.apache.org/">Apache Mahout</a></li>
+        <li><a href="http://nutch.apache.org/">Apache Nutch</a></li>
+        <li><a href="http://opennlp.apache.org/">Apache OpenNLP</a></li>
+        <li><a href="http://tika.apache.org/">Apache Tika</a></li>
+        <li><a href="http://zookeeper.apache.org/">Apache Zookeeper</a></li>
+      </ul>
+    </div>
+  </div>
+  <div class="row copyright">
+    <div class="large-centered columns">
+      <p>Copyright © 2016 The Apache Software Foundation, Licensed under the Apache License, Version 2.0. Privacy Policy<br/>Apache and the Apache feather logo are trademarks of The Apache Software Foundation. Apache Lucene, Apache Solr and their respective logos are trademarks of the Apache Software Foundation. Please see the Apache Trademark Policy for more information.  All non-Apache logos are the trademarks of their respective owners.</p>
+    </div>
+  </div>
+</footer>
+
+<script>
+  $(document).foundation();
+</script>
+<script>
+$(document).ready(function(){
+    $('.slider').slick({
+      infinite: false,
+      speed: 300,
+      slidesToShow: 6,
+      slidesToScroll: 6,
+      responsive: [
+        {
+          breakpoint: 1024,
+          settings: {
+            slidesToShow: 4,
+            slidesToScroll: 4,
+            infinite: true
+          }
+        },
+        {
+          breakpoint: 600,
+          settings: {
+            slidesToShow: 3,
+            slidesToScroll: 3
+          }
+        },
+        {
+          breakpoint: 480,
+          settings: {
+            slidesToShow: 2,
+            slidesToScroll: 2
+          }
+        },
+        {
+          breakpoint: 320,
+          settings: {
+            slidesToShow: 1,
+            slidesToScroll: 1
+          }
+        }
+      ],
+      prevArrow: '<i class="fa fa-angle-left fa-2x slider-prev"></i>',
+      nextArrow: '<i class="fa fa-angle-right fa-2x slider-next"></i>'
+    });
+});
+</script>
+<script type="text/javascript">
+
+  var _gaq = _gaq || [];
+  _gaq.push(['_setAccount', 'UA-94576-12']);
+  _gaq.push(['_trackPageview']);
+
+  (function() {
+    var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
+    ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
+    var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
+  })();
+
+</script>
+
+
+
+  </body>
+</html>