BTW, If passing null as CoreSession is ok on AbstractBTreePartition(Schema and Config Partitions.) operations, i might use some pointers about how to use them best.
Pointers on SearchEngine usage could save me lots of hours also. Regards, Gokturk On Sun, Dec 4, 2011 at 8:55 PM, Göktürk Gezer <[email protected]>wrote: > Hi Everyone, > > I have couple of questions about accessing Partitions directly. > > To initialize and manage component informations on DIT, i need to access > both SchemaPartition and SingleFileLdifPartition(for config partition) > before the DirectoryService is reference is even created, or partially > initialized. My access intentions are read,write,search on these two > partition references. As all of OperationContext s are needed a CoreSession > reference, my question is how all these three operations are affected if i > pass "null" as CoreSession to OperationContext classes. If passing "null" > won't work, what do you suggest to do so? > > Regards, > Gokturk >
