Package com.lucidworks.querying.api
Interface Context
Query pipeline context represented as a
Map.
Context properties can be retrieved by calling Map.get(Object), and set by calling
Map.put(Object, Object).-
Nested Class Summary
-
Method Summary
Methods inherited from interface java.util.Map
clear, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, equals, forEach, get, getOrDefault, hashCode, isEmpty, keySet, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, size, values
-
Method Details
-
getCollection
String getCollection()- Returns:
- the name of the collection used by current query pipeline.
-