Skip to content

Commit 04c0c79

Browse files
committed
customize_elasticsearch_index_structure.md: Indicate CompositeGroupResolver as default
Don't make the reader guess it from default strategy description, just label it.
1 parent 5886003 commit 04c0c79

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/search/extensibility/customize_elasticsearch_index_structure.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ The strategies are:
2121
- `NullGroupResolver` - groups all documents into a single group.
2222
- `LanguageGroupResolver` - groups documents by language code.
2323
- `ContentTypeGroupResolver`- groups documents by content type ID.
24-
- `CompositeGroupResolver` - allows combining multiple group resolves together to have a more granular index.
24+
- `CompositeGroupResolver` - allows combining multiple group resolves together to have a more granular index (default).
2525

2626
The default strategy is the composite of language and content type ID, resulting in indexes in the form of `<repository>_<document_type>_<language>_<content_type_id>`.
2727

0 commit comments

Comments
 (0)