Details
-
Sub-task
-
Status: Closed
-
Major
-
Resolution: Fixed
-
0.9.0-incubating
-
None
Description
This LDPath processor would allow to use the full LDPath functionality based on the Data of the IndexingSource.
Configuration of such a processor would be also easy as the IndexingSource is already present for every indexing process.
This requires IndexingSurces to implement RDFBackend. This can be easily done for the Jena TDB based indexing source.
This feature would be very useful for calculating the "semantic context" of Entities. Such as following related Entities and indexing their labels with the current Entity. This information may be later used for similarity searches such as Solr MLT.
However the same feature might also be used materialize transitive, symmetric and/or inverse properties in indexed datasets.
Users need to NOTE that indexing time will increase if using those features as execution configured LDPath programms will cause a lot of additional requests to the IndexingSource.