CREATE INDEX

From wikieduonline
Jump to navigation Jump to search


create index
create unique index
CREATE INDEX IF NOT EXISTS

To create a GIN index with fast updates disabled: CREATE INDEX gin_idx ON documents_table USING GIN (locations) WITH (fastupdate = off);


  • ES: curl -XPUT 'www.example.com:9200/myIndexName?pretty'

Related[edit]

See also[edit]

Advertising: