Skip to content

Indexing Service for i-Asset; extending/using solr-indexing

License

Notifications You must be signed in to change notification settings

i-Asset/indexing-service

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

indexing-service

Spring-Boot Service providing search capabilites with Apache SOLR. This servicve extends the generic solr-indexing module with additional services and SOLR-data models

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

  • All solr-data classes for Concept Classes, Properties and Coded Lists
  • Assets, Submodels and Organizations (parties)

About

Indexing Service for i-Asset; extending/using solr-indexing

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages