spellcheck
attribute is set to true
. An indication is also given of where these attributes can be applied. For example, some attributes can be applied either in the JSP tag or a configuration file (for example, gsa.conf
). Other attributes can only be applied in the JSP tag or in the configuration file.
On some platforms, the values following Applied in:
might not be exactly the same as those shown below. For confirmation, also refer to the list of standard attributes specified on that platform page.
host (java.lang.String)
http://localhost:1234
; localhost:1234
will not work).
name (java.lang.String)
aliases (java.lang.String)
firstnamelastname
as name
and countryofresidence
as country
, use these mappings: aliases="firstnamelastname=name,countryofresidence=country"
defaultQuery (java.lang.String)
defaultFacets (java.lang.String)
spellCheck (java.lang.Boolean)
true
expandQuery (java.lang.Boolean)
true
autoCorrect (java.lang.Boolean)
true
fields (java.lang.String)
fileTypeField (java.lang.String)
resultIDField (java.lang.String)
pageLimit (java.lang.Long)
webservice-enabled (java.lang.String)