dotNetRDF API Documentation

ListIndexedTripleCollection Class

NOTE: This class is now obsolete.

This implementation is obsolete and will be removed in future releases


The List Indexed Triple Collection is a Triple Collection which uses sorted indices and binary search to return the answers to the queries. This means that the indices require less memory but they are typically slower than the hash table based indices of the IndexedTripleCollection

For a list of all members of this type, see ListIndexedTripleCollection Members .

System.Object
   BaseTripleCollection
      ListIndexedTripleCollection

[DefaultMember(MemberName=""Item"")]
[Obsolete(Message=""This implementation is obsolete and will be removed in future releases"", IsError=True)]
public class ListIndexedTripleCollection : BaseTripleCollection

Remarks

List Indexes are created just-in-time but once a type of index has been created it can be used for all such lookups, this differs from the LazyIndexedTripleCollection

Warning: This is an experimental implementation and may be refined/removed in future releases, do not rely upon this!

Requirements

Namespace: VDS.RDF

Assembly: dotNetRDF (in dotNetRDF.dll)

See Also

ListIndexedTripleCollection Members | VDS.RDF Namespace