Package de.julielab.java.utilities.index
Interface IStringArrayMapProvider
-
- All Known Implementing Classes:
PersistentIndexStringArrayMapProvider,PersistentLuceneIndexStringArrayMapProvider,StringArrayMapProvider
public interface IStringArrayMapProvider
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Map<String,String[]>getMap()voidload(InputStream inputStream)voidload(URI uri)voidsetKeyIndices(int... keyIndex)voidsetValueIndices(int... valueIndices)
-
-
-
Method Detail
-
load
void load(URI uri) throws IndexCreationException
- Throws:
IndexCreationException
-
load
void load(InputStream inputStream) throws IndexCreationException
- Throws:
IndexCreationException
-
setValueIndices
void setValueIndices(int... valueIndices)
-
setKeyIndices
void setKeyIndices(int... keyIndex)
-
-