search.facets
Categorize search results by section type, industry, audience, and tags to calculate filter counts. Use this data to build faceted search interfaces that enable dynamic result refinement and filter selection.
Instructions
[DEPRECATED: Use search.unified with include_facets: true instead] ファセット検索(絞り込みカウント表示)。検索結果をsectionType・industry・audience・tagsで分類し、各値の件数を返却します。検索結果の絞り込みUIやフィルタ選択に使用します。代替: search.unified({ query: '...', include_facets: true, facet_fields: ['sectionType'], enable_reranking: false, limit: 50 }) / Faceted search with filter counts. Classifies search results by sectionType, industry, audience, and tags, returning counts per value. Used for search result refinement UI and filter selection.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | 検索クエリ(自然言語、1-500文字) / Search query (natural language, 1-500 chars) | |
| facet_fields | No | ファセットフィールド(デフォルト: 全フィールド) / Facet fields (default: all). sectionType: セクション/パーツタイプ, industry: 業種, audience: ターゲット, tags: タグ | |
| limit | No | ファセット算出のベース結果数(1-50、デフォルト: 50) / Base result limit for facet computation (1-50, default: 50) | |
| webPageId | No | WebページIDでフィルター / Filter by web page ID | |
| industry | No | 業種フィルター / Industry filter (e.g., 'SaaS', 'E-commerce') | |
| audience | No | ターゲットオーディエンスフィルター / Target audience filter (e.g., 'Developer') | |
| tags | No | タグフィルター / Tags filter |