FHIR Chat · Full-text search · ibm

Stream: ibm

Topic: Full-text search


view this post on Zulip Teva Riou (Feb 03 2021 at 10:57):

Hello everyone !
I was looking into Hapi fhir and I see they are using Hibernate Search along with elasticsearch for their indexing enabling full text search capabilities. What do you think about this strategy ? Is the IBM fhir server would benefit from this or why do you think It wouldn't be useful ?

view this post on Zulip Paul Bastide (Feb 03 2021 at 16:34):

HI Teva We've started talking about using ElasticSearch for full text indexing. We're always investigating alternatives. We opted for a custom JDBC access layer, rather than a pure ORM model like Hibernate or JPA. In our experiences with JPA we couldn't get the performance we wanted, and opted for finer grained control over the db access.

view this post on Zulip Paul Bastide (Feb 03 2021 at 16:34):

@Robin Arnold is our performance guru and can give you more details.


Last updated: Apr 12 2022 at 19:14 UTC