Action « Search « JPA Q&A





1. Hibernate Search In Action: Worthy?    coderanch.com

Chandra, Without trying to sound like a salesman (or an author), here's some text from the front matter of the book. This book is aimed at any person wanting to know more about Hibernate Search and full-text search in general. Any person curious to understand what full text search technology can bring to them and what benefits Hibernate Search provides will ...

2. Hibernate Search in Action    coderanch.com

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 ...

3. Hibernate Search in Action    coderanch.com

4. Hibernate Search in Action    coderanch.com

5. Hibernate Search in Action: What do you mean by Search exactly?    coderanch.com

Originally posted by Darya Akbari: I only know the classical core Hibernate. Do you think that data manipulation like delete, update and insert play a role for Hibernate Search? No, they remain a part of the core of Hibernate. Hibernate Search adds an integration with Lucene to allow "free text" searching capabilities. You don't use Hibernate Search for CRUD operations - ...

6. Hibernate Search in Action and JPA    coderanch.com

The book does not cover Hibernate Core per se but Hibernate Search which provides full-text search for Hibernate Core and Hibernate applications. Within that, Hibernate Search provides abstractions for both Hibernate Core APIs and Java Persistence API (you have a FullTextSession and a FullTextEntityManager. Both are described in the book. Also, I describe how to cluster Hibernate Search in a async ...

7. Hibernate Search in Action - A Framework    coderanch.com

The book covers Hibernate Search which let's you write full-text queries (ie "Google-like" queries) for data represented by your domain model. It does so in a way that make it look like executing a query using your classic HQL. It keeps the Lucene index and the database synchronized and also helps to cluster Lucene applications (within the Hibernate Search world).

8. Hibernate Search In Action- Is indexing documents simplified with Hibernate?    coderanch.com

Chandra, I forgot to add that I'm not quite sure what you mean by non-text but you have to remember this is a full TEXT search engine. If you wanted to be able to search for, let's say, a particular jpg file, then the searchable data would not be the jpg file itself but text-based metadata that was entered about that ...

9. Hibernate Search in Action: for beginners?    coderanch.com

Rogerio, We recommended having basic knowledge of Hibernate Core or Java Persistence but some reviewers have read the book with no knowledge of Hibernate and some with knowledge of the .Net platform, and found the book useful. We tried to make the book an easy read. We included a lot of information to explain not only the 'how' but also the ...





10. Hibernate Search in Action: Where does it fit in?    coderanch.com

Originally posted by John Griffin: Don, No, in the strictest sense it does not. It provides the ability to do extensible full text search against a database. That's what it was designed to do and that what it does well. Hope this helps. John G Yes, that does help. Thank you. I subscribed to the Manning promotion last week and took ...

12. Hibernate Search in Action -- Queries.    coderanch.com

Hi Emmanuel Bernard & John Griffin, What are the Core and important features in this book.? How is this book helpful for beginners (advanced Java/J2EE programmers) who are yet to use Hibernate? Are there any practical examples in this book ? Im using Hibernate in my next project.How will this book be helpful.? -- Deepak Lal

13. Hibernate Search in Action    coderanch.com

14. Hibernate Search in Action QUESTION    coderanch.com

15. Hibernate Search in Action: What kind of applications use Hibernate Search?    coderanch.com

As John said, Hibernate Search is quite general. I have seen it used in a lot of problems. Some of the common ones: - search engine for e-commerce sites - search engine for backend applications (admin, call center etc) - used to save loads on the regular RDBMS database (either by replacing the query or by splitting the query into a ...

16. Hibernate Search In Action: Score Building    coderanch.com

I encountered a scenario say: User searches for "ipod"; On very beginning of pages instead of "ipod" product itself, products as ipod case, accessories, blah blah blah comes that is obviously not desirable. Of course it depends on various factors as on which attributes indexes have been created and so on. As current logic says the repetition of term "ipod" in ...





17. * Winners: Hibernate Search in Action    coderanch.com