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