Loading index in MemoryIndex instance

Posted by Javi on Stack Overflow See other posts from Stack Overflow or by Javi
Published on 2010-04-17T15:31:30Z Indexed on 2010/04/17 15:43 UTC
Read the original article Hit count: 161

Filed under:
|
|

Hello,

Is there any way to load an existing index into an instance of MemoryIndex?. I have an application which uses Hibernate Search so I can use index() in FullTextEntityManager instance to index an object. I'd like to recover back the created index and insert it into a MemoryIndex instance to execute several queries over it.

Is it possible?

Thanks.

© Stack Overflow or respective owner

Related posts about lucene

Related posts about hibernate-search