Developer Guide
Product DocumentationDeveloper GuideAPI ReferenceHelp Center
  • Welcome!
  • Fundamentals
    • API and client libraries
      • REST API Reference
      • JavaScript
      • Node
      • PHP
      • Python
      • Ruby
      • .Net
    • Search UI widgets
      • Search results widget
      • Search input widget
      • Takeover Search Input Widget
      • Configuration Objects
    • Pipelines
      • Steps
      • Record Pipelines
      • Query pipelines
      • Fundamental steps
      • Variable manipulation
  • Guides
    • Quick Start
      • Setting up a collection
      • Tuning your search
    • Feature implementation
      • Implementing tracking
      • Promotion banners
      • Aggregate Filters
      • Bucket Aggregates
      • Redirects
    • Using pipelines
      • Configuring autocomplete
      • Configuring spelling
      • Phrase training
      • Regular expressions
  • Helpful links
    • Product Documentation
    • API Reference
    • Help Center
Powered by GitBook
On this page

Was this helpful?

  1. Fundamentals
  2. Pipelines

Record Pipelines

Record pipelines can update and augment information as it is indexed. Steps can include:

  • Data transformation - e.g. trimming a title

  • Data enrichment - e.g. generating a latitude and longitude from an address

  • Classification - e.g. labeling content with a category based on an existing model

  • Vectorization - e.g. clustering uncategorized records

  • Image recognition - e.g. detection of objects and faces, read printed and handwritten text, extraction of metadata

PreviousStepsNextQuery pipelines

Last updated 3 years ago

Was this helpful?