epub-full-text-search
epub-full-text-search copied to clipboard
Indexing zipped epubs
This would probably require some refactoring ?
The simplest way as I see it would be to enable unzip in EpubMetaDataParser.getMetaData
to temporary directory
Though if someone would point writeToIndex
to a large set of zipped files, that would be very suboptimal, so the better way would be to create a list of dirs that are unziped epubs and zipped epubs, pass it down and the act on each entry accordingly - if it's zipped: unzip, extract metadata. index, if it's unziped: extract metadata, index