Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
スフィンクスの結果をドキュメントIDで並べ替えたい。変更を加えることで、特定のスフィンクスインデックスの結果にデフォルトの並べ替えモードを設定できますか。可能であれば、どうすればそれを与えることができますか。私を助けてください。
今まで何を試したのかわかりません。
しかし、以下のスニペットで目的の結果が得られると思います。
$cl->SetSortMode(SPH_SORT_EXTENDED, '@id asc');
この助けを願っています。