RE: Existing Project using Hibernate, Spring and Lucene and Looking to Add Solr

2013-05-21 Thread Todd Hunt
ject using Hibernate, Spring and Lucene and Looking to Add Solr On 5/20/2013 1:02 PM, Todd Hunt wrote: > It seems like Solr forces one to expose access to its "Cores" (indexes) via > its own WAR file. I don't want that. I just want to be able to utilize the > Solr Java API

Existing Project using Hibernate, Spring and Lucene and Looking to Add Solr

2013-05-20 Thread Todd Hunt
Hi, We have an existing Java based enterprise application that is bundled as a WAR file and runs on Tomcat and uses Spring 3.0.5, Hibernate 3.6.2, and Lucene 3.0.3. We are using annotations in Hibernate that nicely couple it Lucene to index objects (documents, images, PDFs, etc.) based on key