Skip to content

Latest commit

 

History

1 Commit

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Setting up ES details

Fill the details in the connection elasticsearch.toml file

Setting up indices in ES

Once the ES cluster is up. Run the following command from the elasticgraph/lib/mappingGenerator

DEBUG=* node esMappingGenerator.js ./backend recreate

To create or recreate a specific index

DEBUG=* node esMappingGenerator.js pathToBackendConfig recreate indexName

To create or recreate specific indices

DEBUG=* node esMappingGenerator.js pathToBackendConfig recreate index1,index2

Deleting indieces

Deleting specific indices

DEBUG=* node esMappingGenerator.js pathToBackendConfig delete index1,index2

Deleting all indices

DEBUG=* node esMappingGenerator.js pathToBackendConfig delete

TODO

  • Create index joins
  • Create union entries, if any

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

10 watching

Forks

Releases

Packages

Used by

Contributors

Languages