How can I get several search results on a huge document? (like a book or a big article)

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?

To do this, you need to index not books but text extracts with the position.

What do you mean?

That elasticsearch can not do that so you need to change your model.

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.