Skip to content

Example configuration for Solr with Slovenian language support

Notifications You must be signed in to change notification settings

izacus/solr_example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Solr home directory example

This is an example of a sane defaults for multicore Solr configuration with a single server.

It has two language cores: news-sl for slovene and news-en for english.

Setup

To run this configuration:

  1. Grab slovene lemmatizer jar (lemmatizer_solr_x.x.jar) from Slovene Lemmatizer BitBucket repository
  2. Copy lemmatizer_solr_x.x.jar into news-sl/lib directory

Start jetty from Solr 4.7 distribution with

java -Dsolr.solr.home=<path to this directory> -jar start.jar

Usage

By default the endpoint for news-en is available on http://localhost:8983/solr/news-en and endpoint for news-sl is available on http://localhost:8983/solr/news-sl.

Solr administration is accessible on http://localhost:8983/solr by default.

About

Example configuration for Solr with Slovenian language support

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages