��������

MongoDB ֧�����������Һ����׸������������������Ҫָ���ֶ����������� ����1������-1�������磺

<?php
$connection 
= new MongoClient();
$collection $connection->database->collectionName;

$collection->ensureIndex( array( "i" => ) );  // create index on "i"
$collection->ensureIndex( array( "i" => -1"j" => ) );  // index on "i" descending, "j" ascending
?>

��������������Խ��Խ�󣬴��������Զ�ȡ�����о޴������������㲻�˽����������Բο� MongoCollection::ensureIndex() �ĵ��� MongoDB �� » MongoDB indexing documentation��