PHP
downloads | documentation | faq | getting help | mailing lists | reporting bugs | php.net sites | links | conferences | my php.net

search for in the

hw_api->ftstat> <hw_api_error->reason
Last updated: Fri, 03 Oct 2008

view this page in

hw_api->find

(No version information available, might be only in CVS)

hw_api->findオブジェクトを検索する

説明

hw_api
array find ( array $parameter )

この関数は、キーやフルテキストクエリを使用してオブジェクトを検索します。 見つかったオブジェクトは、オプションのオブジェクトクエリによって さらに絞り込むことができます。また、その重要性の順に並べ替えられます。 2 回目の検索は相対的に遅くなり、その結果はある程度絞り込まれます。 これによりインクリメンタルな検索ができ、前の検索の結果をもとに 検索を進めていくことが可能となります。

パラメータ

parameter

パラメータの配列には、 検索したい方法に応じて 'keyquery' や 'fulltextquery' が含まれます。オプションのパラメータは 'objectquery'、'scope'、'languages' および 'attributeselector' です。インクリメンタルな検索の場合、オプションのパラメータ 'startIndex'、'numberOfObjectsToGet' および 'exactMatchUnit' が渡されます。

返り値



add a note add a note User Contributed Notes
hw_api->find
There are no user contributed notes for this page.

hw_api->ftstat> <hw_api_error->reason
Last updated: Fri, 03 Oct 2008
 
 
show source | credits | sitemap | contact | advertising | mirror sites