Integrating within existing spring boot config #1797
ahsanbagwan
started this conversation in
Elide 4
Replies: 1 comment 2 replies
-
I would construct both the JPA and Search stores in this bean: Here is an example of the SearchDataStore being initialized: However, I don't think the error above is related to the code snippets above. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
This is how I retrofitted Search Store within existing JPA data store. Does this look correct?
While running the application I also face this error. Why would it say it cannot find the
definition
?Caused by: org.hibernate.search.exception.SearchException: Lucene analyzer found with an unknown definition: case_insensitive
Beta Was this translation helpful? Give feedback.
All reactions