Solr vs Hibernate Search - Which to choose and When?

前端 未结 6 1128
广开言路
广开言路 2020-12-24 03:20

We are building an ecommerce application. We are using JAVA stack with Hibernate and Spring Framework. As with all ecommerce application, we need to build search capability

6条回答
  •  春和景丽
    2020-12-24 03:54

    It sound like you need to read up on the pros and cons of each of these. There is extensive documentation available.

    If you wanted my opinion I would say that it makes sense to use Hibernate Search with Hibernate. The updating of search indexes occurs when hibernate performs database operations and only when a database transaction is committed.

提交回复
热议问题