Author: kwright
Date: Mon Jun  8 11:27:30 2015
New Revision: 1684156

URL: http://svn.apache.org/r1684156
Log:
Typo

Modified:
    
manifoldcf/trunk/site/src/documentation/content/xdocs/en_US/end-user-documentation.xml

Modified: 
manifoldcf/trunk/site/src/documentation/content/xdocs/en_US/end-user-documentation.xml
URL: 
http://svn.apache.org/viewvc/manifoldcf/trunk/site/src/documentation/content/xdocs/en_US/end-user-documentation.xml?rev=1684156&r1=1684155&r2=1684156&view=diff
==============================================================================
--- 
manifoldcf/trunk/site/src/documentation/content/xdocs/en_US/end-user-documentation.xml
 (original)
+++ 
manifoldcf/trunk/site/src/documentation/content/xdocs/en_US/end-user-documentation.xml
 Mon Jun  8 11:27:30 2015
@@ -1015,7 +1015,7 @@ curl -XGET http://localhost:9200/index/_
                       field had the values "a", "b", and "c", then the rule 
would generate a three-valued field with values "hello a", "hello b", and 
"hello c".  If more than one incoming
                       field is specified, then a combinatoric combination of 
the field values will be produced.</p>
                 <p>You can also use regular expressions in the substitution 
string, for example: "${there|[0-9]*}", which will extract the first sequence 
of sequential numbers it finds in the
-                      value of the field "there", or "${there|string(*.)|1}", 
which will include everything following "string" in the field value.  (The 
third argument specifies the regular
+                      value of the field "there", or "${there|string(.*)|1}", 
which will include everything following "string" in the field value.  (The 
third argument specifies the regular
                       expression group number, with an optional suffix of "l" 
or "u" meaning upper-case or lower-case.)</p>
                 <p>Enter a parameter name, and either select to remove the 
value or provide an expression.  If you chose to supply an expression, enter 
the expression in the box.
                       Then, click the "Add" button.</p>


Reply via email to