Skip to content

Commit c2da90e

Browse files
author
Jim Leether
committed
Updated index page to include new core example
1 parent 74c5602 commit c2da90e

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

index.cfm

+5
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,10 @@
5353
<ul>
5454
<li><strong>java -jar start.jar</strong></li>
5555
</ul>
56+
<p>To start the Solr server in multicore mode, you will need to define the Solr home in the command line by adding an additional parameter.</p>
57+
<ul>
58+
<li><strong>java -Dsolr.solr.home=multicore -jar start.jar</strong></li>
59+
</ul>
5660

5761
<h2>Examples</h2>
5862
<p>There are two basic examples, one for indexing content, and one for searching content. This is not a Solr tutorial, this just shows how to get your data in &amp; out using this CF library.</p>
@@ -61,6 +65,7 @@
6165
<li><a href="indexExample.cfm">Indexing Example</a> (requires the CFArtGallery datasource)</li>
6266
<li><a href="searchExample.cfm">Search Example</a></li>
6367
<li><a href="autoSuggestExample.cfm">Auto Suggest Example</a> (Shows how to use JQuery Autocomplete with Solr)
68+
<li><a href="coreCreationExample.cfm">New Core Example</a> (Shows how to create new cores dynamically in multicore mode)
6469
</ul>
6570

6671
<p>The point of the examples is the CF code, not the HTML that you'll see in the browser, so be sure to dig in!</p>

0 commit comments

Comments
 (0)