<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
<title></title>
</head>
<body>
Hi Ernesto,<br>
<br>
Finally! It is now indexing the correct branch of the VFS into a
seperate index directory. <br>
<br>
I'm not sure how to reference this index in my search jsp page however.
You mentioned an IndexSearcher in your original reply, but I can see no
mention to it in the documentation...<br>
<br>
Thanks for the help,<br>
Ben<br>
<br>
Ernesto De Santis wrote:<br>
<blockquote cite="mid000d01c3eb74$b7270fb0$659359c8@ernesto" type="cite">
<pre wrap="">Hi Ben
We use the absolute path. We try with some alternatives for use the relative
path, but not work. Sorry, I forget said this in previos mail.
If somebody know the solution, we are very happy...
Ernesto.
----- Original Message -----
From: "Ben Rometsch" <a class="moz-txt-link-rfc2396E" href="mailto:ben@solidstategroup.com"><ben@solidstategroup.com></a>
To: <a class="moz-txt-link-rfc2396E" href="mailto:opencms-dev@opencms.org"><opencms-dev@opencms.org></a>
Sent: Wednesday, February 04, 2004 1:19 PM
Subject: Re: [opencms-dev] Lucene with Mutliple Projects
Hi Ernesto,
I am getting the following error:
java.io.FileNotFoundException: config/registry2.xml (No such file or
directory)
at java.io.FileInputStream.open(Native Method)
at java.io.FileInputStream.<init>(FileInputStream.java:106)
at com.opencms.file.CmsRegistry.<init>(CmsRegistry.java:180)
at
net.grcomputing.opencms.search.lucene.SearchParameters.<init>(SearchParamete
rs.java:101)
at
net.grcomputing.opencms.search.lucene.IndexManager.<init>(IndexManager.java:
103)
at
net.grcomputing.opencms.search.lucene.CronIndexManager.launch(CronIndexManag
er.java:103)
at
com.opencms.core.CmsCronScheduleJob.run(CmsCronScheduleJob.java:68)
The file registry2.xml is present in the <webapp>/WEB-INF/config
directory. Any ideas?
Ben
Ernesto De Santis wrote:
</pre>
<blockquote type="cite">
<pre wrap="">Ben
We have two indexes in one project.
You can build a second "registry.xml", for example registry2.xml and
configure the second luceneSearch in this file. With another Analyzer
(if you want) and in another folder (indexDir).
When you configure the task, you can use a parameter specifying which
.xml to use.
For example:
30 06 * * * Admin Administrators
net.grcomputing.opencms.search.lucene.CronIndexManager
createIndex=true,registry=config/registry2.xml
Note the registry parameter.
There are problems with spaces in the task line, don´t use spaces! only
if necessary.
After that, you should use one IndexSearcher per index.
Ernesto.
----- Original Message -----
From: "Ben Rometsch" <a class="moz-txt-link-rfc2396E" href="mailto:ben@solidstategroup.com"><ben@solidstategroup.com></a>
To: <a class="moz-txt-link-rfc2396E" href="mailto:opencms-dev@opencms.org"><opencms-dev@opencms.org></a>
Sent: Tuesday, February 03, 2004 2:41 PM
Subject: [opencms-dev] Lucene with Mutliple Projects
</pre>
<blockquote type="cite">
<pre wrap="">Hi There,
I have successfully integrated the lucene module into my project, but I
need to implement a seperate index for a second project that I have in
my opencms application. Is this possible? I tried just copying the entire:
<luceneSearch>
...
</luceneSearch>
in the registry.xml file and setting up different VFS directories and a
different index directory in the actual file system, but that does not
appear to be working - nothing is being created in the second index
directory.
Any ideas?
Thanks,
Ben
--
----== Solid State Group ==----
Web <a class="moz-txt-link-abbreviated" href="http://www.solidstategroup.com">www.solidstategroup.com</a>
Email <a class="moz-txt-link-abbreviated" href="mailto:ben@solidstategroup.com">ben@solidstategroup.com</a>
MSN <a class="moz-txt-link-abbreviated" href="mailto:benrometsch@hotmail.com">benrometsch@hotmail.com</a>
_______________________________________________
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
<a class="moz-txt-link-freetext" href="http://mail.opencms.org/mailman/listinfo/opencms-dev">http://mail.opencms.org/mailman/listinfo/opencms-dev</a>
</pre>
</blockquote>
<pre wrap="">_______________________________________________
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
<a class="moz-txt-link-freetext" href="http://mail.opencms.org/mailman/listinfo/opencms-dev">http://mail.opencms.org/mailman/listinfo/opencms-dev</a>
</pre>
</blockquote>
<pre wrap=""><!---->
</pre>
</blockquote>
<br>
<pre class="moz-signature" cols="72">--
----== Solid State Group ==----
Web <a class="moz-txt-link-abbreviated" href="http://www.solidstategroup.com">www.solidstategroup.com</a>
Email <a class="moz-txt-link-abbreviated" href="mailto:ben@solidstategroup.com">ben@solidstategroup.com</a>
MSN <a class="moz-txt-link-abbreviated" href="mailto:benrometsch@hotmail.com">benrometsch@hotmail.com</a></pre>
</body>
</html>