spaziocodice / SolRDF

An RDF plugin for Solr
Apache License 2.0
113 stars 20 forks source link

INSERT {...} WHERE {...} fails because of missing SortSpec and QParser #82

Closed agazzarini closed 9 years ago

agazzarini commented 9 years ago

The problem is that the LocalGraph is created with a QParser instance only in case of queries and non when we are doing update request. Therefore, the WHERE clause, while selecting the target domain, doesn't find a valid SortSpec for creating the DeepPagingIterator.

agazzarini commented 9 years ago

Issue has been fixed with the latest commit.