indexer « Search « JPA Q&A





1. Hibernate Search 3.3.0 Final: Massindexer taking a long time to index    stackoverflow.com

Hi I have the following class. User view is materialized view in oracle.

  public class UserView {
        @DocumentId
    ...

2. Files count aftet MassIndexer is HUGE for hibernate-search 3.4.0    stackoverflow.com

I use MassIndexer to index. After migrate to Hibernate-search 3.4 from 3.2.1.Final count of files is really really huge (with .cfs extension). Before it was OK. And the same time migrate ...