Ejemplo n.º 1
0
 private static void ExplicitIndex(Org.Neo4j.Storageengine.Api.schema.IndexProgressor_ExplicitClient client, ExplicitIndexHits hits)
 {
     client.Initialize(new ExplicitIndexProgressor(hits, client), hits.Size());
 }
Ejemplo n.º 2
0
 internal ExplicitIndexProgressor(ExplicitIndexHits hits, Org.Neo4j.Storageengine.Api.schema.IndexProgressor_ExplicitClient client)
 {
     this._hits   = hits;
     this._client = client;
 }