public interface ParametersTransformer
| Modifier and Type | Method and Description |
|---|---|
Map<String,com.google.gson.JsonElement> |
transform(Map<String,String> luceneParameters)
Extracts Lucene parameters from the given map and returns the corresponding Elasticsearch parameters.
|
Map<String,com.google.gson.JsonElement> transform(Map<String,String> luceneParameters)
Lucene parameters that have been taken care of should be removed from luceneParameters, so that
other transformers won't attempt to transform those.
luceneParameters - The parameters of a Lucene analysis factory. Elements can be removed from this
map to indicate they have been taken care of.Copyright © 2006–2017 Hibernate. All rights reserved.