public class LuceneSearchIndexServiceImpl extends java.lang.Object implements SearchIndexService
Constructor and Description |
---|
LuceneSearchIndexServiceImpl(EntityReflectionCache reflectionCache,
EntityUtils entityUtils,
<any> entityManager,
HookHandlerService hookHandlerService,
<any> servletContextProvider) |
Modifier and Type | Method and Description |
---|---|
void |
addToIndex(java.lang.Object o) |
void |
commit() |
void |
flushIndex() |
java.util.List<?> |
locate(java.lang.Class<?> clazz,
java.lang.String querystr,
int limit) |
public LuceneSearchIndexServiceImpl(EntityReflectionCache reflectionCache, EntityUtils entityUtils, <any> entityManager, HookHandlerService hookHandlerService, <any> servletContextProvider)
public void flushIndex()
flushIndex
in interface SearchIndexService
public void addToIndex(java.lang.Object o)
addToIndex
in interface SearchIndexService
public void commit()
commit
in interface SearchIndexService
public java.util.List<?> locate(java.lang.Class<?> clazz, java.lang.String querystr, int limit)
locate
in interface SearchIndexService