[hibernate-commits] Hibernate SVN: r14950 - search/trunk/doc/reference/en/modules.

hibernate-commits at lists.jboss.org hibernate-commits at lists.jboss.org
Thu Jul 17 10:49:55 EDT 2008


Author: hardy.ferentschik
Date: 2008-07-17 10:49:55 -0400 (Thu, 17 Jul 2008)
New Revision: 14950

Modified:
   search/trunk/doc/reference/en/modules/getting-started.xml
Log:
Reviewed and updated the Getting Started section.

Modified: search/trunk/doc/reference/en/modules/getting-started.xml
===================================================================
--- search/trunk/doc/reference/en/modules/getting-started.xml	2008-07-17 14:47:53 UTC (rev 14949)
+++ search/trunk/doc/reference/en/modules/getting-started.xml	2008-07-17 14:49:55 UTC (rev 14950)
@@ -361,11 +361,11 @@
 
     <para>Hibernate Search also introduces the notion of analyzer definitions
     which allow you to manage and reuse analyzers. This infrastructure is
-    supported by the Solr analyzer framework. The following example uses the
-    entity level annotation to apply a English language analyzer which would
-    help you to achieve your goal. The class
-    <classname>EnglishAnalyzer</classname> is a custom class using the
-    Snowball English Stemmer from the <ulink
+    supported by the Solr analyzer framework (see <xref
+    linkend="analyzer" />). The following example uses the entity level
+    annotation to apply a English language analyzer which would help you to
+    achieve your goal. The class <classname>EnglishAnalyzer</classname> is a
+    custom class using the Snowball English Stemmer from the <ulink
     url="http://lucene.apache.org/java/docs/lucene-sandbox/">Lucene
     Sandbox</ulink>.</para>
 




More information about the hibernate-commits mailing list