Hibernate Search version: 3.0.0.GA
I'm working on a project that need to implement an Advanced Search. The number of search criterias may vary from 4 to 50 in the same query that may result to massive data retrieval when pagination is not used in some specific contexts. Considering the Database is normalized to 3NF and we wish to treat as many than 50 search criterias in the same query, and retrieve massive data as fast as Hibernate, I’m wondering if Hibernate Search can be a good fit!
Thanks,
Rejean
|