public interface Function
| Modifier and Type | Interface and Description |
|---|---|
static interface |
Function.Context
The
Function.Context the Function is used in. |
| Modifier and Type | Method and Description |
|---|---|
default Map<String,String> |
getArgumentMap(Function.Context context)
Get the
Map of already Solr readable (converted) arguments for this Function in the given
Function.Context. |
Iterable<?> |
getArguments() |
String |
getOperation()
solr readable representation of function
|
boolean |
hasArguments() |
default String |
toSolrFunction(Function.Context context)
Convert the Function to a Solr readable
String in the given Function.Context. |
String getOperation()
Iterable<?> getArguments()
boolean hasArguments()
getArguments() is not emptydefault String toSolrFunction(Function.Context context)
String in the given Function.Context.context - must not be null.default Map<String,String> getArgumentMap(Function.Context context)
Map of already Solr readable (converted) arguments for this Function in the given
Function.Context.context - must not be null.Copyright © 2011–2020 Pivotal Software, Inc.. All rights reserved.