As a basic crowler in live mode it should be possible. Perhaps you can simulate a user session with Verity so that it can login itself and index the content only visible for such a user. But you should carefully consider for which user you want to reindex the whole site and in which mode.
Jahia is natively integrated with Apache Lucene so that all content is indexed as soon as modified. Results in authoring mode are not the same as in live mode (according to the workflow status of each content object). Hidden Jahia metadata are also indexed. The Lucene search engine also takes care of other criteria such as the user permissions or the content objects with some time based publishing options. In the Java world there is not for the moment any standardized "Search API". So there is no generci way of interconnecting a search and indexing server with a CMS. So, as mentionned, you can easily use Verity (or any other search engines) as a crawler. However making a in-depth integration of Verity in order to get the same level of features as you can get them today with the embedded Lucene will be quite complex and time-consuming (+ hard to maintain afterwards). /SC At 19:53 04.07.2007, you wrote: >Hi, > > It is possible to integrate jahia with the search engine verity > > >Thanks >_______________________________________________ >dev_list mailing list >[email protected] >http://lists.jahia.org/cgi-bin/mailman/listinfo/dev_list > > > >-- >Internal Virus Database is out-of-date. >Checked by AVG Free Edition. >Version: 7.5.472 / Virus Database: 269.9.6/865 - Release Date: >24.06.2007 08:33 -- Internal Virus Database is out-of-date. Checked by AVG Free Edition. Version: 7.5.472 / Virus Database: 269.9.6/865 - Release Date: 24.06.2007 08:33 _______________________________________________ dev_list mailing list [email protected] http://lists.jahia.org/cgi-bin/mailman/listinfo/dev_list
