Free-text search plugin

PolicyCenter provides the free-text search plugin ISolrSearchPlugin to send free-text search requests to the Guidewire Solr Extension and receive the search results. In the base configuration of PolicyCenter, the plugin is disabled. The Plugins Registry specifies the following Gosu implementation:

gw.solr.PCSolrSearchPlugin 

If you add or remove free-text search fields from your configuration, you must modify the implementation of PCSolrSearchPlugin.

To edit the Plugins Registry item for the ISolrSearchPlugin interface, in the Project window in Studio, navigate to configuration > config > Plugins > registry, and then open ISolrSearchPlugin.gwp.

See also

ISolrSearchPlugin plugin parameters

The Plugins Registry item for ISolrSearchPlugin has the following plugin parameters.

Plugin parameter

Description

Default value

debug

Whether to generate messages on the server console and in the server log to help debug changes to free-text search fields.

For a production server, always set to false.

true

fetchSize

Determines the maximum number of query results that the Guidewire Solr Extension returns for each search request.

100