I am pleased to announce the release of TextIndexNG V 3.1.1. TextIndexNG V 3 is a complete new implementation based on Zope 3 technologies and can be used both in Zope 2.8 or in Zope 3. What's new? - multi-field indexing and query support - multi-lingual support - configurable converters (through ZCML) - new indexing API (allowing you to hook your custom content types with TextIndexNG through Zope 3 adapters). Changes in V 3.1.1: - TextIndexNG3._apply_index() did not use the indexes default_encoding for converting non-unicode query strings to unicode - adapters for Plone content-types were not configured properly in adapters/configure.zcml - improved behaviour of the adapter for ATFile instances - minor fixes Requirements: - Zope 2.8+, Zope 3.1+ Download: http://sf.net/projects/textindexng Project page: http://opensource.zopyx.biz/OpenSource/TextIndexNG3 For installation and documentation issues refer to doc/README.txt from the archive. It's basically the same procedure as with former versions except you *need* to recompile the extension modules. Windows binaries of the required extension modules are currently not available (any volunteers?). TextIndexNG V 3 is published under the ZPL. Andreas Jung ----------------------------------------------------------------------- - Andreas Jung ZOPYX Software Development and Consulting - - E-mail: info@zopyx.com Web: www.zopyx.com - ----------------------------------------------------------------------- -
Can TextIndexNG V 3 be used to provide full text search with content stored in a relational database or and accessed through zsql (or potentially other sources besides content within zodb)? I realize this sounds strange since postgres can be made to do a full text search but I am thinking broader than just postgres. If so, can the display of results be ranked and the output highly customized. Many thanks. Regards, David
--On 3. Dezember 2005 15:20:12 -0400 David Pratt <fairwinds@eastlink.ca> wrote:
Can TextIndexNG V 3 be used to provide full text search with content stored in a relational database or and accessed through zsql (or potentially other sources besides content within zodb)? I realize this sounds strange since postgres can be made to do a full text search but I am thinking broader than just postgres. If so, can the display of results be ranked and the output highly customized. Many thanks.
TXNG 3.1.1 provides a documented API for object to be indexed. Look at the README.txt. -aj
participants (2)
-
Andreas Jung -
David Pratt