Replies: 2 comments
-
Hi, I have a very similar problem:
I am using Pimcore 11, https://github.com/ddev/ddev-elasticsearch with the default configuration and https://github.com/JanoPL/ddev-kibana as UI to display the indexes. Thank you |
Beta Was this translation helpful? Give feedback.
-
@bajizs are you using Also, the ->addSimpleDocumentFieldDefinition([
'name' => 'type',
'index_transformer' => [
'type' => 'explicit',
'configuration' => [
'type' => 'keyword',
'ignore_above' => 256,
]
],
'data_transformer' => [
'type' => MyExtractor::class,
]
]) |
Beta Was this translation helpful? Give feedback.
-
I have set up evreything by Documentation (https://github.com/dachcom-digital/pimcore-dynamic-search/tree/master/docs) and README. With Lucene system works but with elastics I get always next error:
No document definition generated. Probably no applicable document definition builder was found. Skipping.... (The current context index provider also requires pre-configured indices. Please make sure your document definition implements the "DynamicSearchBundle\Provider\PreConfiguredIndexProviderInterface" interface)
Can't found any information what is wrong, where or how to create/configure PreConfiguredIndexProviderInterface. I have added my index configuration class - this works with lucene.
Where can I found any information or example for usage of this bundle?
Thank You
Beta Was this translation helpful? Give feedback.
All reactions