Site icon SAP CX Expert

Introduction

Advertisements

Solr is a search server built on top of Apache Lucene, an open source, java based, enterprise search platform with a REST-like API. Some of the features of SOLR are listed below. Solr is based on open standards, so it is highly extensible. Solr queries are simple HTTP request URLs and  response is a structured document: mainly JSON, but it could also be XML, CSV, or other formats.

SOLR Feature

Note: SOLR admin UI can be accessed in browser at  http://localhost:8983/solr/. Following are the default credential for users with different access rights.

UserPasswordDescription
solradminadmin123admin user can perform any operation
solrserverserver123for communication between server nodes
solrclientclient123can perform search queries
Exit mobile version