-
Notifications
You must be signed in to change notification settings - Fork 73
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
Nested Documents #162
Comments
The solarium client supports nested documents but is not yet implemented in this bundle |
ok thanks for your help :-) |
Would it be possible to update the composer.json file ? The solarium library is at the 3.8 version and apparently it's needed to have the nested document feature (if I read correctly the documentation) |
sure! where is your pull-request? ;) |
Can you develop what you mean ? I've never made any contribution into a github repo before. How do I do that pull request ? |
After some reflexion, I think I know what it is. But I've never done that on github. |
if you want a higher version of the solarium client just run: |
This is what I wanted to do, but I discussed this with my coworker, and we decided it was a secondary requirement we didn't want in our composer file. That dependency is linked to your project, so it has to stay there. It's just about compartmentalizing the dependencies. |
Well, my bundle requires version 3.6 and you need version 3.8, so we speak here about a project-specific dependency. The next release contains a nested-document feature which requires the version 3.8. If you can wait then you do need to update your project-dependencies. |
Hello Florian, thanks for your answer. Can I ask your opinion: do you think there will be side effects if we're using the 3.8 version ? |
version 3.8 does not contain critical changes and I have not notice strange behavior with my local setup. So everything should work well. |
Hello @floriansemm , I'm still on this feature ^^ (a lot of work has been done on other things though). Can you give me some advice to implement something that would respect good practice ? |
Hello everyone,
I'm working now on a proof of concept about Solr documents with nested data.
I'm wondering if there is a implementation of the "childDocuments" from Solr server.
The text was updated successfully, but these errors were encountered: