search.facets
Classify search results by sectionType, industry, audience, and tags, returning counts per value for building filter selection interfaces.
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 |
|---|---|---|---|
| tags | No | タグフィルター / Tags filter | |
| limit | No | ファセット算出のベース結果数(1-50、デフォルト: 50) / Base result limit for facet computation (1-50, default: 50) | |
| query | Yes | 検索クエリ(自然言語、1-500文字) / Search query (natural language, 1-500 chars) | |
| audience | No | ターゲットオーディエンスフィルター / Target audience filter (e.g., 'Developer') | |
| industry | No | 業種フィルター / Industry filter (e.g., 'SaaS', 'E-commerce') | |
| webPageId | No | WebページIDでフィルター / Filter by web page ID | |
| facet_fields | No | ファセットフィールド(デフォルト: 全フィールド) / Facet fields (default: all). sectionType: セクション/パーツタイプ, industry: 業種, audience: ターゲット, tags: タグ |