Interface MappingIndexRequest<T extends IndexResponse>

All Superinterfaces:
IndexRequest<T>
All Known Implementing Classes:
GetFieldMappingIndexRequest, GetMappingIndexRequest, PutMappingIndexRequest

@Deprecated public interface MappingIndexRequest<T extends IndexResponse> extends IndexRequest<T>
Deprecated.
As of Athanasius (7.3.x), with no direct replacement
  • Method Summary

    Modifier and Type
    Method
    Description
    Deprecated.
     

    Methods inherited from interface com.liferay.portal.search.engine.adapter.index.IndexRequest

    accept, getIndexNames
  • Method Details

    • getMappingName

      String getMappingName()
      Deprecated.