org.lexevs.dao.index.access.entity
Interface CommonEntityDao

All Superinterfaces:
LexEvsIndexFormatVersionAwareDao
All Known Implementing Classes:
SingleTemplateDisposableLuceneCommonEntityDao

public interface CommonEntityDao
extends LexEvsIndexFormatVersionAwareDao

The Interface EntityDao.

Author:
Kevin Peterson

Method Summary
 org.apache.lucene.document.Document getDocumentById(int id)
           
 java.lang.String getIndexName()
           
 void optimizeIndex()
           
 java.util.List<org.apache.lucene.search.ScoreDoc> query(org.apache.lucene.search.Query query)
           
 
Methods inherited from interface org.lexevs.dao.index.access.LexEvsIndexFormatVersionAwareDao
supportsLexEvsIndexFormatVersion
 

Method Detail

getIndexName

java.lang.String getIndexName()

optimizeIndex

void optimizeIndex()

getDocumentById

org.apache.lucene.document.Document getDocumentById(int id)

query

java.util.List<org.apache.lucene.search.ScoreDoc> query(org.apache.lucene.search.Query query)

Copyright: (c) 2004-2006 Mayo Foundation for Medical Education and Research (MFMER). All rights reserved. MAYO, MAYO CLINIC, and the triple-shield Mayo logo are trademarks and service marks of MFMER.