|
Liferay 6.2.0-ce-m5 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IndexWriter
| Method Summary | |
|---|---|
void |
addDocument(SearchContext searchContext,
Document document)
|
void |
addDocuments(SearchContext searchContext,
Collection<Document> documents)
|
void |
deleteDocument(SearchContext searchContext,
String uid)
|
void |
deleteDocuments(SearchContext searchContext,
Collection<String> uids)
|
void |
deletePortletDocuments(SearchContext searchContext,
String portletId)
|
void |
updateDocument(SearchContext searchContext,
Document document)
|
void |
updateDocuments(SearchContext searchContext,
Collection<Document> documents)
|
| Methods inherited from interface com.liferay.portal.kernel.search.SpellCheckIndexWriter |
|---|
indexDictionaries, indexDictionary |
| Method Detail |
|---|
void addDocument(SearchContext searchContext,
Document document)
throws SearchException
SearchException
void addDocuments(SearchContext searchContext,
Collection<Document> documents)
throws SearchException
SearchException
void deleteDocument(SearchContext searchContext,
String uid)
throws SearchException
SearchException
void deleteDocuments(SearchContext searchContext,
Collection<String> uids)
throws SearchException
SearchException
void deletePortletDocuments(SearchContext searchContext,
String portletId)
throws SearchException
SearchException
void updateDocument(SearchContext searchContext,
Document document)
throws SearchException
SearchException
void updateDocuments(SearchContext searchContext,
Collection<Document> documents)
throws SearchException
SearchException
|
Liferay 6.2.0-ce-m5 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||