Class GetFieldMappingIndexRequest
java.lang.Object
com.liferay.portal.search.engine.adapter.ccr.CrossClusterRequest
com.liferay.portal.search.engine.adapter.index.GetFieldMappingIndexRequest
- All Implemented Interfaces:
IndexRequest<GetFieldMappingIndexResponse>,MappingIndexRequest<GetFieldMappingIndexResponse>
public class GetFieldMappingIndexRequest
extends CrossClusterRequest
implements MappingIndexRequest<GetFieldMappingIndexResponse>
-
Constructor Summary
ConstructorsConstructorDescriptionGetFieldMappingIndexRequest(String[] indexNames, String[] fields) GetFieldMappingIndexRequest(String[] indexNames, String mappingName, String[] fields) Deprecated.As of Athanasius (7.3.x) -
Method Summary
Modifier and TypeMethodDescriptionaccept(IndexRequestExecutor indexRequestExecutor) String[]String[]Methods inherited from class com.liferay.portal.search.engine.adapter.ccr.CrossClusterRequest
getConnectionId, isPreferLocalCluster, setConnectionId, setPreferLocalCluster
-
Constructor Details
-
GetFieldMappingIndexRequest
@Deprecated public GetFieldMappingIndexRequest(String[] indexNames, String mappingName, String[] fields) Deprecated.As of Athanasius (7.3.x) -
GetFieldMappingIndexRequest
-
-
Method Details
-
accept
- Specified by:
acceptin interfaceIndexRequest<GetFieldMappingIndexResponse>
-
getFields
-
getIndexNames
- Specified by:
getIndexNamesin interfaceIndexRequest<GetFieldMappingIndexResponse>
-
getMappingName
- Specified by:
getMappingNamein interfaceMappingIndexRequest<GetFieldMappingIndexResponse>
-