<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD><TITLE></TITLE>
<META http-equiv=Content-Type content="text/html; charset=us-ascii">
<META content="MSHTML 6.00.2800.1170" name=GENERATOR></HEAD>
<BODY>
<DIV><SPAN class=599060310-20082003><FONT face=Arial color=#0000ff size=2>Did
you check the permission on that directory ?</FONT></SPAN></DIV>
<DIV><SPAN class=599060310-20082003><FONT face=Arial color=#0000ff
size=2></FONT></SPAN> </DIV>
<DIV><SPAN class=599060310-20082003><FONT face=Arial color=#0000ff
size=2>mario</FONT></SPAN></DIV>
<BLOCKQUOTE>
<DIV class=OutlookMessageHeader dir=ltr align=left><FONT face=Tahoma
size=2>-----Ursprüngliche Nachricht-----<BR><B>Von:</B>
opencms-dev-admin@opencms.org [mailto:opencms-dev-admin@opencms.org]<B>Im
Auftrag von </B>Abhishek Tiwari<BR><B>Gesendet:</B> Mittwoch, 20. August 2003
11:39<BR><B>An:</B> opencms-dev@opencms.org<BR><B>Betreff:</B> [opencms-dev]
Lucene search module.<BR><BR></FONT></DIV>Hi all,<BR><BR>For this search
module I have created a directory on the root folder of opencms and mentioned
the path of the indexdir(which has all the index files in it) in the
registry.xml .<BR>Here is a part of my
registry.xml<BR>***************************************************<BR><luceneSearch><BR>
<mergeFactor>100000</mergeFactor><BR>
<permCheck>true</permCheck><BR>
<B><indexDir>/luceneindex/</indexDir></B><BR>
<analyzer>org.apache.lucene.analysis.standard.StandardAnalyzer</analyzer><BR>
<subsearch>true</subsearch><BR>
<project>online</project><BR>
<docFactories><BR>
<pageDocFactory
enabled="true"><BR>
<class>net.grcomputing.opencms.search.lucene.PageDocument</class><BR>
</pageDocFactory><BR>
<plainDocFactory
enabled="true"><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>
<class>net.grcomputing.opencms.search.lucene.TaggedPlainDocument</class><BR>
</fileType><BR>
</plainDocFactory><BR>
<jspDocFactory
enabled="true"><BR>
<class>net.grcomputing.opencms.search.lucene.JspDocument</class><BR>
</jspDocFactory><BR>
<xmlTemplateDocFactory
enabled="false"/><BR>
</docFactories><BR>
<directories><BR>
<B><directory
location="/myfolder/"></B><BR>
<section>Test</section><BR>
<subsearch>true</subsearch><BR>
</directory><BR>
</directories><BR>
</luceneSearch><BR>
</system><BR><BR>*************************************************************<BR>Now
the indexer is running fine indexing 5 files under "myfolder" and the logfile
viewer shows <BR><BR>Successful launch of job com.opencms.core.CmsCronEntry{50
14 * * * Admin Administrators
net.grcomputing.opencms.search.lucene.CronIndexManager createIndex=true}
Message: CronIndexManager rebuilt the Lucene index on Wed Aug 20 14:50:13
GMT+05:30 2003<BR><BR>But still there is no file under the directory
luceneindex after the indexing gets over, I tried it 5-6 times but to no
avail??<BR>Anybody having a clue abt
it..<BR><BR>Thanks,<BR>Abhishek.<BR><BR><BR><BR><BR><BR>_______________________________________________
This mail is send to you from the opencms-dev mailing list To change your list
options, or to unsubscribe from the list, please visit
http://mail.opencms.org/mailman/listinfo/opencms-dev</BLOCKQUOTE></BODY></HTML>