Package org.opencms.search.solr
Interface I_CmsSolrIndexWriter
- All Superinterfaces:
I_CmsIndexWriter
- All Known Implementing Classes:
CmsSolrIndexWriter
Interface for Solr index writers.
-
Method Summary
Modifier and TypeMethodDescriptionvoid
Deletes all documents of the index belonging to this index writer.Methods inherited from interface org.opencms.search.I_CmsIndexWriter
close, commit, deleteDocument, optimize, updateDocument
-
Method Details
-
deleteAllDocuments
Deletes all documents of the index belonging to this index writer.- Throws:
IOException
- if something goes wrong
-