Can we implement lyra with mongodb. #207
Answered
by
cope
sarojregmi200
asked this question in
Q&A
-
lets say for example you have your data store in mongodb database, Now you want to make a full text search to that data in the database is it possible using lyra? if so how ? |
Beta Was this translation helpful? Give feedback.
Answered by
cope
Apr 14, 2023
Replies: 1 comment 1 reply
-
I'm not an expert, but the way I understood it is that you would have to copy your db data into orama/lyra and then search on that data... In other words, yes - duplicated. But, as far as I'm aware, that's how elasticsearch works too. (also not an expert there either) |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
micheleriva
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I'm not an expert, but the way I understood it is that you would have to copy your db data into orama/lyra and then search on that data...
In other words, yes - duplicated. But, as far as I'm aware, that's how elasticsearch works too. (also not an expert there either)