Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

typo #9

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions doc/02_neon_configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ TODO convert to video example
- Import created file to your application config neon. Usually located in`app/config/config.neon`.
```neon
includes:
- ../ProducModule/Config/Product.neon
- ../ProductModule/Config/Product.neon
```
- Now you can configure your entity. Each entity has own ElasticSearch type and index with same name.
You have to specify only index, type has same name and is only one in index, it is defined in library so you don't
Expand Down Expand Up @@ -75,4 +75,4 @@ array of values. In this example product has field `productTag` which has array

#### Tips
- Do not use field named `id` in mapping. Use `databaseId` or `externalId` depending from your data originates.
- Do not use same field name in entity structure.
- Do not use same field name in entity structure.