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 java.io.IOException
java.io.IOException
void update(IndexingContext context, ArtifactContext ac) throws java.io.IOException
java.io.IOException
void remove(IndexingContext context, ArtifactContext ac) throws java.io.IOException
java.io.IOException