Class DatasetIndexRepository
java.lang.Object
fr.enedis.chutney.index.domain.AbstractIndexRepository<DataSet>
fr.enedis.chutney.dataset.infra.index.DatasetIndexRepository
- All Implemented Interfaces:
IndexRepository<DataSet>
-
Field Summary
Fields inherited from class fr.enedis.chutney.index.domain.AbstractIndexRepository
CONTENT, DESCRIPTION, ID, LOGGER, TAGS, TITLE, WHAT, whatValue -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected org.apache.lucene.document.DocumentcreateDocument(DataSet dataSet) protected StringMethods inherited from class fr.enedis.chutney.index.domain.AbstractIndexRepository
count, delete, highlight, save, searchMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface fr.enedis.chutney.index.domain.IndexRepository
saveAll
-
Constructor Details
-
DatasetIndexRepository
public DatasetIndexRepository(@Qualifier("datasetLuceneIndexRepository") LuceneIndexRepository luceneIndexRepository)
-
-
Method Details
-
createDocument
- Specified by:
createDocumentin classAbstractIndexRepository<DataSet>
-
getId
- Specified by:
getIdin classAbstractIndexRepository<DataSet>
-