Only set fullIndex flag when performing a full update am: 5d219a2cfa

am: 57840c76be

Change-Id: I34e1edf4e87964cd6762edee77a0001222e8b08f
This commit is contained in:
Justin Klaassen
2016-07-27 01:49:05 +00:00
committed by android-build-merger

View File

@@ -177,8 +177,8 @@ public class Index {
public List<SearchIndexableData> dataToDelete;
public Map<String, List<String>> nonIndexableKeys;
public boolean forceUpdate = false;
public boolean fullIndex = true;
public boolean forceUpdate;
public boolean fullIndex;
public UpdateData() {
dataToUpdate = new ArrayList<SearchIndexableData>();