Forums de discussion

How to integrate Liferay with Hibernate search?

Paul P, modifié il y a 7 années.

How to integrate Liferay with Hibernate search?

New Member Publications: 19 Date d'inscription: 05/08/15 Publications récentes
Does anybody have an experience of integrating Liferay with Hibernate Search? Using Hibernate Search in custom portlet isn't a problem. It creates his own indexes in the specified folder. But how can I search them along with Liferay native indexes then? Mb somehow using the MultiSearcher or ParallelMultiSearcher?
thumbnail
David H Nebinger, modifié il y a 7 années.

RE: How to integrate Liferay with Hibernate search?

Liferay Legend Publications: 14919 Date d'inscription: 02/09/06 Publications récentes
Liferay supports defining an OpenSearch implementation capable of using external search facilities or, as in your case, using an internal method to search.
Paul P, modifié il y a 7 années.

RE: How to integrate Liferay with Hibernate search?

New Member Publications: 19 Date d'inscription: 05/08/15 Publications récentes
Thanks for the hint, David!
thumbnail
David H Nebinger, modifié il y a 7 années.

RE: How to integrate Liferay with Hibernate search?

Liferay Legend Publications: 14919 Date d'inscription: 02/09/06 Publications récentes
There's not a lot of doco on it, though. Every time I have to dig into an OpenSearch implementation, I always end up going back to the core to see what kind of example code I could find; that tends to be the best source of code ideas.