public class SingleTemplateDisposableLuceneCommonEntityDao extends AbstractBaseLuceneIndexTemplateDao implements CommonEntityDao
Constructor and Description |
---|
SingleTemplateDisposableLuceneCommonEntityDao(IndexRegistry indexRegistry,
LuceneIndexTemplate template,
java.util.List<AbsoluteCodingSchemeVersionReference> references) |
Modifier and Type | Method and Description |
---|---|
java.util.List<LexEvsIndexFormatVersion> |
doGetSupportedLexEvsIndexFormatVersions()
Do get supported lex evs index format versions.
|
org.apache.lucene.document.Document |
getDocumentById(int id) |
java.lang.String |
getIndexName() |
protected LuceneIndexTemplate |
getLuceneIndexTemplate(java.lang.String codingSchemeUri,
java.lang.String version) |
java.util.List<org.apache.lucene.search.ScoreDoc> |
query(org.apache.lucene.search.Query query) |
getIndexRegistry, setIndexRegistry
supportsLexEvsIndexFormatVersion
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
supportsLexEvsIndexFormatVersion
public SingleTemplateDisposableLuceneCommonEntityDao(IndexRegistry indexRegistry, LuceneIndexTemplate template, java.util.List<AbsoluteCodingSchemeVersionReference> references)
public org.apache.lucene.document.Document getDocumentById(int id)
getDocumentById
in interface CommonEntityDao
public java.lang.String getIndexName()
getIndexName
in interface CommonEntityDao
public java.util.List<org.apache.lucene.search.ScoreDoc> query(org.apache.lucene.search.Query query)
query
in interface CommonEntityDao
protected LuceneIndexTemplate getLuceneIndexTemplate(java.lang.String codingSchemeUri, java.lang.String version)
public java.util.List<LexEvsIndexFormatVersion> doGetSupportedLexEvsIndexFormatVersions()
AbstractBaseIndexDao
doGetSupportedLexEvsIndexFormatVersions
in class AbstractBaseIndexDao