Bug 13131 - remove Solr config file
authorRobin Sheat <robin@catalyst.net.nz>
Wed, 22 Oct 2014 22:13:32 +0000 (11:13 +1300)
committerTomas Cohen Arazi <tomascohen@gmail.com>
Fri, 24 Oct 2014 12:44:45 +0000 (09:44 -0300)
This file should have been removed as part of Bug 12538.

Signed-off-by: Tomas Cohen Arazi <tomascohen@gmail.com>
Signed-off-by: Katrin Fischer <Katrin.Fischer.83@web.de>
Signed-off-by: Tomas Cohen Arazi <tomascohen@gmail.com>
etc/solr/indexes.yaml [deleted file]

diff --git a/etc/solr/indexes.yaml b/etc/solr/indexes.yaml
deleted file mode 100644 (file)
index b369160..0000000
+++ /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