Searched defs:solr_fts_backend_update_context (Results 1 - 2 of 2) sorted by relevance

/dovecot/src/plugins/fts-solr/
H A Dfts-backend-solr-old.c31 struct solr_fts_backend_update_context { struct
385 struct solr_fts_backend_update_context *ctx;
387 ctx = i_new(struct solr_fts_backend_update_context, 1);
395 static void xml_encode_id(struct solr_fts_backend_update_context *ctx,
417 fts_backend_solr_add_doc_prefix(struct solr_fts_backend_update_context *ctx,
448 fts_backed_solr_build_commit(struct solr_fts_backend_update_context *ctx)
463 struct solr_fts_backend_update_context *ctx =
464 (struct solr_fts_backend_update_context *)_ctx;
491 struct solr_fts_backend_update_context *ctx =
492 (struct solr_fts_backend_update_context *)_ct
[all...]
H A Dfts-backend-solr.c44 struct solr_fts_backend_update_context { struct
282 struct solr_fts_backend_update_context *ctx;
284 ctx = i_new(struct solr_fts_backend_update_context, 1);
292 static void xml_encode_id(struct solr_fts_backend_update_context *ctx,
303 fts_backend_solr_doc_open(struct solr_fts_backend_update_context *ctx,
323 fts_solr_field_get(struct solr_fts_backend_update_context *ctx, const char *key)
342 fts_backend_solr_doc_close(struct solr_fts_backend_update_context *ctx)
361 fts_backed_solr_build_flush(struct solr_fts_backend_update_context *ctx)
377 fts_backend_solr_expunge_flush(struct solr_fts_backend_update_context *ctx)
391 struct solr_fts_backend_update_context *ct
[all...]

Completed in 1187 milliseconds