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

Add solr indexer to webapp #11

Closed
wants to merge 3 commits into from

Conversation

yecao
Copy link
Contributor

@yecao yecao commented Nov 1, 2013

Thanks again @awoods for the dependencies fix. Now the fcrepo-jms-indexer-webapp works fine.
This pull request

  1. add one missing httpmime lib into fcrepo-jms-indexer-core/pom.xml
  2. add solr indexer into fcrepo-jms-indexer-webapp(To enable solr indexer, uncomment inside Message Driven POJO in /fcrepo-jms-indexer-webapp/src/main/resources/spring/indexer-core.xml)

PS: the dependencies fix may cause JENA libs conflicts with latest fcrepo4 master(NOT solr dependence related) and cause fcrepo-jms-indexer-core compile fail as below:

WARNING]
Dependency convergence error for org.apache.jena:jena-core:2.11.0 paths to dependency are:
+-org.fcrepo:fcrepo-jms-indexer-core:4.0.0-alpha-3-SNAPSHOT
+-org.fcrepo:fcrepo-kernel:4.0.0-alpha-3-20131030.222157-73
+-org.apache.jena:apache-jena-libs:2.11.0
+-org.apache.jena:jena-tdb:0.10.1
+-org.apache.jena:jena-arq:2.10.1
+-org.apache.jena:jena-core:2.11.0
and
+-org.fcrepo:fcrepo-jms-indexer-core:4.0.0-alpha-3-SNAPSHOT
+-org.fcrepo:fcrepo-kernel:4.0.0-alpha-3-20131030.222157-73
+-org.apache.jena:apache-jena-libs:2.11.0
+-org.apache.jena:jena-tdb:0.10.1
+-org.apache.jena:jena-core:2.10.1
and
+-org.fcrepo:fcrepo-jms-indexer-core:4.0.0-alpha-3-SNAPSHOT
+-org.apache.jena:jena-fuseki:0.2.7
+-org.apache.jena:jena-core:2.10.1

Andrew Woods and others added 3 commits October 25, 2013 14:31
Update project dependencies. Thanks to @awoods
To enable solr indexer, uncomment <ref bean="solrIndexer"/> inside Message Driven POJO
@ajs6f
Copy link
Contributor

ajs6f commented Nov 1, 2013

@awoods :

If we will want to package this and the core together for a "repo-with-search" deployable, we'll probably have to fix the dependency conflicts.

@yecao
Copy link
Contributor Author

yecao commented Nov 1, 2013

Yes, It is caused by 2 versions of org.apache.jena:jena-core

@awoods
Copy link

awoods commented Nov 1, 2013

@yecao, Let me know when you have fixed the dependency issue, and I will push your updates.

@awoods
Copy link

awoods commented Nov 2, 2013

Resolved with:
fb27ec6

@awoods awoods closed this Nov 2, 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

3 participants