Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

operation

message body

description

INSERTempty

n/a

adds an index using message headers (must be prefixed with "SolrField.")

INSERT

File

adds an index using the given File (using ContentStreamUpdateRequest)

INSERT

SolrInputDocument

Camel 2.10 adds an index based on the given SolrInputDocument

INSERT_STREAMING

emptyn/a

Camel 2.10 uses the StreamingUpdateSolrServer to add an index using message headers (must be prefixed with "SolrField.")

INSERT_STREAMING

File

Camel 2.10 uses the StreamingUpdateSolrServer to add an index using the given File (using ContentStreamUpdateRequest)

INSERT_STREAMING

SolrInputDocument

Camel 2.10 uses the StreamingUpdateSolrServer to add an index based on the given SolrInputDocument

ADD_BEAN

bean instance

adds an index based on values in an annotated bean

DELETE_BY_ID

index id to delete

delete a record by ID

DELETE_BY_QUERY

query string

delete a record by a query

COMMIT

n/a

performs a commit on any pending index changes

ROLLBACK

n/a

performs a rollback on any pending index changes

OPTIMIZE

n/a

performs a commit on any pending index changes and then runs the optimize command

...