|
Liferay 6.0.4 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IndexWriter
| Method Summary | |
|---|---|
void |
addDocument(long companyId,
Document document)
|
void |
addDocuments(long companyId,
Collection<Document> documents)
|
void |
deleteDocument(long companyId,
String uid)
|
void |
deleteDocuments(long companyId,
Collection<String> uids)
|
void |
deletePortletDocuments(long companyId,
String portletId)
|
void |
updateDocument(long companyId,
Document document)
|
void |
updateDocuments(long companyId,
Collection<Document> documents)
|
| Method Detail |
|---|
void addDocument(long companyId,
Document document)
throws SearchException
SearchException
void addDocuments(long companyId,
Collection<Document> documents)
throws SearchException
SearchException
void deleteDocument(long companyId,
String uid)
throws SearchException
SearchException
void deleteDocuments(long companyId,
Collection<String> uids)
throws SearchException
SearchException
void deletePortletDocuments(long companyId,
String portletId)
throws SearchException
SearchException
void updateDocument(long companyId,
Document document)
throws SearchException
SearchException
void updateDocuments(long companyId,
Collection<Document> documents)
throws SearchException
SearchException
|
Liferay 6.0.4 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||