Apache Solr Search
Apache Solr is a stand-alone full-text search server, which offers features such as hit highlighting, faceted search, real-time indexing, dynamic clustering, and database integration to its users.
Actions
-
Parameterized Search: Perform the search operation based on selected parameters
-
Custom Search: Search based on query built by the user. Parameter "q" is mandatory
-
Parameterized Search JSON: Returns the response in JSON format after searching for data based on the specified parameters
Custom Actions
The Apache Solr Search connector also lets you create your own custom actions for performing specific tasks.
Learn more about how to create custom actions.