You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-user@lucene.apache.org by John C <js...@gmail.com> on 2013/08/09 12:31:14 UTC

Re: lucene and ejb applications

Hi,

can I have an advice to write an EJB app that R/W on Lucene's Indexs?
Please.

Thank you

Re: lucene and ejb applications

Posted by Stephen Howe <si...@gmail.com>.
What kind of application are you trying to write?


On Fri, Aug 9, 2013 at 6:31 AM, John C <js...@gmail.com> wrote:

> Hi,
>
> can I have an advice to write an EJB app that R/W on Lucene's Indexs?
> Please.
>
> Thank you
>

Re: lucene and ejb applications

Posted by Ivan Krišto <iv...@gmail.com>.
On 08/09/2013 12:31 PM, John C wrote:
> can I have an advice to write an EJB app that R/W on Lucene's Indexs?

You probably need Hibernate search.
Checkout: http://www.hibernate.org/subprojects/search.html &
http://www.amazon.com/Hibernate-Search-Action-Emmanuel-Bernard/dp/1933988649
Hibernate search is easy way of integrating Lucene into JEE application.


  Regards,
    Ivan Krišto