file « Search « JPA Q&A





1. Two Applications using the same index file with Hibernate Search    stackoverflow.com

I want to know if it is possible to use the same index file for an entity in two applications. Let me be more specific: We have an online Application with a ...

2. hibernate search logging text files    stackoverflow.com

we are gathering lot of logs, we are going to use a database or a file to store these logs and want to be able to search through them using text ...

3. Hibernate Search Index file creation    forum.hibernate.org

Hi all, I'm very new to Hibernate search this is the first time I'm going to work with hibernate search. I have some experience in Hibernate. The problem is like this. I have configured the hibernate search with my .ear and annotated entity beans with the relevant annotations which are provided in the reference documentation. This is the property configuration part ...

4. indexing adobe pdf files with hibernate search    forum.hibernate.org

Hello, I am trying to index pdf files to search with hibernate search. I am trying to follow the example in the book 'Hibernate Search In Action'. I can not find where the class Pdf is: private Pdf getPdf(Document doc) { Pdf pdf = new Pdf(); ...... It is not it PdfBox package. In which package class Pdf? Please help me... ...