Only set fullIndex flag when performing a full update

am: 5d219a2cfa

Change-Id: I474d800f6f38a6949deac3c38f80bcd807da5106
This commit is contained in:
Justin Klaassen
2016-07-27 01:22:34 +00:00
committed by android-build-merger

View File

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