Merge "Only set fullIndex flag when performing a full update" into nyc-mr1-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
2d0c3f072b
@@ -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