Adobe 38043740 - ColdFusion Standard - Mac Development Manual page 536

Developing applications
Hide thumbs Also See for 38043740 - ColdFusion Standard - Mac:
Table of Contents

Advertisement

DEVELOPING COLDFUSION 9 APPLICATIONS
Accessing and Using Data
<cfsearch
name="qsearch1"
collection="solr_complex"
criteria ="te?t">
Verity
<cfsearch
name="qsearch1"
collection="Verity_complex"
type="explicit"
criteria="<WILDCARD>te?t">
• Searching titles
Solr:
<cfsearch
name="qsearch1"
collection="solr_complex"
criteria ="title:fuzzy?.txt">
Verity:
<cfsearch
name="qsearch1"
collection="Verity_complex"
type="explicit"criteria="CF_TITLE<SUBSTRING>fuzzy">
For more examples of how search criteria is set in Solr, see
"Using Verity Search
Expressions" on page 505.
Configuring Solr memory
Perform the following steps to increase the memory for Solr.
Non-Windows platforms
Stop Solr using the following command:
1
sudo ./cfsolr stop
In the cfsolr script, modify the line that starts with
2
appropriate value. For example,
Start Solr using the following command:
3
sudo ./cfsolr start
Windows platform
Stop the Solr service
1
ColdFusion 9 Solr Service
In the solr.lax, modify the line that starts with
2
-
with an appropriate value. For example,
Xmx256m
3
Start Solr service.
"Solr search
by changing the default value
VMARGS=
-Xmx1024m.
.
lax.nl.java.option.additional=
-Xmx1024m.
Last updated 1/20/2012
examples" on page 526 and for Verity, see
-Xmx256m
by changing the default value
531
with an

Advertisement

Table of Contents
loading

This manual is also suitable for:

Coldfusion 9

Table of Contents