Is it possible to use elasticsearch to get several search results when preforming search on big documents?
Like a book or huge articles..
So I get not only the article itself but also all the positions of relevant data.
Is it even possible when using elasticsearch or should I use a different tool for this?
dadoonet
(David Pilato)
April 13, 2023, 7:22am
2
To do this, you need to index not books but text extracts with the position.
dadoonet
(David Pilato)
April 15, 2023, 9:47am
4
That elasticsearch can not do that so you need to change your model.
system
(system)
Closed
May 13, 2023, 9:47am
5
This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.