% Generated by roxygen2: do not edit by hand % Please edit documentation in R/out_parser.R \name{out_parser} \alias{out_parser} \title{Parse raw text into a single field} \usage{ out_parser(out, field) } \arguments{ \item{out}{The original output data frame} \item{field}{Either 'highlight' or '_source', for parsing of the highlighted search result text, or the original source text} } \value{ a parsed output data frame including the additional column 'merged', containing the merged text } \description{ Parse raw text into a single field } \examples{ out_parser(out,field) }