Skip to content

Basic Usage

Sebastian edited this page Mar 12, 2023 · 4 revisions

Creating a Mapping & Index

const myIndexMapping = {
  title: 'text',
  body: 'text',
  whenSent: 'date',
  tags: 'keyword',
}

Indexing new documents

Making a simple search query

Clone this wiki locally