Return-Path: X-Original-To: apmail-lucene-commits-archive@www.apache.org Delivered-To: apmail-lucene-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 4497417780 for ; Fri, 7 Nov 2014 21:42:08 +0000 (UTC) Received: (qmail 48710 invoked by uid 500); 7 Nov 2014 21:42:07 -0000 Mailing-List: contact commits-help@lucene.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@lucene.apache.org Delivered-To: mailing list commits@lucene.apache.org Received: (qmail 48700 invoked by uid 99); 7 Nov 2014 21:42:07 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 07 Nov 2014 21:42:07 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 07 Nov 2014 21:41:44 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id 24E2A23888D7; Fri, 7 Nov 2014 21:41:12 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1637455 - in /lucene/cms/branches/solr_6058/content/solr: assets/styles/base.css features.mdtext Date: Fri, 07 Nov 2014 21:41:12 -0000 To: commits@lucene.apache.org From: sarowe@apache.org X-Mailer: svnmailer-1.0.9 Message-Id: <20141107214112.24E2A23888D7@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: sarowe Date: Fri Nov 7 21:41:11 2014 New Revision: 1637455 URL: http://svn.apache.org/r1637455 Log: SOLR-6058: checkpoint detailed features Modified: lucene/cms/branches/solr_6058/content/solr/assets/styles/base.css lucene/cms/branches/solr_6058/content/solr/features.mdtext Modified: lucene/cms/branches/solr_6058/content/solr/assets/styles/base.css URL: http://svn.apache.org/viewvc/lucene/cms/branches/solr_6058/content/solr/assets/styles/base.css?rev=1637455&r1=1637454&r2=1637455&view=diff ============================================================================== --- lucene/cms/branches/solr_6058/content/solr/assets/styles/base.css (original) +++ lucene/cms/branches/solr_6058/content/solr/assets/styles/base.css Fri Nov 7 21:41:11 2014 @@ -64,12 +64,15 @@ code, pre { font-weight: 500; margin: 0; } -.btn1:hover, .btn1:focus, .btn1:hover, .btn1:focus { color:#ff833d; background:inherit; } +div.centered { + text-align: center; + padding-top: 40px; +} a.btn, button { border: 1px solid #d1d3d4; @@ -718,6 +721,19 @@ section.list ul li p { font-size: 0.8em; } +section.list ul li ul { + padding-top: 10px; +} + +section.list ul li ul li { + font-family: 'Helvetica Neue', sans-serif; + font-weight:300; + color: #959693; + margin-top: 2px; + font-size: 0.96em; +} + + .anchor-fixed { top: 57px; z-index: 1000; @@ -895,4 +911,21 @@ img.float-right { .poweredby .list ul{ list-style-type: none; +} + +.ref-guide-badge { + background-color: #D9411E; + color: #fff; + display: inline-block; + text-align: center; + font-size: 0.6em; + line-height: 1.1; + font-weight: 500; + vertical-align: middle; + padding: 1px 2px; + margin-bottom: 4px; + margin-right: 4px; +} +.btn1:hover .ref-guide-badge, .btn1:focus .ref-guide-badge { + background-color: #ff833d; } \ No newline at end of file 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=1637455&r1=1637454&r2=1637455&view=diff ============================================================================== --- lucene/cms/branches/solr_6058/content/solr/features.mdtext (original) +++ lucene/cms/branches/solr_6058/content/solr/features.mdtext Fri Nov 7 21:41:11 2014 @@ -274,27 +274,32 @@ Title: Features

Schema or schemaless, easily define the field types, analysis processes and document structures to make your search application successful

-
+
-
+
  • Schemaless (data-driven schema) makes it easy to get started, while switching to a configured schema makes for a solid production environment. -

    Solr supports both schemaless and schema modes, depending on your goals

    +

    Solr supports both schemaless and schema modes, depending on your goals

  • Solr's Field Types make it easy to declaratively mix and match Lucene Analyzers without writing code +
      +
    • char filters edit the text prior to tokenization
    • +
    • tokenizers break the text up into terms
    • +
    • token filters transform the terms
    • +
  • -
  • Dynamic Fields enables on-the-fly addition of new fields +
  • Dynamic Fields enable on-the-fly addition of new fields that auto-map to field types based on the field name
  • @@ -304,7 +309,7 @@ Title: Features
    -
  • Explicit types eliminates the need for guessing types of fields and introducing noise +
  • Explicit types eliminate the need for guessing types of fields and introducing noise
  • @@ -322,6 +327,11 @@ Title: Features
    +
@@ -345,11 +355,12 @@ Title: Features
  • REST interfaces provide for easy integration with any language. -

    Native clients are also available

    +

    Native clients are also available

  • Sort by any number of fields, and by complex functions of numeric fields +

    Documents with missing values can be configured to sort last (or first)

  • @@ -370,24 +381,24 @@ Title: Features
    -
  • Extensive filtering features allow applications to control what content is searched and when +
  • Good out of the box defaults make getting great results easy, while extensive configuration options make it easy to fine tune +

    Request handling can easily be configured to provide server-side control and simplification of how applications request results

  • -
  • Good out of the box defaults make getting good results easy, while extensive configuration options make it easy to fine tune -

    Request handling can easily be configured to control how applications request results using invariants, defaults and appending parameters

    +
  • Extensive filtering features allow applications to control what content is searched and when
  • -
  • Pluggable query parsers mean every application can provide a query interface that makes sense to it's users +
  • Multiple scoring (similarity) approaches allow for easy experimentation and relevance tuning
  • -
  • Multiple scoring (similarity) approaches allow for easy experimentation and relevance tuning +
  • Pluggable query parsers mean every application can provide a query interface that makes sense to its users
  • @@ -399,8 +410,15 @@ Title: Features
  • Cursors (aka "deep paging") enables next generation NoSQL data storage and analysis options
  • +
    +
  • Near Real Time (NRT) search allows access to document addition and updates almost immediately
  • +
    +
    +
    @@ -426,7 +444,7 @@ Title: Features
    -
  • Term, Query, Range, Date, Function and Pivot faceting implementations make data investigation simple and powerful +
  • Pivot faceting enables asking sophisticated "what if" questions
  • @@ -436,7 +454,7 @@ Title: Features
    -
  • Pivot faceting enables asking sophisticated "what if" questions +
  • Term, Query, Range, Date, Function and Pivot faceting implementations make data investigation simple and powerful
  • @@ -456,6 +474,11 @@ Title: Features +
    @@ -478,39 +501,35 @@ Title: Features
      -
    • Typeahead, autocomplete, auto-suggest, whatever you call it, Solr supports powerful and extensible mechanisms for providing suggestions to users - as they type in their queries +
    • Typeahead, autocomplete, auto-suggest, whatever you call it, Solr supports powerful and extensible mechanisms for providing suggestions to users as they type in their queries
    • + +
    • Integrated Carrot2 features enable dynamic search results clustering
    • +
    • Spelling suggestions are a breeze to enable to help users correct their queries for better results
    • +
    • Configurable hit highlighting helps users focus in on exactly where matches occur
    • -
      -
      -
      -
      -
    • Explicit types eliminates the need for guessing types of fields -
    • -
      -
      -
    • External file-based configuration of stopword lists, synonym lists, and protected word lists -
    • -
      -
      -
      -
      -
    • Many additional text analysis components including word splitting, regex and -
    • +
    @@ -545,7 +564,7 @@ Title: Features
    -
  • An open source and open development approach, enabled by the Apache Software Foundation, make contributions to Solr well-defined and easy to do +
  • An open source and open development approach, enabled by the Apache Software Foundation, make contributions to Solr easy to do
  • @@ -553,6 +572,11 @@ Title: Features
    +