On Apr 23, 2007, at 3:13 PM, Ram Peters wrote:

I am thinking of using NXLucene as standalone indexer/searcher.  My
site is created using Python but not with Zope.  Can I still use it?

Sure, it's a standalone server. It has a dependency upon zope.interface, but that's
as a pure Python module.

Do you have any link to samples and examples using nxlucene?

By far, the most common NXLucene user is the Zope 3 component that's been designed for this:
        https://svn.nuxeo.org/pub/Zope3/nuxeo.lucene/trunk

The code itself is located under src/nuxeo/lucene

Although this is a Zope 3 component, you shouldn't have much trouble separating the Zope glue from the code oriented towards discussing with the remote NXLucene server. I believe catalog.py to be a correct entry point.

---------
Georges Racinet,   Nuxeo SAS
Open Source Enterprise Content Management (ECM)
Web: http://www.nuxeo.com/ and http://www.nuxeo.org/ - Tel: +33 1 40 33 79 87



_______________________________________________
cps-users mailing list
[email protected]
http://lists.nuxeo.com/mailman/listinfo/cps-users

Reply via email to