From c567a1765344003b59b125100766bd37c321b6dc Mon Sep 17 00:00:00 2001 From: Robin Sheat Date: Thu, 23 Oct 2014 11:13:32 +1300 Subject: [PATCH] Bug 13131 - remove Solr config file This file should have been removed as part of Bug 12538. Signed-off-by: Tomas Cohen Arazi --- etc/solr/indexes.yaml | 33 --------------------------------- 1 file changed, 33 deletions(-) delete mode 100644 etc/solr/indexes.yaml diff --git a/etc/solr/indexes.yaml b/etc/solr/indexes.yaml deleted file mode 100644 index b369160..0000000 --- a/etc/solr/indexes.yaml +++ /dev/null @@ -1,33 +0,0 @@ -ressource_types: - - biblio - - authority - -indexes: - - code: title - label: Title - type: ste - ressource_type: biblio - sortable: 1 - mandatory: 1 - mappings: - - 200$a - - 210$a - - 4..$t - - code: author - label: Author - type: str - ressource_type: biblio - sortable: 1 - mandatory: 0 - mappings: - - 700$* - - 710$* - - code: subject - label: Subject - type: str - ressource_type: biblio - sortable: 0 - mandatory: 0 - mappings: - - 600$a - - 601$a -- 1.9.1