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