com.liferay.portal.search
Class IndexWriterImpl

java.lang.Object
  extended by com.liferay.portal.search.IndexWriterImpl
All Implemented Interfaces:
com.liferay.portal.kernel.search.IndexWriter

public class IndexWriterImpl
extends java.lang.Object
implements com.liferay.portal.kernel.search.IndexWriter

View Source

Author:
Bruno Farache

Constructor Summary
IndexWriterImpl()
           
 
Method Summary
 void addDocument(long companyId, com.liferay.portal.kernel.search.Document doc)
           
 void deleteDocument(long companyId, java.lang.String uid)
           
 void deletePortletDocuments(long companyId, java.lang.String portletId)
           
 void updateDocument(long companyId, java.lang.String uid, com.liferay.portal.kernel.search.Document doc)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IndexWriterImpl

public IndexWriterImpl()
Method Detail

addDocument

public void addDocument(long companyId,
                        com.liferay.portal.kernel.search.Document doc)
Specified by:
addDocument in interface com.liferay.portal.kernel.search.IndexWriter

deleteDocument

public void deleteDocument(long companyId,
                           java.lang.String uid)
Specified by:
deleteDocument in interface com.liferay.portal.kernel.search.IndexWriter

deletePortletDocuments

public void deletePortletDocuments(long companyId,
                                   java.lang.String portletId)
Specified by:
deletePortletDocuments in interface com.liferay.portal.kernel.search.IndexWriter

updateDocument

public void updateDocument(long companyId,
                           java.lang.String uid,
                           com.liferay.portal.kernel.search.Document doc)
Specified by:
updateDocument in interface com.liferay.portal.kernel.search.IndexWriter