Update of /var/cvs/contributions/lucene/documentation
In directory james.mmbase.org:/tmp/cvs-serv12841
Modified Files:
lucene.xml
Log Message:
LUCENE-14
See also: http://cvs.mmbase.org/viewcvs/contributions/lucene/documentation
See also: http://www.mmbase.org/jira/browse/LUCENE-14
Index: lucene.xml
===================================================================
RCS file: /var/cvs/contributions/lucene/documentation/lucene.xml,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -b -r1.12 -r1.13
--- lucene.xml 28 Jul 2008 13:20:04 -0000 1.12
+++ lucene.xml 18 Aug 2008 09:13:24 -0000 1.13
@@ -242,7 +242,16 @@
<para>The attribute store of a field may be set to 'true' to be able to
return a field in the search results. </para>
</section>
-
+ <section>
+ <title>Keywords</title>
+ <para>You can make a field a keywords field, like so:</para>
+ <programlisting><![CDATA[
+ <mmsq:field name="episodes.keywords" alias="keywords" keyword="true"
split="," />
+]]>
+ </programlisting>
+ <para>The split option makes the value be split first, and then be added
as lucene keywords to the index.</para>
+ <para>The split option is also useable for non-keyword fields, but it
may make less sense then</para>
+ </section>
<section>
<title>Other types of indices</title>
@@ -347,9 +356,10 @@
<section id="history">
<title>History</title>
- <para>There are currently two publicly available Lucene modules. The
+ <para>There are currently at least three publicly available Lucene
modules. The
site http://mmapps.sourceforge.net provides an alternate version,
- careted by Finalist, which works on MMBase 1.7.</para>
+ created by Finalist, which works on MMBase 1.7.</para>
+ <para>There is also one in 'CMSC', called 'luceus'.</para>
<para>The version you are looking at now was developed on the 1.8
version of MMBase. It is however maintained in HEAD.</para>
_______________________________________________
Cvs mailing list
[email protected]
http://lists.mmbase.org/mailman/listinfo/cvs