Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface InvertedIndex

Hierarchy

  • InvertedIndex

Index

Properties

Properties

Optional indexType

indexType: undefined | "inverted"

An inverted index can be used to index composite values, and the queries to be handled by the index need to search for element values that appear within the composite items. So if for example you have a property X of type int[] and you want to efficiently query for all instances where X contains some value Y, you can create an inverted index on X.

properties

properties: string[]

List of properties to define the index across