Full-Text Search in MongoDB
https://code.tutsplus.com/tutorials/full-text-search-in-mongodb–cms-24835 MongoDB, one of the leading NoSQL databases, is well known for its fast performance, flexible schema, scalability and great indexing capabilities. At the core of this fast performance lies MongoDB indexes, which support efficient execution of queries by avoiding full-collection scans and hence limiting the number of documents MongoDB searches. Starting from version… Leer más »