We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Is it correct, that there's currently no possibility to specify the fullMapping property of any Flowpack\ElasticSearch\Domain\Model\Mapping object?
fullMapping
Flowpack\ElasticSearch\Domain\Model\Mapping
For my current project I need to configure the _all field. That's exactly what the fullMapping property is there for.
In my opinion it would be best to have the option to define the fullMapping as a settings array inside Settings.yaml like this:
Flowpack: ElasticSearch: indexes: [...] mapping: 'person': fullMapping: _all: analyzer: 'nGram_analyzer' search_analyzer: 'whitespace_analyzer'
What do you think?
The text was updated successfully, but these errors were encountered:
@dfeyer i think this can be closed, it's there with public function setFullMapping(array $fullMapping), just not as a configuration.
Sorry, something went wrong.
No branches or pull requests
Is it correct, that there's currently no possibility to specify the
fullMapping
property of anyFlowpack\ElasticSearch\Domain\Model\Mapping
object?For my current project I need to configure the _all field. That's exactly what the
fullMapping
property is there for.In my opinion it would be best to have the option to define the fullMapping as a settings array inside Settings.yaml like this:
What do you think?
The text was updated successfully, but these errors were encountered: