> For the complete documentation index, see [llms.txt](https://manual.dxable.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://manual.dxable.com/optimizely/configured-commerce/optimizely-configured-commerce/search/add-attribute-types-to-search-boosting.md).

# 検索ブーストに属性タイプを追加する

属性タイプとその属性を検索でクエリ可能にすることができます。

1. **Admin Console** > **Catalog** > **Attribute Types**に移動します。
2. [新しい属性タイプを作成するに&#x306F;**\[Add Attribute Type\]**&#x3092;クリックし](https://support.optimizely.com/hc/en-us/articles/4413191701645)、既存の属性タイプを作成するに&#x306F;**\[Edit]**&#x3092;クリックしま&#x3059;**。**
3. **\[Searchable]**&#x304C;**\[Yes]**&#x306B;設定されていることを確認します。**\[Yes]**&#x306E;場合、この属性タイプの属性値に一致する検索結果が返されます。 **\[No]**&#x306E;場合、属性値は検索インデックスに含まれないため、ストアフロントで検索できなくなります。 また、この属性タイプに属する属性値を持つ製品も検索に一致しません。 デフォルト値:**\[Yes]**。

注記

フィールド ブースト セクションに属性を表示するには、夜間メンテナンス ジョブを実行する必要があります。

1. **Marketing** > **Search** > **Field Boosting**に移動し、**\[Show Non-Queryable Fields]**&#x3092;**\[Yes]**&#x306B;設定します。
2. 属性の横にあ&#x308B;**\[Edit]**&#x3092;クリックします。
3. **\[Queryable]**&#x3092;**\[Yes]**&#x306B;設定します。
4. 属性に適切なデータ型を選択します。 **\[Data Type]**&#x306B;**\[Text]**&#x3092;選択した場合&#x306F;**、**&#x4F7F;用するアナライザーを選択します。
   * **\[Index Analyzer]**&#x3092;検索または選択します。 Elasticsearch はこのアナライザーを使用してこのフィールドをインデックスします。
   * **\[Query Analyzer]**&#x3092;検索または選択します。 Elasticsearch はこのアナライザーを使用してこのフィールドを検索します。
5. **\[Save]**&#x3092;クリックします。

[Elasticsearch types and index/query analyzer ](https://support.optimizely.com/hc/en-us/articles/13507378003213)の記事をご覧ください。


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://manual.dxable.com/optimizely/configured-commerce/optimizely-configured-commerce/search/add-attribute-types-to-search-boosting.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
