mirror of
https://github.com/simon987/nyaa.git
synced 2025-12-14 23:59:01 +00:00
some more elasticsearch work, including index mapping and analyzer
This commit is contained in:
3
create_es.sh
Executable file
3
create_es.sh
Executable file
@@ -0,0 +1,3 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
curl -v -XPUT 'localhost:9200/nyaav2?pretty' -H"Content-Type: application/yaml" --data-binary @es_mapping.yml
|
||||
Reference in New Issue
Block a user