|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.liferay.documentlibrary.util.Indexer
public class Indexer
Field Summary |
---|
Fields inherited from interface com.liferay.portal.kernel.search.Indexer |
---|
DEFAULT_INTERVAL |
Constructor Summary | |
---|---|
Indexer()
|
Method Summary | |
---|---|
static void |
addFile(long companyId,
java.lang.String portletId,
long groupId,
long repositoryId,
java.lang.String fileName)
Deprecated. Use DLIndexerUtil . |
static void |
addFile(long companyId,
java.lang.String portletId,
long groupId,
long repositoryId,
java.lang.String fileName,
long fileEntryId,
java.lang.String properties,
java.util.Date modifiedDate,
java.lang.String[] tagsCategories,
java.lang.String[] tagsEntries)
Deprecated. Use DLIndexerUtil . |
static void |
deleteFile(long companyId,
java.lang.String portletId,
long repositoryId,
java.lang.String fileName)
Deprecated. Use DLIndexerUtil . |
java.lang.String[] |
getClassNames()
|
com.liferay.portal.kernel.search.DocumentSummary |
getDocumentSummary(com.liferay.portal.kernel.search.Document doc,
java.lang.String snippet,
javax.portlet.PortletURL portletURL)
|
static com.liferay.portal.kernel.search.Document |
getFileDocument(long companyId,
java.lang.String portletId,
long groupId,
long repositoryId,
java.lang.String fileName)
Deprecated. Use DLIndexerUtil . |
static com.liferay.portal.kernel.search.Document |
getFileDocument(long companyId,
java.lang.String portletId,
long groupId,
long repositoryId,
java.lang.String fileName,
long fileEntryId,
java.lang.String properties,
java.util.Date modifiedDate,
java.lang.String[] tagsCategories,
java.lang.String[] tagsEntries)
Deprecated. Use DLIndexerUtil . |
static java.lang.String |
getFileUID(java.lang.String portletId,
long repositoryId,
java.lang.String fileName)
Deprecated. Use DLIndexerUtil . |
void |
reIndex(java.lang.String[] ids)
|
void |
reIndex(java.lang.String className,
long classPK)
|
static void |
updateFile(long companyId,
java.lang.String portletId,
long groupId,
long repositoryId,
java.lang.String fileName,
long fileEntryId,
java.lang.String properties,
java.util.Date modifiedDate,
java.lang.String[] tagsCategories,
java.lang.String[] tagsEntries)
Deprecated. Use DLIndexerUtil . |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Indexer()
Method Detail |
---|
public static void addFile(long companyId, java.lang.String portletId, long groupId, long repositoryId, java.lang.String fileName) throws com.liferay.portal.kernel.search.SearchException
DLIndexerUtil
.
com.liferay.portal.kernel.search.SearchException
public static void addFile(long companyId, java.lang.String portletId, long groupId, long repositoryId, java.lang.String fileName, long fileEntryId, java.lang.String properties, java.util.Date modifiedDate, java.lang.String[] tagsCategories, java.lang.String[] tagsEntries) throws com.liferay.portal.kernel.search.SearchException
DLIndexerUtil
.
com.liferay.portal.kernel.search.SearchException
public static void deleteFile(long companyId, java.lang.String portletId, long repositoryId, java.lang.String fileName) throws com.liferay.portal.kernel.search.SearchException
DLIndexerUtil
.
com.liferay.portal.kernel.search.SearchException
public static com.liferay.portal.kernel.search.Document getFileDocument(long companyId, java.lang.String portletId, long groupId, long repositoryId, java.lang.String fileName) throws com.liferay.portal.kernel.search.SearchException
DLIndexerUtil
.
com.liferay.portal.kernel.search.SearchException
public static com.liferay.portal.kernel.search.Document getFileDocument(long companyId, java.lang.String portletId, long groupId, long repositoryId, java.lang.String fileName, long fileEntryId, java.lang.String properties, java.util.Date modifiedDate, java.lang.String[] tagsCategories, java.lang.String[] tagsEntries) throws com.liferay.portal.kernel.search.SearchException
DLIndexerUtil
.
com.liferay.portal.kernel.search.SearchException
public static java.lang.String getFileUID(java.lang.String portletId, long repositoryId, java.lang.String fileName)
DLIndexerUtil
.
public static void updateFile(long companyId, java.lang.String portletId, long groupId, long repositoryId, java.lang.String fileName, long fileEntryId, java.lang.String properties, java.util.Date modifiedDate, java.lang.String[] tagsCategories, java.lang.String[] tagsEntries) throws com.liferay.portal.kernel.search.SearchException
DLIndexerUtil
.
com.liferay.portal.kernel.search.SearchException
public java.lang.String[] getClassNames()
getClassNames
in interface com.liferay.portal.kernel.search.Indexer
public com.liferay.portal.kernel.search.DocumentSummary getDocumentSummary(com.liferay.portal.kernel.search.Document doc, java.lang.String snippet, javax.portlet.PortletURL portletURL)
getDocumentSummary
in interface com.liferay.portal.kernel.search.Indexer
public void reIndex(java.lang.String className, long classPK)
reIndex
in interface com.liferay.portal.kernel.search.Indexer
public void reIndex(java.lang.String[] ids) throws com.liferay.portal.kernel.search.SearchException
reIndex
in interface com.liferay.portal.kernel.search.Indexer
com.liferay.portal.kernel.search.SearchException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |