Package org.apache.maven.index.creator
Interface LegacyDocumentUpdater
-
- All Known Implementing Classes:
JarFileContentsIndexCreator,MinimalArtifactInfoIndexCreator
public interface LegacyDocumentUpdaterA legacy document updater used to produce legacy Lucene index documents.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidupdateLegacyDocument(ArtifactInfo ai, org.apache.lucene.document.Document doc)Update a legacy LuceneDocumentfrom theArtifactInfo.
-
-
-
Method Detail
-
updateLegacyDocument
void updateLegacyDocument(ArtifactInfo ai, org.apache.lucene.document.Document doc)
Update a legacy LuceneDocumentfrom theArtifactInfo.
-
-