The Jena list can't really answer questions about "any RDF store", but for TDB, 
you begin with basic covering indexes, so you do not need to add anything (in 
fact you cannot add anything) to provide more indexing for standard SPARQL 
forms.

As has been pointed out, there are _extensions_ to SPARQL provided by Jena that 
can make use of additional indexes:

https://jena.apache.org/documentation/query/text-query.html

and

https://jena.apache.org/documentation/query/spatial-query.html
---
A. Soroka
The University of Virginia Library

> On Apr 11, 2017, at 1:30 PM, Laura Morales <laure...@mail.com> wrote:
> 
> But is Jena (or any RDF store for what matters) expected to perform well even 
> if I don't explicitly add any index?
> 
> 
>> You 'can' create text-indexes for selected properties of your data for
>> text search with a much better performance:
>> 
>> https://jena.apache.org/documentation/query/text-query.html

Reply via email to