| Package | Description |
|---|---|
| org.springframework.data.solr.core |
Provides the classes necessary for Solr support.
|
| org.springframework.data.solr.core.query |
Query abstractions for
SolrQuery. |
| Modifier and Type | Method and Description |
|---|---|
protected Function.Context |
QueryParserBase.newFunctionContext(Class<?> domainType,
Function.Context.Target target)
Create new new
Function.Context for rendering functions. |
| Modifier and Type | Method and Description |
|---|---|
default Map<String,String> |
Function.getArgumentMap(Function.Context context)
Get the
Map of already Solr readable (converted) arguments for this Function in the given
Function.Context. |
Map<String,String> |
GeoDistanceFunction.getArgumentMap(Function.Context context) |
default String |
Function.toSolrFunction(Function.Context context)
Convert the Function to a Solr readable
String in the given Function.Context. |
String |
GeoDistanceFunction.toSolrFunction(Function.Context context) |
Copyright © 2011–2020 Pivotal Software, Inc.. All rights reserved.