indexers.hooks.default_hooks.preprocessing

indexers.hooks.default_hooks.preprocessing

Classes

Name Description
CapitalisationStandardisingHook A pre-processing hook to handle upper-/lower-/sentence-/title-casing.

CapitalisationStandardisingHook

indexers.hooks.default_hooks.preprocessing.CapitalisationStandardisingHook(
    method='lower',
    colname='query',
)

A pre-processing hook to handle upper-/lower-/sentence-/title-casing.