org.apache.maven.index.creator
Interface LegacyDocumentUpdater

All Known Implementing Classes:
JarFileContentsIndexCreator, MinimalArtifactInfoIndexCreator

public interface LegacyDocumentUpdater

A legacy document updater used to produce legacy Lucene index documents.

Author:
Eugene Kuleshov

Method Summary
 void updateLegacyDocument(ArtifactInfo ai, org.apache.lucene.document.Document doc)
          Update a legacy Lucene Document from the ArtifactInfo.
 

Method Detail

updateLegacyDocument

void updateLegacyDocument(ArtifactInfo ai,
                          org.apache.lucene.document.Document doc)
Update a legacy Lucene Document from the ArtifactInfo.



Copyright © 2002-2012 The Apache Software Foundation. All Rights Reserved.