Hui v0.8.0 Hui.U View Source

Struct and functions related to Solr updating.

Link to this section Summary

Types

t()

Struct and functions related to Solr updating

Link to this section Types

Link to this type t() View Source
t() :: %Hui.U{
  commit: boolean(),
  commitWithin: integer(),
  delete_id: binary() | [binary()],
  delete_query: binary() | [binary()],
  doc: map() | [map()],
  expungeDeletes: boolean(),
  maxSegments: integer(),
  optimize: boolean(),
  overwrite: boolean(),
  rollback: boolean(),
  waitSearcher: boolean()
}

Struct and functions related to Solr updating.

Link to this section Functions