|
Liferay 6.2.0-ce-rc3 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.liferay.portal.kernel.search.BaseIndexWriter
com.liferay.portal.search.lucene.LuceneIndexWriter
public class LuceneIndexWriter
| Constructor Summary | |
|---|---|
LuceneIndexWriter()
|
|
| 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 class com.liferay.portal.kernel.search.BaseIndexWriter |
|---|
clearQuerySuggestionDictionaryIndexes, clearSpellCheckerDictionaryIndexes, indexQuerySuggestionDictionaries, indexQuerySuggestionDictionary, indexSpellCheckerDictionaries, indexSpellCheckerDictionary, setSpellCheckIndexWriter |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public LuceneIndexWriter()
| Method Detail |
|---|
public void addDocument(SearchContext searchContext,
Document document)
throws SearchException
SearchException
public void addDocuments(SearchContext searchContext,
Collection<Document> documents)
throws SearchException
SearchException
public void deleteDocument(SearchContext searchContext,
String uid)
throws SearchException
SearchException
public void deleteDocuments(SearchContext searchContext,
Collection<String> uids)
throws SearchException
SearchException
public void deletePortletDocuments(SearchContext searchContext,
String portletId)
throws SearchException
SearchException
public void updateDocument(SearchContext searchContext,
Document document)
throws SearchException
SearchException
public void updateDocuments(SearchContext searchContext,
Collection<Document> documents)
throws SearchException
SearchException
|
Liferay 6.2.0-ce-rc3 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||