aspose file tools
The moose likes Object Relational Mapping and the fly likes Hibernate Search in Action Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Databases » Object Relational Mapping
Reply Bookmark "Hibernate Search in Action" Watch "Hibernate Search in Action" New topic
Author

Hibernate Search in Action

Dinesh Sundrani
Ranch Hand

Joined: Mar 21, 2006
Posts: 78
A warm welcome to the authors of the book.

Am I correct in saying that Hibernate Search, so to speak, is a wrapper build with Apache Lucene as the core kernel and the one doing the heavy-weight lifting, taking care of the nitty-gritty details leaving the business functionality to the developers?

Well in that case, I would be really curious to know how the indexing would work and what would be the case in a peculiar scenario where multiple user are trying to add documents and it gets stuck in a index corruption mode?

Does it internally use HQL to map the simple/complex data structures to maintain the indexes and its synchronicity; reconciling difference if any? OR do we have to use Lucene querying?

Thanks,
Dinesh S
Jaikiran Pai
Marshal

Joined: Jul 20, 2005
Posts: 8147
    
  52

Dinesh,

Please use descriptive subject lines Since this week we have the promotion going on, the questions will mostly be related to "Hibernate Search in Action". Having a good subject line will help in providing the right context about what you are asking.

Thank you


[My Blog] [JavaRanch Journal]
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: Hibernate Search in Action
 
Similar Threads
Hibernate Search in Action: perfomance vs lucene indexes
Lucene in Action: integration with db?
Lucene in Action?
Hibernate Search in Action: What do you mean by Search exactly?
hibernate search vs lucene