% Generated by roxygen2: do not edit by hand % Please edit documentation in R/actorizer.R \name{actorizer} \alias{actorizer} \title{Updater function for elasticizer: Conduct actor searches} \usage{ actorizer(out, localhost = F, ids, prefix, postfix, identifier, es_super, ver) } \arguments{ \item{out}{Does not need to be defined explicitly! (is already parsed in the elasticizer function)} \item{localhost}{Defaults to false. When true, connect to a local Elasticsearch instance on the default port (9200)} \item{ids}{List of actor ids} \item{prefix}{Regex containing prefixes that should be excluded from hits} \item{postfix}{Regex containing postfixes that should be excluded from hits} \item{identifier}{String used to mark highlights. Should be a lowercase string} \item{es_super}{Password for write access to ElasticSearch} \item{ver}{Short string (preferably a single word/sequence) indicating the version of the updated document (i.e. for a udpipe update this string might be 'udV2')} } \value{ As this is a nested function used within elasticizer, there is no return output } \description{ Updater function for elasticizer: Conduct actor searches } \examples{ actorizer(out, localhost = F, ids, prefix, postfix, identifier, es_super) }