Searched refs:SEPARATOR_SLASH (Results 1 – 3 of 3) sorted by relevance
135 builder.appendContentFromColumn(Organization.DEPARTMENT, IndexBuilder.SEPARATOR_SLASH); in appendSearchableData()136 builder.appendContentFromColumn(Organization.OFFICE_LOCATION, IndexBuilder.SEPARATOR_SLASH); in appendSearchableData()137 builder.appendContentFromColumn(Organization.JOB_DESCRIPTION, IndexBuilder.SEPARATOR_SLASH); in appendSearchableData()
45 builder.appendContentFromColumn(Im.DATA, IndexBuilder.SEPARATOR_SLASH); in appendSearchableData()
75 public static final int SEPARATOR_SLASH = 2; field in SearchIndexManager.IndexBuilder162 case SEPARATOR_SLASH: in appendContent()