Skip to content
This repository has been archived by the owner on Jan 3, 2019. It is now read-only.

Latest commit

 

History

History
12 lines (9 loc) · 513 Bytes

README.md

File metadata and controls

12 lines (9 loc) · 513 Bytes

This project is no longer maintained


PoC for a Solr indexing client listening on a JMS Queue

Installation

  1. Download and Install Solr from http://lucene.apache.org/solr/
  2. Change the configuration so that a new Searcher is created on every commit, so changes made to the index are visible immediately in e.g. $SOLR_HOME/collection1/conf/solrconfig.xml change the autocommit part to include <openSearcher>true</openSearcher>