-
Notifications
You must be signed in to change notification settings - Fork 5
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
Compatibility with icat.lucene upgrades #267
Comments
Will these changes be compatible for clients? E.g. will the exposed ICAT API calls for searching or for interacting with the lucene db change? |
Currently neither of those would be affected by the changes, at the moment it's things like classes being renamed in more recent versions of Lucene (which are needed for some functionality). Going forward there might be changes such as allowing different entities or fields to be searched with Lucene (as currently we only search on Investigations, Datasets/files with Samples/Parameters). But at this stage it's somewhat exploratory to see how additional functionality might be implemented with Lucene. |
Description:
In the process of making changes to icat.lucene to improve search functionality, the interface in
LuceneAPI
,LuceneManager
etc. will become incompatible. For now these changes are not finalised, but to test them out as part of the full stack need to make the changes toicat.server
.For detail, see icatproject/icat.lucene#18 which also links to sub-issues.
The text was updated successfully, but these errors were encountered: