I want to know how wso2 api manager integrates solr; why the search logic relies on solr instead of the database, and sometimes the records obtained by getallApis are not consistent with the number of records in the database table AM_API.
Asked
Active
Viewed 19 times
1 Answers
0
As the documentation states WSO2 API Manager has Apache Solr based indexing for API documentation content. It provides both the API Publisher and Developer Portal a full-text search facility to search through the API documentation, and find the documents and related APIs.
I would recommend you to check out an excellent technical answer of @jpountz. Event though, the comparison made between postgresql vs lucene (underlying library is used by solr), it will give you some insight on why it's been chosen search engine (Lucene in the case wso2) over databases.
Frank
- 130
- 10
-
I want to know how wso2 integrates solr, is there a url of solr's management interface – wind Mar 23 '22 at 02:22