com.liferay.portal.kernel.search
Interface IndexWriter
public interface IndexWriter
View Source
- Author:
- Bruno Farache
addDocument
void addDocument(long companyId,
Document doc)
throws SearchException
- Throws:
SearchException
deleteDocument
void deleteDocument(long companyId,
java.lang.String uid)
throws SearchException
- Throws:
SearchException
deletePortletDocuments
void deletePortletDocuments(long companyId,
java.lang.String portletId)
throws SearchException
- Throws:
SearchException
updateDocument
void updateDocument(long companyId,
java.lang.String uid,
Document doc)
throws SearchException
- Throws:
SearchException