summaryrefslogtreecommitdiff
path: root/www/wiki/extensions/SemanticMediaWiki/data/elastic/smw-lookup.json
diff options
context:
space:
mode:
Diffstat (limited to 'www/wiki/extensions/SemanticMediaWiki/data/elastic/smw-lookup.json')
-rw-r--r--www/wiki/extensions/SemanticMediaWiki/data/elastic/smw-lookup.json17
1 files changed, 17 insertions, 0 deletions
diff --git a/www/wiki/extensions/SemanticMediaWiki/data/elastic/smw-lookup.json b/www/wiki/extensions/SemanticMediaWiki/data/elastic/smw-lookup.json
new file mode 100644
index 00000000..b8a227af
--- /dev/null
+++ b/www/wiki/extensions/SemanticMediaWiki/data/elastic/smw-lookup.json
@@ -0,0 +1,17 @@
+{
+ "settings": {
+ "number_of_shards": 1,
+ "refresh_interval" : "1s",
+ "index.mapping.total_fields.limit": "3000",
+ "index.max_result_window": "50000"
+ },
+ "mappings": {
+ "lookup": {
+ "properties": {
+ "id": {
+ "type": "long"
+ }
+ }
+ }
+ }
+} \ No newline at end of file