Does FlexSearch support dynamic document descriptors for multiple document schemas? (a lot different schemas that may grow up in future) #525
Unanswered
ngdangtu-vn
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I usually get a lot excel files with different table structures and required to convert it into searchable list and embedded it into a website. I give this context to focuse on the unpredictable json schemas that my website could have. Therefore I look for options to set multiple document descriptors and runtime (not in inital stage
new Document
) so I can keep adding new json entries to FlexSearch.So far I try to work around with this solution (for SPA):
new Document
w/ proper document descriptorsWhat do you think about my solution? Is it a good idea to keep destroy doc instance? Or do we have a proper way to reuse the doc instance?
Beta Was this translation helpful? Give feedback.
All reactions