public CountersAndTimeSeriesJintLuceneDocumentConverter(MapCountersIndex index)
     : base(index, index.Definition.IndexDefinition, numberOfBaseFields: 3, keyFieldName: Constants.Documents.Indexing.Fields.DocumentIdFieldName, storeValue: true, storeValueFieldName: Constants.Documents.Indexing.Fields.ValueFieldName)
 {
 }
コード例 #2
0
 public static bool IsStaleDueToReferences(MapCountersIndex index, QueryOperationContext queryContext, TransactionOperationContext indexContext, long?referenceCutoff, long?compareExchangeReferenceCutoff, List <string> stalenessReasons)
 {
     return(IsStaleDueToReferences(index, index._compiled, queryContext, indexContext, referenceCutoff, compareExchangeReferenceCutoff, stalenessReasons));
 }
コード例 #3
0
 public static unsafe long CalculateIndexEtag(MapCountersIndex index, int length, byte *indexEtagBytes, byte *writePos, QueryOperationContext queryContext, TransactionOperationContext indexContext)
 {
     return(CalculateIndexEtag(index, index._compiled, length, indexEtagBytes, writePos, queryContext, indexContext));
 }