Esempio n. 1
0
 private void FieldsLoading(IndexInfo indexInfo)
 {
     _fields.Clear();
     IsLoading    = true;
     ProgressText = string.Format("Loading {0} fields from index. Please wait ...", indexInfo.FieldCount);
 }
 private void IndexInfoLoaded(IndexInfo indexInfo)
 {
     IndexInfo = indexInfo;
 }
Esempio n. 3
0
 private void TermsLoading(IndexInfo index)
 {
     IsLoading = true;
     _terms.Clear();
 }