Options
All
  • Public
  • Public/Protected
  • All
Menu

Schema for information about an index.

Hierarchy

  • IndexInformation

Index

Properties

Properties

ddoc

ddoc: string

Design document ID.

def

Schema for a json or text query index definition. Indexes of type text have additional configuration properties that do not apply to json indexes, these are:

  • default_analyzer - the default text analyzer to use * default_field - whether to index the text in all document fields and what analyzer to use for that purpose.

name

name: string

Index name.

type

type: string

Schema for the type of an index.

Generated using TypeDoc