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

Solr36 #9

Closed
wants to merge 4 commits into from
Closed

Solr36 #9

wants to merge 4 commits into from

Conversation

yecao
Copy link
Contributor

@yecao yecao commented Oct 22, 2013

1.Clean SolrIndexer dependences: only modify fcrepo-jms-indexer-core/pom.xml
2. indexer/SolrIndexer.java accept solr server by constructor. Remove SolrFactory.java
3. Unit Testing SolrIndexerTest.java inject embedded solr server via official solr test framework help class
4. Integration Test SolrIndexerIT.java inject solr server via Spring injection config at indexer-core.xml
5. Files under resources/solr are used by embedded solr server.

Ye Cao added 4 commits October 22, 2013 00:55
Toggle standardalone/embbedd solr server config in indexer-core.xml
@yecao
Copy link
Contributor Author

yecao commented Oct 22, 2013

This branch is built on Solr 3.6.2, which is modeshape included lucence version.
For Solr Ver. >4.XX, embedded server cannot be used due to conflict with modeshape lucene and Solr included jetty server version conflict with JENA lib included Jetty server...

@awoods
Copy link

awoods commented Oct 22, 2013

Resolved with: 8d8c307

@awoods awoods closed this Oct 22, 2013
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants