Class SolrSearchDocument
java.lang.Object
org.eclipse.rdf4j.sail.solr.SolrSearchDocument
- All Implemented Interfaces:
SearchDocument
@Deprecated(since="5.3.0",
forRemoval=true)
public class SolrSearchDocument
extends Object
implements SearchDocument
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.
-
Constructor Summary
ConstructorsConstructorDescriptionDeprecated, for removal: This API element is subject to removal in a future version.SolrSearchDocument(String id, String resourceId, String context) Deprecated, for removal: This API element is subject to removal in a future version.SolrSearchDocument(org.apache.solr.common.SolrDocument doc) Deprecated, for removal: This API element is subject to removal in a future version. -
Method Summary
Modifier and TypeMethodDescriptionvoidaddGeoProperty(String name, String text) Deprecated, for removal: This API element is subject to removal in a future version.voidaddProperty(String name) Deprecated, for removal: This API element is subject to removal in a future version.Adds/creates a new property with the given name.voidaddProperty(String name, String text) Deprecated, for removal: This API element is subject to removal in a future version.Adds a value to the property with the given name.Deprecated, for removal: This API element is subject to removal in a future version.org.apache.solr.common.SolrDocumentDeprecated, for removal: This API element is subject to removal in a future version.getId()Deprecated, for removal: This API element is subject to removal in a future version.getProperty(String name) Deprecated, for removal: This API element is subject to removal in a future version.Deprecated, for removal: This API element is subject to removal in a future version.Returns a set of the property names.Deprecated, for removal: This API element is subject to removal in a future version.booleanhasProperty(String name, String value) Deprecated, for removal: This API element is subject to removal in a future version.Checks whether a field occurs with a specified value in a Document.
-
Constructor Details
-
SolrSearchDocument
public SolrSearchDocument()Deprecated, for removal: This API element is subject to removal in a future version. -
SolrSearchDocument
public SolrSearchDocument(org.apache.solr.common.SolrDocument doc) Deprecated, for removal: This API element is subject to removal in a future version. -
SolrSearchDocument
-
-
Method Details
-
getDocument
public org.apache.solr.common.SolrDocument getDocument()Deprecated, for removal: This API element is subject to removal in a future version. -
getId
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
getIdin interfaceSearchDocument
-
getResource
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
getResourcein interfaceSearchDocument
-
getContext
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
getContextin interfaceSearchDocument
-
getPropertyNames
Deprecated, for removal: This API element is subject to removal in a future version.Description copied from interface:SearchDocumentReturns a set of the property names.- Specified by:
getPropertyNamesin interfaceSearchDocument
-
addProperty
Deprecated, for removal: This API element is subject to removal in a future version.Description copied from interface:SearchDocumentAdds/creates a new property with the given name.- Specified by:
addPropertyin interfaceSearchDocument
-
addProperty
Deprecated, for removal: This API element is subject to removal in a future version.Description copied from interface:SearchDocumentAdds a value to the property with the given name.- Specified by:
addPropertyin interfaceSearchDocument
-
addGeoProperty
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
addGeoPropertyin interfaceSearchDocument
-
hasProperty
Deprecated, for removal: This API element is subject to removal in a future version.Description copied from interface:SearchDocumentChecks whether a field occurs with a specified value in a Document.- Specified by:
hasPropertyin interfaceSearchDocument
-
getProperty
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
getPropertyin interfaceSearchDocument
-