Uses of Class
org.aksw.iguana.cc.utils.files.IndexedQueryReader
-
Uses of IndexedQueryReader in org.aksw.iguana.cc.query.source.impl
-
Uses of IndexedQueryReader in org.aksw.iguana.cc.utils.files
Modifier and TypeMethodDescriptionstatic IndexedQueryReader
Indexes every non-empty line inside the given file.static IndexedQueryReader
IndexedQueryReader.makeWithEmptyLines
(Path filepath) Indexes every bundle of lines inside the file, that are in between two empty lines (including the beginning and end of the file).static IndexedQueryReader
IndexedQueryReader.makeWithStringSeparator
(Path filepath, String separator) Indexes each content in between two of the given separators (including the beginning and end of the file).