Child Field Options
- Capella Operational
- reference
You can configure a child field from the Couchbase Capella UI’s Advanced Mode to control how its data is added to your Search index.
For more information about how to create a child field using Advanced Mode, see Create a Child Field in Advanced Mode.
For more information about creating an index and child fields in Quick Mode, see Create a Search Index in Quick Mode.
You can configure the following options for a child field in Advanced Mode, based on its type:
Option | Description | ||
---|---|---|---|
Dimension (Vector Fields Only) |
For a Vector Search indexes can support arrays with up to 2048 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 in Quick Mode. |
||
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 in Quick Mode. |
||
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 in Quick Mode. |
||
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. 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. |