MongoDB
 sql >> डेटाबेस >  >> NoSQL >> MongoDB

मोंगोडब में php का उपयोग करके फुलटेक्स्ट इंडेक्स में कैसे खोजें?

यह मेरे प्रश्न का उत्तर प्रतीत होता है:

<?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. /accounts/login/ id पर TypeError (str, unicode, ObjectId) का एक उदाहरण होना चाहिए, न कि <type 'int'>

  2. जावा में मोंगोडीबी सूची उपलब्ध डेटाबेस

  3. MongoDB - एक सरणी में दस्तावेज़ अपडेट करें

  4. विंडोज़ पर मोंगोडीबी कैसे स्थापित करें?

  5. MongoDB:$geoWithin ऑपरेटर का उपयोग करके सही परिणाम नहीं मिल रहा है