Uses of Class
com.gentics.contentnode.rest.model.CRElasticsearchModel
-
Packages that use CRElasticsearchModel Package Description com.gentics.contentnode.rest.model -
-
Uses of CRElasticsearchModel in com.gentics.contentnode.rest.model
Fields in com.gentics.contentnode.rest.model declared as CRElasticsearchModel Modifier and Type Field Description protected CRElasticsearchModel
ContentRepositoryModel. elasticsearch
Methods in com.gentics.contentnode.rest.model that return CRElasticsearchModel Modifier and Type Method Description CRElasticsearchModel
ContentRepositoryModel. getElasticsearch()
Get the elasticsearch specific configuration of a Mesh CRMethods in com.gentics.contentnode.rest.model with parameters of type CRElasticsearchModel Modifier and Type Method Description void
ContentRepositoryModel. setElasticsearch(CRElasticsearchModel elasticsearch)
Set the elasticsearch config
-