public class SpoofIndexCreator extends AbstractIndexCreator
| Modifier | Constructor and Description |
|---|---|
protected |
SpoofIndexCreator(String id,
List<String> creatorDependencies) |
| Modifier and Type | Method and Description |
|---|---|
Collection<IndexerField> |
getIndexerFields() |
void |
populateArtifactInfo(ArtifactContext artifactContext) |
boolean |
updateArtifactInfo(org.apache.lucene.document.Document document,
ArtifactInfo artifactInfo) |
void |
updateDocument(ArtifactInfo artifactInfo,
org.apache.lucene.document.Document document) |
bos, getCreatorDependencies, getId, getLogger, sobpublic Collection<IndexerField> getIndexerFields()
public void populateArtifactInfo(ArtifactContext artifactContext) throws IOException
IOExceptionpublic void updateDocument(ArtifactInfo artifactInfo, org.apache.lucene.document.Document document)
public boolean updateArtifactInfo(org.apache.lucene.document.Document document,
ArtifactInfo artifactInfo)
Copyright © 2002–2017 The Apache Software Foundation. All rights reserved.