Package com.lucidworks.indexing.api
Interface Context
-
- All Superinterfaces:
java.util.Map<java.lang.String,java.lang.Object>
public interface Context extends java.util.Map<java.lang.String,java.lang.Object>Index pipeline context represented as JavaMap. Context properties can be retrieved by callingMap.get(Object), and set by callingMap.put(Object, Object).
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetCollection()Get name of the collection used by current pipeline.
-