localgovdrupal / localgov_search_solr

Default solr index and configuration for Sitewide search for LocalGov Drupal
0 stars 0 forks source link

Solr search: Best practices / Helpful starter config #3

Open finnlewis opened 2 years ago

finnlewis commented 2 years ago

From @ekes:

The stemming is certainly a good example of this. We should make our own version of the https://git.drupalcode.org/project/search_api_solr/-/tree/4.x/jump-start/drupal_configs with customisations like the park/ing. These can be added to over time as ideas come up. Some of these can also go into the default configuration for localgov_search_db (or whatever we call it). IIRC you can also override the stemmer there.

The "jump start" configuration we make should also be the one that comes with lando when it installs the servers.

@ekes has started a branch for localgov_project to define a Lando based solr server:

https://github.com/localgovdrupal/localgov_project/tree/feature/2.x/24-wf-solr-search

See: https://github.com/localgovdrupal/localgov_project/issues/86