> 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.md).

# 検索

- [Elasticsearch v5 から Elasticsearch v7 への変更](https://manual.dxable.com/optimizely/configured-commerce/optimizely-configured-commerce/search/change-from-elasticsearch-v5-to-elasticsearch-v7.md): Optimizelyマニュアル｜特定の手順に従って、最小限のダウンタイムでOptimizely Commerce検索をElasticsearch v5からv7にUpgrade。
- [検索ブーストに属性タイプを追加する](https://manual.dxable.com/optimizely/configured-commerce/optimizely-configured-commerce/search/add-attribute-types-to-search-boosting.md): Optimizelyマニュアル｜検索結果とインデックスを改善するために、Optimizely Configured Commerceで検索可能な属性を有効にする方法を説明します。
- [Elasticsearch の種類とインデックス\_クエリ アナライザー](https://manual.dxable.com/optimizely/configured-commerce/optimizely-configured-commerce/search/elasticsearch-types-and-index-query-analyzers.md): Optimizelyマニュアル｜効果的なフィールドブーストと検索のカスタマイズのために、Elasticsearchのデータタイプとインデックス/クエリアナライザーを調べます。
- [Fractional Number Search](https://manual.dxable.com/optimizely/configured-commerce/optimizely-configured-commerce/search/elasticsearch-v7-dimensional-analyzer-and-fractional-number-search.md): Optimizelyマニュアル｜正確な小数点数の製品サイズ検索を行うためにElasticsearch v7 Dimensional Analyzerを構成する方法を説明します。
- [結果内でフィルタリングと検索](https://manual.dxable.com/optimizely/configured-commerce/optimizely-configured-commerce/search/filter-and-search-within-results.md): Optimizelyマニュアル｜カテゴリ、価格、購入履歴、在庫商品などのフィルターを使用して、Optimizelyの検索結果を絞り込みます。
- [製品の比較](https://manual.dxable.com/optimizely/configured-commerce/optimizely-configured-commerce/search/compare-products.md): Optimizelyマニュアル｜Optimizely Configured Commerceで最大6つのアイテムを並べて製品比較を有効にして使用する方法を説明します。
- [検索の概要](https://manual.dxable.com/optimizely/configured-commerce/optimizely-configured-commerce/search/search-overview.md): Optimizelyマニュアル｜Elasticsearch、同義語、ストップワード、検索チューニングオプションなど、Optimizelyで構成されたコマース検索機能を調べます。
- [検索設定](https://manual.dxable.com/optimizely/configured-commerce/optimizely-configured-commerce/search/search-settings.md): Optimizelyマニュアル｜Optimizely Configured Commerceのファセット、履歴、ブーストなどの構成可能な設定を使用して、検索パフォーマンスを最適化します。
- [検索インデックスの概要](https://manual.dxable.com/optimizely/configured-commerce/optimizely-configured-commerce/search/search-indexing-overview.md): Optimizelyマニュアル｜構成されたコマースの検索インデックス、再構築オプション、ステータス通知、および詳細設定を確認します。


---

# 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.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.
