We have large number of books and we would like to store each book (size of the single book itself could be very large) into small chucks/sections (let's say between 300 to 500 words).
I am not sure how search would work if I search for a phrase, 'The boy is standing in a blue shirt' . especially when it is split into multiple record/documents
- document 1: ...The boy is standing document
- document 2: in a blue shirt. ...
We really would like the exact phrase match to work even if it is split.
What would be best way to achieve this?
Thank you