Class SolrSearchQuery
java.lang.Object
org.eclipse.rdf4j.sail.solr.SolrSearchQuery
- All Implemented Interfaces:
SearchQuery
@Deprecated(since="5.3.0",
forRemoval=true)
public class SolrSearchQuery
extends Object
implements SearchQuery
Deprecated, for removal: This API element is subject to removal in a future version.
since 5.3.0. Solr integration is deprecated for removal; use alternative Lucene-backed search
implementations instead.
To be removed, no longer used.
-
Constructor Summary
ConstructorsConstructorDescriptionSolrSearchQuery(org.apache.solr.client.solrj.SolrQuery q, SolrIndex index) Deprecated, for removal: This API element is subject to removal in a future version. -
Method Summary
Modifier and TypeMethodDescriptionvoidDeprecated, for removal: This API element is subject to removal in a future version.Highlights the given field or all fields if null.Iterable<? extends DocumentScore> Deprecated, for removal: This API element is subject to removal in a future version.Queries for the given subject or all subjects if null.
-
Constructor Details
-
SolrSearchQuery
Deprecated, for removal: This API element is subject to removal in a future version.
-
-
Method Details
-
query
Deprecated, for removal: This API element is subject to removal in a future version.Description copied from interface:SearchQueryQueries for the given subject or all subjects if null.- Specified by:
queryin interfaceSearchQuery- Throws:
IOException
-
highlight
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:
highlightin interfaceSearchQuery
-