Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

RDF Facet Objects Ranges Queries #28

Open
agazzarini opened this issue Feb 1, 2015 · 6 comments
Open

RDF Facet Objects Ranges Queries #28

agazzarini opened this issue Feb 1, 2015 · 6 comments
Assignees

Comments

@agazzarini
Copy link
Member

Some pointers:

http://iswc2006.semanticweb.org/items/Oren2006nx.pdf
http://www.cs.ox.ac.uk/files/6686/main.pdf
http://www.w3.org/2001/sw/wiki/Facet

@agazzarini
Copy link
Member Author

Facet fields have been implemented but while developing things for issue #34 I met some mistakes

@agazzarini agazzarini mentioned this issue Mar 16, 2015
@agazzarini
Copy link
Member Author

Facet fields have been correctly implemented with fixes committed for issue #34.
Next Step: facet queries

@agazzarini
Copy link
Member Author

Facet queries work only with Solr default query parser. Instead, using {!sparql} always results in 0 counts.

@agazzarini
Copy link
Member Author

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, we have "facet range queries", where one can facet by using a query (evaluated by a default solr query parser) that selects literals (numerics and dates) and applies facet ranges on top of them. More info on Wiki soon

@agazzarini
Copy link
Member Author

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 user to do thjngs like this

facet.range.q.1=p:<#xyz>
&facet.range.q.alias.1=xyz
&facet.range.q.2=+p:<#abc> -s:<yyy>
&facet.range.q.alias.2=foo

agazzarini pushed a commit that referenced this issue Apr 1, 2015
@agazzarini agazzarini changed the title RDF Faceting RDF Facet Fields Ranges Apr 3, 2015
@agazzarini agazzarini changed the title RDF Facet Fields Ranges RDF Facet Objects Ranges Queries Apr 5, 2015
@agazzarini
Copy link
Member Author

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant