govCMS / GovCMS7

Current stable release of the main Drupal 7 GovCMS distribution, with releases mirrored at https://www.drupal.org/project/govcms
https://www.govcms.gov.au/
GNU General Public License v2.0
113 stars 76 forks source link

How does Solr search work in govCMS platforms? #951

Closed ElviaMaschke closed 1 year ago

ElviaMaschke commented 4 years ago

I need guidance on how Solr is running a search in a private Beta site.

I don't have access to the configuration area so I can't check how it has been set up. I need to know how it indexes searches, how the system deals with misspellings. Is it configured for US spellings?

fubarhouse commented 4 years ago

@ElviaMaschke,

There's a few things to note:

I hope there's enough here for you to find what you're after - but let me know if I missed something.

simesy commented 4 years ago

there is no control given to Solr config

Yeah the solr xml config is out of bounds, but there is still a lot of Drupal accessible config like what fields to index.

fubarhouse commented 4 years ago

Indeed... but I'm not familiar with their processes and they are the official channel for this.

Like, I said:

you'd have to ask the service desk for more information

simesy commented 4 years ago

True, but I'm just talking about the publicly accessible open sourced config defaults for SaaS

FWIW, I'm fairly certain the solr xml used is https://git.drupalcode.org/project/search_api_solr/-/tree/8.x-2.x/solr-conf/7.x

And there are not a lot of forced/overridden Drupal settings for solr, so most should be configurable in the UI if you have permissions. https://github.com/govcms/govcms8lagoon/blob/develop/.docker/images/govcms8/settings/settings.php#L150-L154