[opencms-dev] Lucene with Mutliple Projects
Ernesto De Santis
ernesto.desantis at colaborativa.net
Tue Feb 3 20:20:02 CET 2004
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" <ben at solidstategroup.com>
To: <opencms-dev at opencms.org>
Sent: Tuesday, February 03, 2004 2:41 PM
Subject: [opencms-dev] Lucene with Mutliple Projects
> 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 www.solidstategroup.com
> Email ben at solidstategroup.com
> MSN benrometsch at hotmail.com
>
> _______________________________________________
> 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
>
>
More information about the opencms-dev
mailing list