6 ms·
hi, I am the author of the article. @devhead: To import the data into ES we used a custom application to extract the text from the OCR'd documents. This is re
by gioark 9y ago
hi, I am the author of the article.
@devhead: To import the data into ES we used a custom application to extract the text from the OCR'd documents.
This is required to support our bookreader software. A complete ingestion takes a few days; we rate-limit indexing in order not to overload the cluster, and maintain reasonable search performance.
- devhead 9y agocool, thanks for sharing; maybe one day you can release your ingestion app to the world.
- bognition 9y agoWow those ASCII tables look terrible on the iPhone. If I rotate they clean up but when vertical they are unreadable.
- giodamelio 9y agoIt was a great article. On a side note, holy shit is it rare to even hear of other guys named Giovanni, much less as similar a last name (I'm Giovanni d'Amelio).
- kampsy 9y agoGreat article man. Am always super exited when i find articles that talk about information retrieval systems. I have a lot of questions for you. Been working on a search engine project www.cognifly.com for a year and its inverted index is still very small. Like 4gig now. So is ok if i send you an email?
- gioark 9y agosure, feel free to contact me by email or DM on twitter. gio archive org
- mdellabitta 9y agoHey, I'm wondering why you didn't consider using stopwords to prevent bloated inverted index entries fir words like 'the'?