# Functions
CoerceToInt64 does what it says.
CoerceToUint32 does what it says.
CoerceToUint64 does what it says.
Copy basically same as running cp.
DictionaryTmpFilename actual file name for a dictionary file as it's used by indexer.
IndexChunk returns an id of the index chunk, which should contain a document with the given id.
IndexChunkName name of a "chunk" (or "partition") of an RT-index as it's registered in Sphinx.
No description provided by the author
NewStdLogger creates a separate logger for services that specifically require log.Logger instance The writer for that logger still needs to be closed manually!.
PlainIndexName name of "plain" counterpart of an RT-index This is neccessary for seamless rebuilding.
SetupLogAdapter sets up the pseudo-writer that reroutes logging to logrus.
# Structs
LogAdapter This abomination pretends to be `log.Handler`, while actually it detects message level by parsing message prefix, and then tosses that message to the appropriate logger implementation,.