Skip to content
DocsTry Aspire
DocsTry

SolrResource Properties

ClassProperties6 members
Represents an Apache Solr container resource.
ConnectionStringExpressionSection titled ConnectionStringExpressionReferenceExpression
Gets the connection string expression for the Solr server.
public ReferenceExpression ConnectionStringExpression { get; }
The Solr core name.
public string CoreName { get; set; }
HostSection titled HostEndpointReferenceExpression
Gets the host endpoint reference for this resource.
public EndpointReferenceExpression Host { get; }
PortSection titled PortEndpointReferenceExpression
Gets the port endpoint reference for this resource.
public EndpointReferenceExpression Port { get; }
PrimaryEndpointSection titled PrimaryEndpointEndpointReference
Gets the primary endpoint for the Solr server.
public EndpointReference PrimaryEndpoint { get; }
UriExpressionSection titled UriExpressionReferenceExpression
Gets the connection URI expression for the Solr server.
public ReferenceExpression UriExpression { get; }
Format: http://{host}:{port}/solr/{coreName}.