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

Store Document from Processor #44

Merged
merged 2 commits into from
Apr 23, 2021
Merged

Conversation

aguereca
Copy link
Contributor

This PR is mainly to track an issue that I've seen when attempting to store DocumentOperations from a Processor, once issue addressed this can be merged and serve as reference to the community looking to implement this scenario.

@bratseth
Copy link
Member

This merely processes the documents - it never actually writes them to Vespa (which typically causes them to be processed, but also to be sent to the appropriate content clusters for storage).

To write documents from Java code, use the Document Access API:
http://docs.vespa.ai/documentation/document-api-guide.html#document-access

@aguereca aguereca changed the title Store Document from Processor [NOT WORKING] Store Document from Processor May 22, 2018
@aguereca
Copy link
Contributor Author

Thanks for the quick response and the pointers, this is now working and ready to be used as reference for others.

@bratseth
Copy link
Member

Great work!

@bratseth bratseth merged commit a985778 into vespa-engine:master Apr 23, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants