You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by gs...@apache.org on 2014/11/01 16:33:04 UTC

svn commit: r1635973 - in /lucene/cms/branches/solr_6058: content/solr/features.mdtext templates/_solr-footer.html

Author: gsingers
Date: Sat Nov  1 15:33:04 2014
New Revision: 1635973

URL: http://svn.apache.org/r1635973
Log:
SOLR-6058: first draft of detailed features done

Modified:
    lucene/cms/branches/solr_6058/content/solr/features.mdtext
    lucene/cms/branches/solr_6058/templates/_solr-footer.html

Modified: lucene/cms/branches/solr_6058/content/solr/features.mdtext
URL: http://svn.apache.org/viewvc/lucene/cms/branches/solr_6058/content/solr/features.mdtext?rev=1635973&r1=1635972&r2=1635973&view=diff
==============================================================================
--- lucene/cms/branches/solr_6058/content/solr/features.mdtext (original)
+++ lucene/cms/branches/solr_6058/content/solr/features.mdtext Sat Nov  1 15:33:04 2014
@@ -469,7 +469,7 @@ Title: Features
       <p>
         Clustering, spellchecking, auto-complete and more make it easy to help users discover content
       </p>
-      <div class="down-arrow"><a data-scroll href="#query"><i class="fa fa-angle-down fa-2x red"></i></a></div>
+      <div class="down-arrow"><a data-scroll href="#discovery"><i class="fa fa-angle-down fa-2x red"></i></a></div>
     </div>
   </div>
 </section>
@@ -516,6 +516,45 @@ Title: Features
   </ul>
 </section>
 
+<section class="orange">
+  <div class="row">
+    <div class="large-12 columns">
+      <div class="annotation">
+        Detailed Features
+      </div>
+      <h1>Plugins and Extensions</h1>
+      <p>
+        Open source and well-documented make Solr highly extensible
+      </p>
+      <div class="down-arrow"><a data-scroll href="#plugins"><i class="fa fa-angle-down fa-2x red"></i></a></div>
+    </div>
+  </div>
+</section>
+
+<section class="gray list" id="plugins">
+  <ul>
+    <div class="row">
+      <div class="small-6 columns">
+        <li>Plugins for language detection, clustering, data-import, UIMA, Apache Velocity and more provide optional functionality when needed
+        </li>
+      </div>
+      <div class="small-6 columns">
+        <li>Well-defined extension points for indexing, analysis, request handling, query parsing and more make focused extensions easy to write and enable
+        </li>
+      </div>
+    </div>
+    <div class="row">
+      <div class="small-6 columns">
+        <li>An open source and open development approach, enabled by the Apache Software Foundation, make contributions to Solr well-defined and easy to do
+        </li>
+      </div>
+      <div class="small-6 columns">
+        <li>Don't like how Solr implements something? Found a bug?  Check out the code from SVN or Git and make changes as you see fit.  Patches welcome!
+        </li>
+      </div>
+    </div>
+  </ul>
+</section>
 
 <section class="orange">
   <div class="row">
@@ -749,8 +788,7 @@ Title: Features
       </div>
       <h1>Admin Interface</h1>
       <p>
-        HTTP interface with configurable response formats.
-        (XML/XSLT, JSON, Python, Ruby, PHP, Velocity, CSV, binary)
+        A rich and powerful User Interface enables deep insight into Solr's state all without anything extra to install
       </p>
       <div class="down-arrow"><a data-scroll href="#admin-ui"><i class="fa fa-angle-down fa-2x red"></i></a></div>
     </div>
@@ -761,37 +799,41 @@ Title: Features
   <ul>
     <div class="row">
       <div class="small-6 columns">
-        <li>HTTP interface with configurable response formats
-          <p>(XML/XSLT, JSON, Python, Ruby, PHP, Velocity, CSV, binary)</p>
+        <li>Extensive reporting and control interfaces make it easy to understand and alter what is happening in Solr
         </li>
       </div>
       <div class="small-6 columns">
-        <li>Sort by any number of fields, and by complex functions of numeric fields
-          <p>Praesent commodo cursus magna, vel scelerisque nisl consectetur </p>
+        <li>Modern, responsive Javascript-based implementation provides instant feedback
         </li>
       </div>
     </div>
     <div class="row">
       <div class="small-6 columns">
-        <li>Declarative Lucene Analyzer specification
-          <p>Praesent commodo cursus magna, vel scelerisque nisl consectetur </p>
+        <li>Gain insight into cores, collections, shards and more
         </li>
       </div>
       <div class="small-6 columns">
-        <li>Dynamic Fields enables on-the-fly addition of new fields
-          <p>Praesent commodo cursus magna, vel scelerisque nisl consectetur </p>
+        <li>Explore logs, threads and system properties without ever leaving the browser
         </li>
       </div>
     </div>
     <div class="row">
       <div class="small-6 columns">
-        <li>CopyField functionality
-          <p>allows indexing a single field multiple ways, or combining multiple fields into a single searchable field </p>
+        <li>Want to explore alternate queries?  Try the query interface and instantly explore your data without having to write code
         </li>
       </div>
       <div class="small-6 columns">
-        <li>Explicit types eliminates the need for guessing types of fields
-          <p>Praesent commodo cursus magna, vel scelerisque nisl consectetur </p>
+        <li>Explore and debug your data and queries with advanced interfaces for analysis, data exploration and more
+        </li>
+      </div>
+    </div>
+    <div class="row">
+      <div class="small-6 columns">
+        <li>Index content directly from the browser, including rich content via file uploading
+        </li>
+      </div>
+      <div class="small-6 columns">
+        <li>Instantly review key performance metrics right in the browser
         </li>
       </div>
     </div>

Modified: lucene/cms/branches/solr_6058/templates/_solr-footer.html
URL: http://svn.apache.org/viewvc/lucene/cms/branches/solr_6058/templates/_solr-footer.html?rev=1635973&r1=1635972&r2=1635973&view=diff
==============================================================================
--- lucene/cms/branches/solr_6058/templates/_solr-footer.html (original)
+++ lucene/cms/branches/solr_6058/templates/_solr-footer.html Sat Nov  1 15:33:04 2014
@@ -8,6 +8,7 @@
 	        <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>