public class ExpandoBridgeIndexerImpl
extends java.lang.Object
implements com.liferay.portlet.expando.util.ExpandoBridgeIndexer
| Modifier and Type | Field and Description |
|---|---|
protected static java.lang.String |
FIELD_NAMESPACE |
| Constructor and Description |
|---|
ExpandoBridgeIndexerImpl() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
addAttribute(com.liferay.portal.kernel.search.Document document,
com.liferay.portlet.expando.model.ExpandoColumn expandoColumn,
java.util.List<com.liferay.portlet.expando.model.ExpandoValue> expandoValues) |
void |
addAttributes(com.liferay.portal.kernel.search.Document document,
com.liferay.portlet.expando.model.ExpandoBridge expandoBridge) |
protected void |
doAddAttributes(com.liferay.portal.kernel.search.Document document,
com.liferay.portlet.expando.model.ExpandoBridge expandoBridge) |
java.lang.String |
encodeFieldName(java.lang.String columnName) |
protected static final java.lang.String FIELD_NAMESPACE
public void addAttributes(com.liferay.portal.kernel.search.Document document,
com.liferay.portlet.expando.model.ExpandoBridge expandoBridge)
addAttributes in interface com.liferay.portlet.expando.util.ExpandoBridgeIndexerpublic java.lang.String encodeFieldName(java.lang.String columnName)
encodeFieldName in interface com.liferay.portlet.expando.util.ExpandoBridgeIndexerprotected void addAttribute(com.liferay.portal.kernel.search.Document document,
com.liferay.portlet.expando.model.ExpandoColumn expandoColumn,
java.util.List<com.liferay.portlet.expando.model.ExpandoValue> expandoValues)
throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalExceptionprotected void doAddAttributes(com.liferay.portal.kernel.search.Document document,
com.liferay.portlet.expando.model.ExpandoBridge expandoBridge)