Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: updated per CAMEL-5481

...

operation

message body

description

INDEX

Map of content keys/values, String, byte[] or XContentBuilder content to index

adds content to an index and returns the content's indexId in the body

GET_BY_ID

index id of content to retrieve

retrives the specified index and returns a GetResult object in the body based on

DELETE

index id of content to delete

deletes the specified indexId and returns a DeleteResult object in the body

Index Example

Below is a simple INDEX example

...