cygri / vocidex

Search over RDF schemas and OWL ontologies
MIT License
11 stars 6 forks source link

Support autocompletion for prefixed names #6

Closed cygri closed 10 years ago

cygri commented 10 years ago

One aspect here is to keep response sizes small by not including the full source document in results. This can be done by requesting specific fields in the search query:

http://www.elasticsearch.org/guide/reference/api/search/fields/

By default, only _source is included. How about including only prefixed and localName instead.

cygri commented 10 years ago

Done by @pyvandenbussche in #4.