public class ReverseIndexWriterTask extends Object implements Callable<Long>
ISPOs as
RDF/XML or the like.
Note: Every term asserted against the forward mapping [terms] MUST be asserted against the reverse mapping [ids] EVERY time. This is required in order to guarantee that the reverse index remains complete and consistent. Otherwise a client that writes on the terms index and fails before writing on the ids index would cause those terms to remain undefined in the reverse index.
| Constructor and Description |
|---|
ReverseIndexWriterTask(IIndex idTermIndex,
BigdataValueFactory valueFactory,
KVO<BigdataValue>[] a,
int ndistinct,
boolean storeBlankNodes) |
public ReverseIndexWriterTask(IIndex idTermIndex, BigdataValueFactory valueFactory, KVO<BigdataValue>[] a, int ndistinct, boolean storeBlankNodes)
idTermIndex - The index on which to write the data.valueFactory - This determines how the Value objects are serialized
on the index.a - The terms (in sorted order by their term identifiers).ndistinct - The #of elements in a.Copyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.