You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@uima.apache.org by sc...@apache.org on 2019/11/22 15:35:42 UTC

svn commit: r1870168 - in /uima/site/trunk/uima-website: docs/doc-uimaj-cookbook.html xdocs/doc-uimaj-cookbook.xml

Author: schor
Date: Fri Nov 22 15:35:42 2019
New Revision: 1870168

URL: http://svn.apache.org/viewvc?rev=1870168&view=rev
Log:
no jira, clarify one item

Modified:
    uima/site/trunk/uima-website/docs/doc-uimaj-cookbook.html
    uima/site/trunk/uima-website/xdocs/doc-uimaj-cookbook.xml

Modified: uima/site/trunk/uima-website/docs/doc-uimaj-cookbook.html
URL: http://svn.apache.org/viewvc/uima/site/trunk/uima-website/docs/doc-uimaj-cookbook.html?rev=1870168&r1=1870167&r2=1870168&view=diff
==============================================================================
--- uima/site/trunk/uima-website/docs/doc-uimaj-cookbook.html (original)
+++ uima/site/trunk/uima-website/docs/doc-uimaj-cookbook.html Fri Nov 22 15:35:42 2019
@@ -354,7 +354,7 @@
 			   <code>end</code> (descending), and then by type-priorities.</p>
                                                 <p style="margin-left:1rem"><i>This is really a set of indexes, one for each subtype of Annotation.</i></p>
                                                 <p style="margin-left:1rem"><i>Although the index has type-priorities, in UIMA v3, the <code>select-framework</code>
-			  by default ignores these; this behavior can be overridden.</i></p>
+			  by default ignores these; this behavior can be overridden on an as-needed basis.</i></p>
                                                       <table class="subsectionTable">
         <tr><td>
        

Modified: uima/site/trunk/uima-website/xdocs/doc-uimaj-cookbook.xml
URL: http://svn.apache.org/viewvc/uima/site/trunk/uima-website/xdocs/doc-uimaj-cookbook.xml?rev=1870168&r1=1870167&r2=1870168&view=diff
==============================================================================
--- uima/site/trunk/uima-website/xdocs/doc-uimaj-cookbook.xml (original)
+++ uima/site/trunk/uima-website/xdocs/doc-uimaj-cookbook.xml Fri Nov 22 15:35:42 2019
@@ -121,7 +121,7 @@
 			   <code>end</code> (descending), and then by type-priorities.</p>
 			<p style="margin-left:1rem"><i>This is really a set of indexes, one for each subtype of Annotation.</i></p>
 			<p style="margin-left:1rem"><i>Although the index has type-priorities, in UIMA v3, the <code>select-framework</code>
-			  by default ignores these; this behavior can be overridden.</i></p>  
+			  by default ignores these; this behavior can be overridden on an as-needed basis.</i></p>  
 			  
 			<subsection name="Watch out for type-priorites">
 			  <p>When 2 annotations have the same start and end, but different types, then one comes before the other,