Skip to content

Commit a3dbad6

Browse files
author
Mateusz Dębiński
committed
Corrected filename
1 parent 86c93cf commit a3dbad6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/search/extensibility/solr_document_field_mappers.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ The example relies on a use case of indexing webinar data on the webinar events,
5757
The field mapper could then look like this:
5858

5959
```php
60-
[[= include_file('code_samples/search/custom/src/Search/FieldMapper/WebinarEventTitleFulltextFieldMapper.php') =]]
60+
[[= include_file('code_samples/search/custom/src/Search/FieldMapper/WebinarEventParentNameFieldMapper.php') =]]
6161
```
6262

6363
You index text data only on the content document, therefore, you would register the service like this:

0 commit comments

Comments
 (0)