Class ElasticsearchQuery

  • All Implemented Interfaces:
    SearchQuery

    @Deprecated(forRemoval=true)
    public class ElasticsearchQuery
    extends Object
    implements SearchQuery
    Deprecated, for removal: This API element is subject to removal in a future version.
    To be removed, no longer used.
    • Constructor Detail

      • ElasticsearchQuery

        public ElasticsearchQuery​(org.elasticsearch.action.search.SearchRequestBuilder request,
                                  org.elasticsearch.index.query.QueryBuilder qb,
                                  ElasticsearchIndex index)
        Deprecated, for removal: This API element is subject to removal in a future version.
    • Method Detail

      • highlight

        public void highlight​(IRI property)
        Deprecated, for removal: This API element is subject to removal in a future version.
        Highlights the given field or all fields if null.
        Specified by:
        highlight in interface SearchQuery