public class RegistrySchemaService extends Object implements Serializable
| Modifier and Type | Field and Description |
|---|---|
static List<String> |
DEFAULT_STORE_FIELD_LIST |
| Constructor and Description |
|---|
RegistrySchemaService() |
| Modifier and Type | Method and Description |
|---|---|
String |
adaptImixsItemName(String itemName)
This method adapts an Imixs item name to the corresponding Solr field name.
|
String |
adaptQueryFieldNames(String _query)
This method adapts a search query for Imixs Item names and adapts these names with the
corresponding Solr field name (replace $ with _)
|
String |
adaptSolrFieldName(String itemName)
This method adapts an Solr field name to the corresponding Imixs Item name.
|
List<String> |
getSchemaFieldList() |
void |
init()
Create a solr rest client instance
|
@PostConstruct public void init()
org.imixs.workflow.services.rest.RestAPIExceptionpublic String adaptQueryFieldNames(String _query)
public String adaptSolrFieldName(String itemName)
itemName - public String adaptImixsItemName(String itemName)
itemName - Copyright © 2006–2020 Imixs Software Solutions GmbH. All rights reserved.