public interface SearchIndexWriter
| Modifier and Type | Method and Description |
|---|---|
void |
add(AtlassianDocument document) |
void |
delete(SearchQuery searchQuery) |
void |
deleteAll() |
void |
postOptimize() |
void |
preOptimize() |
void add(AtlassianDocument document) throws IOException
IOExceptionvoid delete(SearchQuery searchQuery) throws IOException
IOExceptionvoid deleteAll()
throws IOException
IOExceptionvoid preOptimize()
void postOptimize()
Copyright © 2003–2022 Atlassian. All rights reserved.