Skip to content

i-Asset/solr-indexing

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

indexing-service

Spring-Boot Micro-Service providing search capabilites with Apache SOLR

requirements

A running Apache SOLR service is required. If necessary download from the Apache Solr Website. Extracting the binary zip file should be sufficient. For starting Apache SOLR run

<solr.home>/bin/solr start -cloud

Once Apache Solr is running point the browser to the Solr Admin Page to verify the available collections.

in order to stop the SOLR service, run

<solr.home>/bin/solr stop -all

Service build and startup

mvn clean spring-boot:run

During startup, the service tries to create new collections for

  • Concept Classes: According to IEC 61360, this collection stores Concept Classes, with multilingual labeling
  • Properties: Stores IEC 61360 Concept Properties, with multilingual labeling
  • Manufactuer Party (manufacturer)

More detailed information on the purpose & functionality of the service can be found here (Nimble-Login required)

@TODO: point to the proper service The Service may be verified online Nimble-Staging

Releases

No releases published

Packages

No packages published