> I try to build an advanced search engine, and I bumped into > sapdb... :) > In the docs I found something about SAP DB E-Catalog. So > I've created a > database with the INSTANCE_TYPE set as EMERGE, but what now ?
E-Catalog is an application built on top of SAP DB, so the search functionality isn't part of the database proper, although it runs as a stored procedure inside the database. We're sorry if the marketing blurb is occasionally misleading. If you're interested in building a search engine, you might want to start with http://search.mnogo.ru/, which has been ported to SAP DB. If we find the time to document the C++ stored produres, integrating an existing full text search library into SAP DB is definitely a useful project. Daniel Dittmar -- Daniel Dittmar SAP DB, SAP Labs Berlin [EMAIL PROTECTED] http://www.sapdb.org/ _______________________________________________ sapdb.general mailing list [EMAIL PROTECTED] http://listserv.sap.com/mailman/listinfo/sapdb.general
