Uses of Class
io.fluxcapacitor.common.api.search.BulkUpdate.Type
| Package | Description |
|---|---|
| io.fluxcapacitor.common.api.search | |
| io.fluxcapacitor.common.api.search.bulkupdate |
-
Uses of BulkUpdate.Type in io.fluxcapacitor.common.api.search
Methods in io.fluxcapacitor.common.api.search that return BulkUpdate.Type Modifier and Type Method Description BulkUpdate.TypeBulkUpdate. getType()static BulkUpdate.TypeBulkUpdate.Type. valueOf(String name)Returns the enum constant of this type with the specified name.static BulkUpdate.Type[]BulkUpdate.Type. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of BulkUpdate.Type in io.fluxcapacitor.common.api.search.bulkupdate
Methods in io.fluxcapacitor.common.api.search.bulkupdate that return BulkUpdate.Type Modifier and Type Method Description BulkUpdate.TypeDeleteDocument. getType()BulkUpdate.TypeIndexDocument. getType()BulkUpdate.TypeIndexDocumentIfNotExists. getType()