瀏覽代碼

Create MIGRATION.md

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).