<html xmlns:v="urn:schemas-microsoft-com:vml" xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:w="urn:schemas-microsoft-com:office:word" xmlns="http://www.w3.org/TR/REC-html40">
<head>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=Windows-1252">
<meta name=Generator content="Microsoft Word 11 (filtered medium)">
<!--[if !mso]>
<style>
v\:* {behavior:url(#default#VML);}
o\:* {behavior:url(#default#VML);}
w\:* {behavior:url(#default#VML);}
.shape {behavior:url(#default#VML);}
</style>
<![endif]-->
<style>
<!--
/* Font Definitions */
@font-face
{font-family:Wingdings;
panose-1:5 0 0 0 0 0 0 0 0 0;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
{margin:0cm;
margin-bottom:.0001pt;
font-size:12.0pt;
font-family:"Times New Roman";}
a:link, span.MsoHyperlink
{color:blue;
text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
{color:blue;
text-decoration:underline;}
span.EmailStyle17
{mso-style-type:personal;
font-family:Arial;
color:red;
font-weight:normal;
font-style:normal;
text-decoration:none none;}
span.EmailStyle18
{mso-style-type:personal-reply;
font-family:Arial;
color:red;
font-weight:normal;
font-style:normal;
text-decoration:none none;}
@page Section1
{size:612.0pt 792.0pt;
margin:72.0pt 90.0pt 72.0pt 90.0pt;}
div.Section1
{page:Section1;}
-->
</style>
</head>
<body lang=EN-US link=blue vlink=blue>
<div class=Section1>
<p class=MsoNormal><font size=3 color=red face="Times New Roman"><span
style='font-size:12.0pt;color:red'>Here is a resend, since I seemed to miss the
crucial word ‘off’ from my previous mail</span></font><font color=red
face=Wingdings><span style='font-family:Wingdings;color:red'>J</span></font><font
color=red><span style='color:red'> The configuration below should work. The
reason why your original configuration does not work is because the cron is
trying to index some content definitions as defined in the configuration, which
your site most likely doesn’t have.<o:p></o:p></span></font></p>
<p class=MsoNormal><font size=3 color=red face="Times New Roman"><span
style='font-size:12.0pt;color:red'><o:p> </o:p></span></font></p>
<p class=MsoNormal><font size=3 color=red face="Times New Roman"><span
style='font-size:12.0pt;color:red'>Olli<o:p></o:p></span></font></p>
<p class=MsoNormal><font size=3 face="Times New Roman"><span style='font-size:
12.0pt'><o:p> </o:p></span></font></p>
<p class=MsoNormal><font size=3 face="Times New Roman"><span style='font-size:
12.0pt'><?xml version="1.0" encoding="ISO-8859-1"?><br>
<registry><br>
<system><br>
- <luceneSearch><br>
- <!-- <br>
<X-TAB> </X-TAB> -
mergeFactor and permCheck are currently ignored.<br>
<X-TAB> </X-TAB> <br>
<br>
--> <br>
<mergeFactor>100000</mergeFactor> <br>
<permCheck>true</permCheck> <br>
- <!-- <br>
<X-TAB> </X-TAB> -
directory in which lucene will store its indexes. Note: this is real<br>
<X-TAB> </X-TAB> - fs, not
VFS.<br>
<X-TAB> </X-TAB> <br>
<br>
--> <br>
<indexDir>C:\luceneindex</indexDir> <br>
- <!-- <indexDir>F:\luceneindex\</indexDir> <br>
--> <br>
- <!-- <br>
<X-TAB> </X-TAB> - The
analyzer is used for parsing documents. Choose one for your <br>
<X-TAB> </X-TAB> -
language. If language is English, use the StandardAnalyzer.<br>
<X-TAB> </X-TAB> - There
are additional analyzers at <a href="http://jakarta.apache.org/lucene"
title="http://jakarta.apache.org/lucene" eudora=autourl>http://jakarta.apache.org/lucene<br
title="http://jakarta.apache.org/lucene">
</a><X-TAB> </X-TAB> <br>
<br>
--> <br>
<analyzer>org.apache.lucene.analysis.standard.StandardAnalyzer</analyzer>
<br>
- <!-- <analyzer>org.apache.lucene.analysis.de.GermanAnalyzer</analyzer>
<br>
--> <br>
- <!-- <br>
<X-TAB> </X-TAB> - If
subsearch is true, subfolders will be searched by default.<br>
<X-TAB> </X-TAB> - This
can be turned on/off per directory.<br>
<X-TAB> </X-TAB> <br>
<br>
--> <br>
<subsearch>true</subsearch> <br>
- <!-- <br>
<X-TAB> </X-TAB> - Name of
the project to index. Online is recommended.<br>
<X-TAB> </X-TAB> <br>
<br>
--> <br>
<project>online</project> <br>
- <!-- <br>
<X-TAB> </X-TAB> -
docFactories determine how documents are processed. Generally, one<br>
<X-TAB> </X-TAB> -
docFactory exists for each type of content (viz. JSP, Page, Plain) <br>
<X-TAB> </X-TAB> - that
you want to index.<br>
<X-TAB> </X-TAB> <br>
<br>
--> <br>
- <docFactories><br>
- <!-- <br>
<X-TAB> </X-TAB>
- This docFactory indexes documents with type page (e.g. HTML <br>
<X-TAB> </X-TAB><X-TAB> </X-TAB>
- files edited with the WYSIWYG editor). <br>
<X-TAB> </X-TAB>
<br>
<br>
--> <br>
- <docFactory enabled="true" type="page"><br>
<class>net.grcomputing.opencms.search.lucene.PageDocument</class> <br>
</docFactory><br>
- <!-- <br>
<X-TAB> </X-TAB>
- This docFactory is a little more complex. It takes documents of<br>
<X-TAB> </X-TAB><X-TAB> </X-TAB>
- type "plain" and determines, by extension, what class should be<br>
<X-TAB> </X-TAB><X-TAB> </X-TAB>
- used to index each particular file. In this example, we want to<br>
<X-TAB> </X-TAB><X-TAB> </X-TAB>
- index plain text files exactly as they are, but any files that <br>
<X-TAB> </X-TAB><X-TAB> </X-TAB>
- contain tags need the tags stripped out before they are indexed.<br>
<X-TAB> </X-TAB><X-TAB> </X-TAB>
-<br>
<X-TAB> </X-TAB><X-TAB> </X-TAB>
- Note that the name="" attribute is simply for pretty output, and <br>
<X-TAB> </X-TAB><X-TAB> </X-TAB>
- can contain any allowable PCDATA text.<br>
<X-TAB> </X-TAB><X-TAB> </X-TAB>
<br>
<br>
--> <br>
- <docFactory enabled="true" type="plain"><br>
- <fileType name="plaintext"><br>
<extension>.txt</extension> <br>
<class>net.grcomputing.opencms.search.lucene.PlainDocument</class> <br>
</fileType><br>
- <fileType name="taggedtext"><br>
<extension>.html</extension> <br>
<extension>.htm</extension> <br>
<extension>.xml</extension> <br>
- <!-- This will strip tags before processing <br>
--> <br>
<class>net.grcomputing.opencms.search.lucene.TaggedPlainDocument</class>
<br>
</fileType><br>
</docFactory><br>
- <!-- <br>
<X-TAB> </X-TAB>
- This will strip JSP tags and all scriptlets. IT WILL NOT RENDER THE<br>
<X-TAB> </X-TAB><X-TAB> </X-TAB>
- JSP FIRST, as JSPs are, by nature, dynamic.<br>
<X-TAB> </X-TAB><X-TAB> </X-TAB>
-<br>
<X-TAB> </X-TAB><X-TAB> </X-TAB>
- Usually, this is off by default.<br>
<X-TAB> </X-TAB><X-TAB> </X-TAB>
<br>
<br>
--> <br>
- <docFactory enabled="false" type="jsp"><br>
<class>net.grcomputing.opencms.search.lucene.JspDocument</class>
<br>
</docFactory><br>
- <!-- For the news module. Enable if you use news <br>
--> <br>
- <docFactory enabled="false" type="news"><br>
<class>net.grcomputing.opencms.search.lucene.NewsDocument</class> <br>
</docFactory><br>
- <!-- For the forum module. Enable if you use forums. <br>
--> <br>
- <docFactory enabled="false" type="forum"><br>
<class>de.wfnetz.opencms.modules.forum.ContributionDocument</class>
<br>
</docFactory><br>
- <!-- If you need to index XML Template files (bad idea) use this: <br>
--> <br>
<docFactory enabled="false" type="XML Template"
/> <br>
</docFactories><br>
- <!-- <br>
<X-TAB> </X-TAB> -
<directories/> determines which directories are indexed. By default,<br>
<X-TAB> </X-TAB> - the
/system directory is never indexed, so it is safe to index root.<br>
<X-TAB> </X-TAB> -<br>
<X-TAB> </X-TAB> - If you
want to specify only certain directories for indexing, create<br>
<X-TAB> </X-TAB> - one
<directory/> entry per directory. Again, you may use subsearch to<br>
<X-TAB> </X-TAB> -
override the default subsearch setting discussed above.<br>
<X-TAB> </X-TAB> <br>
<br>
--> <br>
- <directories><br>
- <directory location="/"><br>
<section>Root</section> <br>
<subsearch>true</subsearch> <br>
</directory><br>
</directories><br>
- <!-- <br>
- Use this section to define specific
contentDefinitions. Provided below<br>
<X-TAB> </X-TAB> - are entries
for the news and forum modules.<br>
<X-TAB> </X-TAB> <br>
<br>
--> <br>
- <contentDefinitions/><br>
</luceneSearch><br>
- <!-- <br>
- END lucene config<br>
<br>
<br>
--></span></font><font size=2 color=red face=Arial><span
style='font-size:10.0pt;font-family:Arial;color:red'><o:p></o:p></span></font></p>
<p class=MsoNormal><font size=2 color=red face=Arial><span style='font-size:
10.0pt;font-family:Arial;color:red'><o:p> </o:p></span></font></p>
<div>
<div class=MsoNormal align=center style='margin-left:36.0pt;text-align:center'><font
size=3 face="Times New Roman"><span style='font-size:12.0pt'>
<hr size=2 width="100%" align=center tabindex=-1>
</span></font></div>
</div>
<p class=MsoNormal style='margin-left:72.0pt'><font size=3
face="Times New Roman"><span style='font-size:12.0pt'><o:p> </o:p></span></font></p>
</div>
</body>
</html>
<BR>
<P><FONT SIZE=2>---<BR>
Incoming mail is certified Virus Free.<BR>
Checked by AVG anti-virus system (http://www.grisoft.com).<BR>
Version: 6.0.708 / Virus Database: 464 - Release Date: 18/06/2004<BR>
</FONT> </P><BR>
<P><FONT SIZE=2>---<BR>
Outgoing mail is certified Virus Free.<BR>
Checked by AVG anti-virus system (http://www.grisoft.com).<BR>
Version: 6.0.708 / Virus Database: 464 - Release Date: 18/06/2004<BR>
</FONT> </P>
<BR>
<P><FONT SIZE=2>---<BR>
Incoming mail is certified Virus Free.<BR>
Checked by AVG anti-virus system (http://www.grisoft.com).<BR>
Version: 6.0.708 / Virus Database: 464 - Release Date: 18/06/2004<BR>
</FONT> </P><BR>
<P><FONT SIZE=2>---<BR>
Outgoing mail is certified Virus Free.<BR>
Checked by AVG anti-virus system (http://www.grisoft.com).<BR>
Version: 6.0.708 / Virus Database: 464 - Release Date: 18/06/2004<BR>
</FONT> </P>