CommunityToolkit.Aspire.Hosting.Solr
📦 CommunityToolkit.Aspire.Hosting.Solr v13.4.0 4 Functions
1 Types
1 types and 7 members
Types
Functions
method
addSolr builder Adds an Apache Solr container resource to the distributed application.
addSolr(name: string, port?: number, coreName?: string): SolrResource method
withConfigset builder Specifies the path to the config set directory.
withConfigset(configSetName: string, configSetPath: string): SolrResource method
withDataBindMount builder Adds a bind mount for the data folder to a Solr container resource.
withDataBindMount(source: string, isReadOnly?: boolean): SolrResource method
withDataVolume builder Adds a named volume for the data folder to a Solr container resource.
withDataVolume(name?: string, isReadOnly?: boolean): SolrResource