From 5ffbc1172738e8ee26c934f4a82d2d3bbc3a5b37 Mon Sep 17 00:00:00 2001 From: neodarz Date: Sun, 20 Jan 2019 00:24:49 +0100 Subject: Use Manticorsearch JSON API instead of custom search API The migration is due to the fact that python use far more ressources that a simple JSON POST request directly on the Manticorsearch server. --- sphinx/__init__.py | 0 1 file changed, 0 insertions(+), 0 deletions(-) delete mode 100644 sphinx/__init__.py (limited to 'sphinx/__init__.py') diff --git a/sphinx/__init__.py b/sphinx/__init__.py deleted file mode 100644 index e69de29..0000000 -- cgit v1.2.1