As far as bindings for MongoDB, if you're referring to http://www.squeaksource.com/MongoTalk - though it's an excellent start, it is not quite production ready. In that - only the MongoDB equivalents of 'select' and 'insert' have been implemented, but not update or delete. I'm working on implementing those operations right now & submitting a patch, and should have a post up about it in a couple of weeks. But Mongo is not yet in the running, for full text search. Dmitri Zagidulin http://smalltalkzen.wordpress.com On Thu, Jan 27, 2011 at 2:58 PM, Miguel Cobá <miguel.coba@gmail.com> wrote:
There isn't a full solution that I know of, but maybe you can use lucene to store index info outside smalltalk and use the references to search for the real smalltal objects.
There are also bindings for several nosql databases for lucene and solr like mongo db and cassandra and there are bindings in smalltalk for mondodb and cassandra.
Cheers
El jue, 27-01-2011 a las 20:48 +0100, laurent laffont escribió:
Hi,
I need to have full text indexing and searching over a 3-5 million documents. Actually the products I work on are written in PHP - MySQL.
What would you use (open source - mandatory - our products are open source) in Smalltalk world  to do this ?
Laurent Laffont - @lolgzs
Pharo Smalltalk Screencasts: http://www.pharocasts.com/ Blog: http://magaloma.blogspot.com/
-- Miguel Cobá http://twitter.com/MiguelCobaMtz http://miguel.leugim.com.mx