Interface SearchIndexWriter
- All Known Implementing Classes:
OpenSearchBulkIndexWriter
public interface SearchIndexWriter
A mean to write to or remove a document from a search index.
- Since:
- 7.16
-
Method Summary
Modifier and TypeMethodDescriptionvoid
add
(AtlassianDocument document) void
delete
(SearchQuery searchQuery) void
void
void
-
Method Details
-
add
- Throws:
IOException
-
delete
- Throws:
IOException
-
deleteAll
- Throws:
IOException
-
preOptimize
- Throws:
IOException
-
postOptimize
- Throws:
IOException
-