Child Field Options
- reference
You can configure a child field from the Couchbase Server Web Console to control how its data is added to your Search index.
For more information about how to create a child field, see Create a Child Field.
You can configure the following options for a child field, based on its type:
Option | Description | ||
---|---|---|---|
For a From Couchbase Server version 7.6.2 and later, Vector Search indexes can support arrays with up to 4096 elements. Arrays can be an array of arrays. For more information about Vector Search indexes, see Use Vector Search for AI Applications or Create a Vector Search Index with the Server Web Console. |
|||
Similarity Metric (Vector Fields Only) |
For a
For more information about Vector Search indexes, see Use Vector Search for AI Applications or Create a Vector Search Index with the Server Web Console. |
||
Optimized For (Vector Fields Only) |
For a
For more information about Vector Search indexes, see Use Vector Search for AI Applications or Create a Vector Search Index with the Server Web Console. |
||
Searchable As |
Set a different name that you can use to search the field’s contents in a query. The default value is the value set in the Field field when you create a child field. |
||
Analyzer |
Choose an analyzer for the content in the child field. You can choose a default analyzer or a custom analyzer. For more information about the available default analyzers, see Default Analyzers. For more information about how to create a custom analyzer, see Create a Custom Analyzer. |
||
Index |
To include the child field in the index, select Index. To remove the child field from the index, clear Index. If you remove the child field from the index, it cannot appear in search results. |
||
To store the values from the field in the index and return them in search results, select Store. This increases your index’s size and indexing time. You can return the values from this field when you include the fields array in a Search query. To remove the field’s values from the index, clear Store. |
|||
Include in _all field |
The To include this field in the To exclude this field from the
|
||
Term vectors store the location of terms in a field for an index. You can use term vectors to highlight matching search terms in search results, and perform phrase searches. Term vectors increase your index’s size and indexing time. To enable term vectors for this field, select Include Term Vectors. To turn off term vectors, clear Include Term Vectors.
|
|||
Doc Values |
Use doc values for a field for Search Facets and sorting your search results. To store doc values and enable faceting and sorting for this field, select Doc Values. To exclude doc values from the index for this field, clear Doc Values. |