コード例 #1
0
ファイル: Read.cs プロジェクト: Neo4Net/Neo4Net
 private static void ExplicitIndex(Org.Neo4j.Storageengine.Api.schema.IndexProgressor_ExplicitClient client, ExplicitIndexHits hits)
 {
     client.Initialize(new ExplicitIndexProgressor(hits, client), hits.Size());
 }
コード例 #2
0
 internal ExplicitIndexProgressor(ExplicitIndexHits hits, Org.Neo4j.Storageengine.Api.schema.IndexProgressor_ExplicitClient client)
 {
     this._hits   = hits;
     this._client = client;
 }