2015-12-03

MongoDB - Create a full text search index

db.COLL_NAME.createIndex( 
   { 
      FIELD_NAME : "text"  
   } 
);

No comments:

Post a Comment