Example #1
0
 public override void IncludeSample <T1>(IndexEntryUpdate <T1> update)
 {
     _sampler.include(LuceneDocumentStructure.encodedStringValuesForSampling(update.Values()));
 }
Example #2
0
        protected internal override void Added <T1>(IndexEntryUpdate <T1> update)
        {
            string encodedValue = LuceneDocumentStructure.encodedStringValuesForSampling(update.Values());

            _sampler.include(encodedValue);
        }