public class ExpandoBridgeIndexerImpl
extends Object
implements com.liferay.expando.kernel.util.ExpandoBridgeIndexer
Modifier and Type | Field and Description |
---|---|
protected static 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.expando.kernel.model.ExpandoColumn expandoColumn,
List<com.liferay.expando.kernel.model.ExpandoValue> expandoValues) |
void |
addAttributes(com.liferay.portal.kernel.search.Document document,
com.liferay.expando.kernel.model.ExpandoBridge expandoBridge) |
protected void |
doAddAttributes(com.liferay.portal.kernel.search.Document document,
com.liferay.expando.kernel.model.ExpandoBridge expandoBridge) |
String |
encodeFieldName(String columnName)
Deprecated.
As of 7.0.0, replaced by
encodeFieldName(String,
int) |
String |
encodeFieldName(String columnName,
int indexType) |
protected static final String FIELD_NAMESPACE
public void addAttributes(com.liferay.portal.kernel.search.Document document, com.liferay.expando.kernel.model.ExpandoBridge expandoBridge)
addAttributes
in interface com.liferay.expando.kernel.util.ExpandoBridgeIndexer
@Deprecated public String encodeFieldName(String columnName)
encodeFieldName(String,
int)
encodeFieldName
in interface com.liferay.expando.kernel.util.ExpandoBridgeIndexer
public String encodeFieldName(String columnName, int indexType)
encodeFieldName
in interface com.liferay.expando.kernel.util.ExpandoBridgeIndexer
protected void addAttribute(com.liferay.portal.kernel.search.Document document, com.liferay.expando.kernel.model.ExpandoColumn expandoColumn, List<com.liferay.expando.kernel.model.ExpandoValue> expandoValues) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException
protected void doAddAttributes(com.liferay.portal.kernel.search.Document document, com.liferay.expando.kernel.model.ExpandoBridge expandoBridge)