Uses of Class
org.aksw.iguana.cc.utils.files.IndexedQueryReader
Packages that use IndexedQueryReader
-
Uses of IndexedQueryReader in org.aksw.iguana.cc.query.source.impl
Fields in org.aksw.iguana.cc.query.source.impl declared as IndexedQueryReader -
Uses of IndexedQueryReader in org.aksw.iguana.cc.utils.files
Methods in org.aksw.iguana.cc.utils.files that return IndexedQueryReaderModifier 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).