Merge remote-tracking branch 'origin/new/bug_8130'
[koha.git] / etc / searchengine / solr / indexes.yaml
1 ---
2 indexes:
3   - code: title
4     facetable: 1
5     label: Title
6     mandatory: 1
7     mappings:
8       - 200$a
9       - 210$a
10       - 4..$t
11     ressource_type: biblio
12     sortable: 1
13     type: ste
14   - code: author
15     facetable: 1
16     label: Author
17     mandatory: 0
18     mappings:
19       - 700$*
20       - 710$*
21     ressource_type: biblio
22     sortable: 1
23     type: str
24   - code: subject
25     facetable: 0
26     label: Subject
27     mandatory: 0
28     mappings:
29       - 600$a
30       - 601$a
31     ressource_type: biblio
32     sortable: 0
33     type: str
34   - code: biblionumber
35     facetable: 0
36     label: Biblionumber
37     mandatory: 1
38     mappings:
39       - 001$@
40     ressource_type: biblio
41     sortable: 0
42     type: int
43 ressource_types:
44   - biblio
45   - authority