com.liferay.portal.kernel.search
Interface IndexWriter
- All Superinterfaces:
- SpellCheckIndexWriter
- All Known Implementing Classes:
- BaseIndexWriter, DummyIndexWriter, IndexWriterProxyBean, LuceneIndexWriter
public interface IndexWriter
- extends SpellCheckIndexWriter
addDocument
void addDocument(SearchContext searchContext,
Document document)
throws SearchException
- Throws:
SearchException
addDocuments
void addDocuments(SearchContext searchContext,
Collection<Document> documents)
throws SearchException
- Throws:
SearchException
deleteDocument
void deleteDocument(SearchContext searchContext,
String uid)
throws SearchException
- Throws:
SearchException
deleteDocuments
void deleteDocuments(SearchContext searchContext,
Collection<String> uids)
throws SearchException
- Throws:
SearchException
deletePortletDocuments
void deletePortletDocuments(SearchContext searchContext,
String portletId)
throws SearchException
- Throws:
SearchException
updateDocument
void updateDocument(SearchContext searchContext,
Document document)
throws SearchException
- Throws:
SearchException
updateDocuments
void updateDocuments(SearchContext searchContext,
Collection<Document> documents)
throws SearchException
- Throws:
SearchException