public NeedleInHaystackContentIndexer(IIndexFileWriter indexFileWriter,
                                       IRootIndexAccess rootIndexAccess)
 {
     _indexFileWriter = indexFileWriter;
     _rootIndexAccess = rootIndexAccess;
 }
Exemple #2
0
 public NeedleInHaystackQueryExecutor(IRootIndexAccess rootIndexAccess, IAmazonAdapter amazonAdapter, BasicAmazonIndexFileConfiguration indexConfiguration) :
     base(amazonAdapter, indexConfiguration)
 {
     _rootIndexAccess = rootIndexAccess;
 }