Uses of Class
org.apache.solr.client.api.util.CoreApiParameters
-
Packages that use CoreApiParameters Package Description org.apache.solr.client.api.endpoint Interfaces representing individual Solr v2 APIs. -
-
Uses of CoreApiParameters in org.apache.solr.client.api.endpoint
Methods in org.apache.solr.client.api.endpoint with annotations of type CoreApiParameters Modifier and Type Method Description ReplicationBackupResponseReplicationBackupApis. createBackup(ReplicationBackupRequestBody backupReplicationPayload)jakarta.ws.rs.core.StreamingOutputReplicationApis. fetchFile(String filePath, String dirType, String offset, String len, Boolean compression, Boolean checksum, double maxWriteMBPerSec, Long gen)FileListResponseReplicationApis. fetchFileList(long gen)IndexVersionResponseReplicationApis. fetchIndexVersion()GetSegmentDataResponseSegmentsApi. getSegmentData(Boolean coreInfo, Boolean fieldInfo, Boolean rawSize, Boolean rawSizeSummary, Boolean rawSizeDetails, Float rawSizeSamplingPercent, Boolean sizeInfo)
-