1. JPA HibernateSearch Projections stackoverflow.comI'm trying to use JPA with HibernateSearch. I used Example 5.3 in http://docs.jboss.org/hibernate/stable/search/reference/en/html/search-query.html. The results come out as expected. However, the data coming back is a huge graph. ... |
2. (HibernateSearch) MultiFieldQueryParser different analyzer per field stackoverflow.comSome of my indexed fields use a Greek analyzer and I want to use an English analyzer for some other fields. My problem is: When searching for results (with a MultiFieldQueryParser ... |
3. HibernateSearch with Spring2.5 forum.hibernate.org |
4. HibernateSearch : RejectedExecutionException ( Solved ) forum.hibernate.orgHi im using hibernate-search-3.1.1.GA with the following simple Code : @Indexed(index="tags") public class Tag { @DocumentId private int id; ... } hibernate.cfg : ... |