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
This shall be an API which is able to take a bulk index file from the asset store and pushes this into the assigned elasticsearch index.
The servlet shall be given the path to an asset and then the service calls elasticsearch and pushes the asset (flat json) into elasticsearch
The text was updated successfully, but these errors were encountered:
@Orbiter @mariobehling I would like to work on this issue, my idea is we can simply create a new API end point service in yacy index https://github.com/yacy/yacy_grid_mcp/tree/master/src/main/java/net/yacy/grid/mcp/api/index , that accepts a path to asset storage and indexes it. I think this might be similar to the functionality of crawler, but we take an asset file here
Sorry, something went wrong.
No branches or pull requests
This shall be an API which is able to take a bulk index file from the asset store and pushes this into the assigned elasticsearch index.
The servlet shall be given the path to an asset and then the service calls elasticsearch and pushes the asset (flat json) into elasticsearch
The text was updated successfully, but these errors were encountered: