public interface IndexerEngine
Modifier and Type | Method and Description |
---|---|
void |
index(IndexingContext context,
ArtifactContext ac)
Add new artifact to the index
|
void |
remove(IndexingContext context,
ArtifactContext ac)
Remove artifact to the index
|
void |
update(IndexingContext context,
ArtifactContext ac)
Replace data for a previously indexed artifact
|
void index(IndexingContext context, ArtifactContext ac) throws IOException
IOException
void update(IndexingContext context, ArtifactContext ac) throws IOException
IOException
void remove(IndexingContext context, ArtifactContext ac) throws IOException
IOException
Copyright © 2002–2017 The Apache Software Foundation. All rights reserved.