Skip to content

Commit 497b243

Browse files
committed
create_custom_search_criterion.md: Links to custom index pages
1 parent cedc245 commit 497b243

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

docs/search/extensibility/create_custom_search_criterion.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ Then, add a `CameraManufacturerVisitor` class, implementing `CriterionVisitor`:
3939
Finally, register the visitor as a service.
4040

4141
Search Criteria can be valid for both Content and Location search.
42-
To choose the search type, use either `content` or `location` in the tag when registering the visitor as a service::
42+
To choose the search type, use either `content` or `location` in the tag when registering the visitor as a service:
4343

4444
=== "Solr"
4545

@@ -54,3 +54,8 @@ To choose the search type, use either `content` or `location` in the tag when re
5454
services:
5555
[[= include_file('code_samples/search/custom/config/criterion_services.yaml', 6, 10) =]]
5656
```
57+
58+
This example pretends a new `exif_camera_manufacturer_id` data is indexed.
59+
For more information about indexing new additional data,
60+
see [Solr document field mappers](solr_document_field_mappers.md)
61+
or [Index custom Elasticsearch data](index_custom_elasticsearch_data.md).

0 commit comments

Comments
 (0)