Only set fullIndex flag when performing a full update am: 5d219a2cfa
am: 57840c76be
Change-Id: I34e1edf4e87964cd6762edee77a0001222e8b08f
This commit is contained in:
@@ -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>();
|
||||
|
Reference in New Issue
Block a user