johnbarrett
06/14/2023, 1:33 AM<html> <head>
<title>Creating Solr Collection</title>
</head>
<body>
<!--- feedback --->
Creating collection ...<br>
<cfflush>
<!--- Create the new verity collection --->
<cfcollection action="create"
collection="finance"
path="/Applications/ColdFusion2023/cfusion/jetty/multicore">
<!--- feedback --->
Done!
<cfflush>
</body>
</html>
johnbarrett
06/14/2023, 1:39 AMseancorfield
johnbarrett
06/14/2023, 2:13 AMjohnbarrett
06/14/2023, 2:20 AMaliaspooryorik
dswitzer
06/14/2023, 11:22 AM