You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
mamlr/man/actorizer.Rd

45 lines
1.3 KiB

% 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,
pre_tags,
post_tags,
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{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')}
\item{identifier}{String used to mark highlights. Should be a lowercase string}
}
\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)
}