Uses of Interface
ca.cgjennings.algo.TextIndexer.TextMapper
-
Packages that use TextIndexer.TextMapper Package Description ca.cgjennings.algo -
-
Uses of TextIndexer.TextMapper in ca.cgjennings.algo
Classes in ca.cgjennings.algo that implement TextIndexer.TextMapper Modifier and Type Class Description static class
TextIndexer.DefaultTextMapper
A default text mapper implementation that assumes that the source IDs represent URLs.Methods in ca.cgjennings.algo that return TextIndexer.TextMapper Modifier and Type Method Description TextIndexer.TextMapper
TextIndexer. getTextMapper()
Returns the text mapper used to map source identifiers to texts.Methods in ca.cgjennings.algo with parameters of type TextIndexer.TextMapper Modifier and Type Method Description void
TextIndexer. setTextMapper(TextIndexer.TextMapper mapper)
Sets the text mapper used to map source identifiers to texts.
-