FullTextIndexedDataset Class |
Namespace: VDS.RDF.Query.Datasets
The FullTextIndexedDataset type exposes the following members.
Name | Description | |
---|---|---|
FullTextIndexedDataset(ISparqlDataset, IFullTextIndexer) |
Creates a new Full Text Indexed Dataset.
| |
FullTextIndexedDataset(ISparqlDataset, IFullTextIndexer, Boolean) |
Creates a new Full Text Indexed Dataset.
|
Name | Description | |
---|---|---|
ActiveGraphUris |
Gets the Active Graph URIs.
(Inherited from WrapperDataset.) | |
DefaultGraphUris |
Gets the Default Graph URIs.
(Inherited from WrapperDataset.) | |
Graphs |
Gets the Graphs in the dataset.
(Inherited from WrapperDataset.) | |
GraphUris |
Gets the URIs of Graphs in the dataset.
(Inherited from WrapperDataset.) | |
HasTriples |
Gets whether the dataset has any triples.
(Inherited from WrapperDataset.) | |
Item |
Gets a Graph from the dataset.
(Inherited from WrapperDataset.) | |
Lock |
Gets the Lock used to ensure MRSW concurrency on the dataset when available.
(Inherited from WrapperDataset.) | |
Triples |
Gets all triples from the dataset.
(Inherited from WrapperDataset.) | |
UnderlyingDataset |
Gets the underlying dataset.
(Inherited from WrapperDataset.) | |
UsesUnionDefaultGraph |
Gets whether the default graph is the union of all graphs.
(Inherited from WrapperDataset.) |
Name | Description | |
---|---|---|
AddGraph |
Adds a Graph to the Dataset updating the Full Text Index appropriately.
(Overrides WrapperDatasetAddGraph(IGraph).) | |
ContainsTriple |
Gets whether the dataset contains a given triple.
(Inherited from WrapperDataset.) | |
Discard |
Discards changes to the Dataset and ensures the Index is up to date.
(Overrides WrapperDatasetDiscard.) | |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
Flush |
Flushes changes to the Dataset and ensures the Index is up to date.
(Overrides WrapperDatasetFlush.) | |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetModifiableGraph |
Gets a modifiable graph from the store ensuring that modifications will update the Full Text Index.
(Overrides WrapperDatasetGetModifiableGraph(Uri).) | |
GetTriplesWithObject |
Gets triples with a given object.
(Inherited from WrapperDataset.) | |
GetTriplesWithPredicate |
Gets triples with a given predicate.
(Inherited from WrapperDataset.) | |
GetTriplesWithPredicateObject |
Gets triples with a given predicate and object.
(Inherited from WrapperDataset.) | |
GetTriplesWithSubject |
Gets triples with a given subject.
(Inherited from WrapperDataset.) | |
GetTriplesWithSubjectObject |
Gets triples with a given subject and object.
(Inherited from WrapperDataset.) | |
GetTriplesWithSubjectPredicate |
Gets triples with a given subject and predicate.
(Inherited from WrapperDataset.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
HasGraph |
Gets whether the dataset contains a given Graph.
(Inherited from WrapperDataset.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
RemoveGraph |
Removes a Graph from the Dataset updating the Full Text Index appropriately.
(Overrides WrapperDatasetRemoveGraph(Uri).) | |
ResetActiveGraph |
Resets the Active Graph.
(Inherited from WrapperDataset.) | |
ResetDefaultGraph |
Resets the Default Graph.
(Inherited from WrapperDataset.) | |
SerializeConfiguration |
Serializes the Configuration of the Dataset.
(Overrides WrapperDatasetSerializeConfiguration(ConfigurationSerializationContext).) | |
SetActiveGraph(IEnumerableUri) |
Sets the Active Graph for the dataset.
(Inherited from WrapperDataset.) | |
SetActiveGraph(Uri) |
Sets the Active Graph for the dataset.
(Inherited from WrapperDataset.) | |
SetDefaultGraph(IEnumerableUri) |
Sets the Default Graph for the dataset.
(Inherited from WrapperDataset.) | |
SetDefaultGraph(Uri) |
Sets the Default Graph for the dataset.
(Inherited from WrapperDataset.) | |
ToString | Returns a string that represents the current object. (Inherited from Object.) |
Name | Description | |
---|---|---|
_dataset |
Underlying Dataset.
(Inherited from WrapperDataset.) |