Package org.apache.maven.index.util
Class SpoofIndexCreator
java.lang.Object
org.apache.maven.index.creator.AbstractIndexCreator
org.apache.maven.index.util.SpoofIndexCreator
- All Implemented Interfaces:
IndexCreator
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedSpoofIndexCreator(String id, List<String> creatorDependencies) -
Method Summary
Modifier and TypeMethodDescriptionvoidpopulateArtifactInfo(ArtifactContext artifactContext) booleanupdateArtifactInfo(org.apache.lucene.document.Document document, ArtifactInfo artifactInfo) voidupdateDocument(ArtifactInfo artifactInfo, org.apache.lucene.document.Document document) Methods inherited from class org.apache.maven.index.creator.AbstractIndexCreator
bos, getCreatorDependencies, getId, getLogger, sob
-
Constructor Details
-
SpoofIndexCreator
-
-
Method Details
-
getIndexerFields
-
populateArtifactInfo
- Throws:
IOException
-
updateDocument
-
updateArtifactInfo
public boolean updateArtifactInfo(org.apache.lucene.document.Document document, ArtifactInfo artifactInfo)
-