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

Finalizing externalizing Vocabulary Search Apache Solr implementation #2308

Conversation

alex-odysseus
Copy link
Contributor

@alex-odysseus alex-odysseus commented Sep 11, 2023

Referring common Vocabulary Search classes from Standardized Analysis API (org.ohdsi:standardized-analysis-specs:1.5.0)
Adding webapi-solr profile and referencing a new webapi-solr repository (org.ohdsi:webapi-solr:1.0.0)
Finalizing externalizing the Vocabulary Search Apache Solr implementation

=====================================
Additionally fixing a failing unit test CohortResultsServiceTest.prepareGetTimeToEventDrilldown

Blocked by OHDSI/StandardizedAnalysisAPI#56 and OHDSI/webapi-solr#1

Related to #2196 and #2250

… Bouncy Castle Crypto, Shiro, Tomcat Embedded, SnakeYAML, org.json:json)

- add missing exclusions for json-smart so that the latest version is effective in the result WAR
- fixing typos in a few exclusions
… API (org.ohdsi:standardized-analysis-specs:1.5.0)

Adding webapi-solr profile and referencing a new webapi-solr repository (org.ohdsi:webapi-solr:1.0.0)
Finalizing externalizing the Vocabulary Search Apache Solr implementation

=====================================
Additionally fixing a failing unit test CohortResultsServiceTest.prepareGetTimeToEventDrilldown
@alex-odysseus alex-odysseus changed the title Finalizing externalizing vocabulary search apache solr implementation Finalizing externalizing Vocabulary Search Apache Solr implementation Sep 11, 2023
@chrisknoll
Copy link
Collaborator

The test failure is pre-existing, and is related to a change in the underlying sql, I can post a commit to this branch to fix.

@anthonysena anthonysena linked an issue Sep 19, 2023 that may be closed by this pull request
@@ -1,6 +1,6 @@
package org.ohdsi.webapi.cohortanalysis;

import org.ohdsi.webapi.info.ConfigurationInfo;
import org.ohdsi.info.ConfigurationInfo;
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Noting that this class was moved to the StandardizedAnalysisAPI (v1.5.0) project hence the namespace change.

import org.ohdsi.circe.vocabulary.ConceptSetExpression;
import org.ohdsi.webapi.vocabulary.Concept;
import org.ohdsi.vocabulary.Concept;
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Noting that this class was moved to the StandardizedAnalysisAPI (v1.5.0) project hence the namespace change.

@alex-odysseus alex-odysseus merged commit 04f1650 into master Oct 4, 2023
2 checks passed
@delete-merged-branch delete-merged-branch bot deleted the finalizing-externalizing-vocabulary-search-apache-solr-implementation branch October 4, 2023 18:23
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.

Create a separate library for SOLR classes and interfaces
3 participants