Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 4 Next »

Search solr plugin provides SOLR search in CONTENIDO

The plugin can be installed if server contains solr extension.

 

Classes

SolrIndexer -> handle indexing of articles

SolrSearchModule -> handle search and show results, extend your module from this module to perform search.

SolrSearcherSimple -> perform simple solr search

 

 Marcus Gnaß please explaine these lines.

<server>:8080/solr/admin/cores?action=STATUS

 <server>:8080/solr/admin/cores?action=RENAME&core=collection1&other=contenido

 <server>:8080/solr/admin/cores?action=RELOAD&core=contenido

 

Settings

Area/TypeNameDescriptionDefaultScope
navigation_searchform_topsearch_result_idart 0SCGU
searchableidcats 1SCGU
solrsecureBoolean value indicating whether or not to connect in secure mode.n/aS
solrhostnameRequired. The hostname for the Solr server.n/aS
solrportRequired. The port number.n/aS
solrpathRequired. The path to solr.n/aS
solrwtThe name of the response writer e.g. xml, phpnative.n/aS
solrloginRequired. The username used for HTTP Authentication, if any.n/aS
solrpasswordRequired. The HTTP Authentication password.n/aS
solrproxy_host

The hostname for the proxy server, if any.

n/aS
solrproxy_portThe proxy port.n/aS
solrproxy_loginThe proxy username.n/aS
solrproxy_passwordThe proxy password.n/aS
solrtimeout

This is maximum time in seconds allowed for the http data transfer operation. Default is 30 seconds.

n/aS
solrssl_cert

File name to a PEM-formatted file containing the private key + private certificate (concatenated in that order). Please note the if the ssl_cert file only contains the private certificate, you have to specify a separate ssl_key file.

n/aS
solrssl_keyFile name to a PEM-formatted private key file only.n/aS
solrssl_keypassword

Password for private key. The ssl_keypassword option is required if the ssl_cert or ssl_key options are set.

n/aS
solrssl_cainfoName of file holding one or more CA certificates to verify peer with.n/aS
solrssl_capath

Name of directory holding multiple CA certificates to verify peer with.

n/aS
  • No labels