Shinsuke Sugaya преди 8 години
родител
ревизия
fb911f14a8
променени са 1 файла, в които са добавени 16 реда и са изтрити 0 реда
  1. 16 0
      MIGRATION.md

+ 16 - 0
MIGRATION.md

@@ -0,0 +1,16 @@
+## Migration From Other Enterprise Search
+
+### Google Search Apliance/Google Mini
+
+Fess provides GSA-Compatible API.
+The endpoint is localhost:8080/gsa.
+GsaApiManager is [here](https://github.com/codelibs/fess/blob/master/src/main/java/org/codelibs/fess/api/gsa/GsaApiManager.java).
+
+### Google Site Search/Google Custom Search
+
+See [JSON API](http://fess.codelibs.org/11.0/user/json-response.html).
+(We have a plan to provide Compatible API)
+
+### Others
+
+See [JSON API](http://fess.codelibs.org/11.0/user/json-response.html).