Skip to main content

Posts

Showing posts from January, 2013
 Text Search In MongoDB One of the most important  feature in mongodb 10gen in version 2.4 is text search. configure text search in the mongo shell as: db.adminCommand( { setParameter : 1, textSearchEnabled : true } ) Or set a command: mongod --setParameter textSearchEnabled=true For Simple Example And More About text search in mongoDB kindly Visit  : - http://blog.mongodb.org/post/40513621310/mongodb-text-search-experimental-feature-in-mongodb?mkt_tok=3RkMMJWWfF9wsRohvKvOZKXonjHpfsX87ektW6S%2BlMI%2F0ER3fOvrPUfGjI4GTMphI%2FqLAzICFpZo2FEJSueQcg%3D%3D