Andrea Gazzarini
Andrea Gazzarini
Hi @cKlee, unfortunately this is part of https://github.com/agazzarini/SolRDF/issues/96 which is a huge work, still pending. The current implementation of SolRDF uses the general-purpose SPARQL Algebra implementation bundled with Jena, which...
Facet fields have been implemented but while developing things for issue #34 I met some mistakes
Facet fields have been correctly implemented with fixes committed for issue #34. Next Step: facet queries
Facet queries work only with Solr default query parser. Instead, using {!sparql} always results in 0 counts.
A first draft of facet range queries has been pushed out. It is still in r_rdf_faceting branch because it is not completed. However, strictly "facet ranges" are not supported: instead,...
The functionality has been implemented but not yet commited. Being able to support aliased and non-aliased facet range queries, i had to introduced a query syntax with parameters for allowing...
A stable version of this feature has been implemented and merged in master. Missing points are - local params - integration tests - better coverage of unit tests
Hi, the latest release is based on Solr 5.x so the cargo plugin cannot be used (Solr is no longer a war). Please have a look at the README file...
The same query with URI(ENCODE_FOR_URI(?o)) is working
Hi @rac021 could you try with the latest fix?