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

Update to new Metafacture dependency; use Java 11 #130

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dr0i
Copy link
Member

@dr0i dr0i commented Feb 6, 2025

See #129.
Don't forget to "export JAVA_HOME=$yourPath".

AFAIK the only problem is the "org.elasticsearch" % "elasticsearch" % "1.7.5" dependency which is used by Classification.java as intrnal lookup for classifications.

Don't forget to "export JAVA_HOME=$yourPath".
@dr0i dr0i changed the title Update to new Metafacture dependency; use Java 11 (#129) Update to new Metafacture dependency; use Java 11 Feb 6, 2025
@dr0i
Copy link
Member Author

dr0i commented Feb 7, 2025

Discussed with @fsteeg :

  1. analyzing what is achieved by the ES index. If it's used only as a lookup we could switch to use a table instead. If elaborate searches are done we could ->
  2. switch to use our ES cluster and refactor to the new API of ES 5.6.3.

@dr0i dr0i self-assigned this Feb 7, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Ready
Development

Successfully merging this pull request may close these issues.

1 participant