You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jackrabbit.apache.org by ca...@apache.org on 2016/11/30 16:23:29 UTC

svn commit: r1772077 - /jackrabbit/site/live/oak/docs/query/lucene.html

Author: catholicon
Date: Wed Nov 30 16:23:29 2016
New Revision: 1772077

URL: http://svn.apache.org/viewvc?rev=1772077&view=rev
Log:
OAK-301: Oak docu -> publish lucene.html


Modified:
    jackrabbit/site/live/oak/docs/query/lucene.html

Modified: jackrabbit/site/live/oak/docs/query/lucene.html
URL: http://svn.apache.org/viewvc/jackrabbit/site/live/oak/docs/query/lucene.html?rev=1772077&r1=1772076&r2=1772077&view=diff
==============================================================================
--- jackrabbit/site/live/oak/docs/query/lucene.html (original)
+++ jackrabbit/site/live/oak/docs/query/lucene.html Wed Nov 30 16:23:29 2016
@@ -1,13 +1,13 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia at 2016-11-29
+ | Generated by Apache Maven Doxia at 2016-11-30
  | Rendered using Apache Maven Fluido Skin 1.3.0
 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
     <meta charset="UTF-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-    <meta name="Date-Revision-yyyymmdd" content="20161129" />
+    <meta name="Date-Revision-yyyymmdd" content="20161130" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Jackrabbit Oak - Lucene Index</title>
     <link rel="stylesheet" href="../css/apache-maven-fluido-1.3.0.min.css" />
@@ -216,7 +216,7 @@
         <ul class="breadcrumb">
                 
                     
-                  <li id="publishDate">Last Published: 2016-11-29</li>
+                  <li id="publishDate">Last Published: 2016-11-30</li>
                   <li class="divider">|</li> <li id="projectVersion">Version: 1.6-SNAPSHOT</li>
                       
                 
@@ -721,7 +721,7 @@
 <pre>propNode (nt:unstructured)
   - name (string)
   - boost (double) = '1.0'
-  - index (boolean) = true
+  - index (boolean) = false
   - useInExcerpt (boolean) = false
   - analyzed (boolean) = false
   - nodeScopeIndex (boolean) = false
@@ -749,7 +749,7 @@
 <dt>boost</dt>
 <dd>If the property is included in <tt>nodeScopeIndex</tt> then it defines the boost  done for the index value against the given property name. See  <a href="#boost">Boost and Search Relevancy</a> for more details</dd>
 <dt>index</dt>
-<dd>Determines if this property should be indexed. Mostly useful for fulltext  index where some properties need to be <i>excluded</i> from getting indexed.</dd>
+<dd>Determines if this property should be indexed. Mostly useful for fulltext  index where some properties need to be <i>excluded</i> from getting indexed.  Defaults to <tt>false</tt>.</dd>
 <dt>useInExcerpt</dt>
 <dd>Controls whether the value of a property should be used to create an excerpt.  The value of the property is still full-text indexed when set to false, but it  will never show up in an excerpt for its parent node. If set to true then  property value would be stored separately within index causing the index  size to increase. So set it to true only if you make use of excerpt feature</dd>
 <dt>nodeScopeIndex</dt>