0

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.

wind
  • 9
  • 1
  • Please edit the question to limit it to a specific problem with enough detail to identify an adequate answer. – Community Mar 15 '22 at 07:19

1 Answers1

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
  • 178
  • 1
  • 12
  • I want to know how wso2 integrates solr, is there a url of solr's management interface – wind Mar 23 '22 at 02:22