MongoDB
 sql >> Teknologi Basis Data >  >> NoSQL >> MongoDB

Cara mencari di indeks fulltext menggunakan php di mongodb

Ini sepertinya jawaban untuk pertanyaan saya:

<?php
$result = $db->command(
    array(
        'text' => 'bar', //this is the name of the collection where we are searching
        'search' => 'hotel', //the string to search
        'limit' => 5, //the number of results, by default is 1000
        'project' => Array( //the fields to retrieve from db
            'title' => 1
        )
    )
);

http://www.php.net/manual/en/mongodb .command.php#111891




  1. Redis
  2.   
  3. MongoDB
  4.   
  5. Memcached
  6.   
  7. HBase
  8.   
  9. CouchDB
  1. Mongodb, temukan apakah koleksi kosong, node.js

  2. Koleksi Mongodb sebagai dinamis

  3. MongoError:tidak dapat mengubah _id dokumen

  4. Mongodb mendapatkan pesan kesalahan MongoError:Tabrakan jalur saat aktivitas

  5. Kueri Mongodb pada bulan, hari, tahun... dari suatu tanggal