compass « Search « JPA Q&A





1. Hibernate Search or Compass    stackoverflow.com

I can't seem to find any recent talk on the choice. Back in '06 there was criticism on Hibernate Search as being incomplete and not being ready to compete with Compass, ...

2. What are the current java search options like Hibernate Search or Compass?    stackoverflow.com

With Compass going the way of the dodo (or at least no longer being actively developed), I wonder what other technologies there are that fill a similar role. I'm aware of ...

3. Grails app: own query language for data stored in DB and files + full text search (Hibernate Search, Compass etc)    stackoverflow.com

I have an application which stored short descriptive data in DB and lots of related textual data in text files. I would like to add "advanced search" for DB. I was thinking ...

4. Hibernate Search indexing...w/ Compass    coderanch.com

Hi guys, I have an exist web application consisting of Struts + Hibernate + Spring. I want to integrate it with Hibernate Search. The problem is, I don't want the Lucene index to reside on a local file directory. I was the index to be store in the database instead. I was reading that COMPASS is the way to integrate database ...

5. Emmanuel & John: Hibernate Search vs Compass    coderanch.com

Paul, We actually made a conscious decision to stay away from a discussion of other technologies. We have just seen these turn into flame wars when discussed on open forums. As far as storing indexes in DBs we discuss and discourage this in chapter 11. This is an inefficient way to handle indexes. Every time there is an update or addition ...