mirror of
https://github.com/nexus-stc/hyperboria
synced 2025-01-22 16:37:36 +01:00
dd23846059
- [nexus] Switch bot - [bot] Added extra receivers functionality GitOrigin-RevId: 68fc32d3e79ff411758f54f435fe8680fc42dead
172 lines
3.2 KiB
YAML
172 lines
3.2 KiB
YAML
---
|
|
# yamllint disable rule:key-ordering
|
|
default_fields: ["authors", "description", "tags", "title"]
|
|
key_field: "id"
|
|
multi_fields: ["authors", "ipfs_multihashes", "isbns", "tags"]
|
|
schema:
|
|
- name: id
|
|
type: i64
|
|
options:
|
|
fast: single
|
|
fieldnorms: false
|
|
indexed: true
|
|
stored: true
|
|
- name: authors
|
|
type: text
|
|
options:
|
|
indexing:
|
|
fieldnorms: true
|
|
record: position
|
|
tokenizer: summa
|
|
stored: true
|
|
- name: cu
|
|
type: text
|
|
options:
|
|
indexing: null
|
|
stored: true
|
|
- name: cu_suf
|
|
type: text
|
|
options:
|
|
indexing: null
|
|
stored: true
|
|
- name: description
|
|
type: text
|
|
options:
|
|
indexing:
|
|
fieldnorms: true
|
|
record: position
|
|
tokenizer: summa
|
|
stored: true
|
|
- name: doi
|
|
type: text
|
|
options:
|
|
indexing:
|
|
fieldnorms: true
|
|
record: basic
|
|
tokenizer: raw
|
|
stored: true
|
|
- name: edition
|
|
type: text
|
|
options:
|
|
indexing:
|
|
fieldnorms: true
|
|
record: basic
|
|
tokenizer: raw
|
|
stored: true
|
|
- name: fiction_id
|
|
type: i64
|
|
options:
|
|
fieldnorms: false
|
|
indexed: false
|
|
stored: true
|
|
- name: filesize
|
|
type: i64
|
|
options:
|
|
fieldnorms: false
|
|
indexed: false
|
|
stored: true
|
|
- name: ipfs_multihashes
|
|
type: text
|
|
options:
|
|
fieldnorms: false
|
|
indexed: false
|
|
stored: true
|
|
- name: isbns
|
|
type: text
|
|
options:
|
|
indexing:
|
|
fieldnorms: true
|
|
record: basic
|
|
tokenizer: raw
|
|
stored: true
|
|
- name: issued_at
|
|
type: i64
|
|
options:
|
|
fast: single
|
|
fieldnorms: false
|
|
indexed: true
|
|
stored: true
|
|
- name: has_duplicates
|
|
type: i64
|
|
options:
|
|
fieldnorms: false
|
|
indexed: false
|
|
stored: true
|
|
- name: language
|
|
type: text
|
|
options:
|
|
indexing:
|
|
fieldnorms: true
|
|
record: basic
|
|
tokenizer: raw
|
|
stored: true
|
|
- name: libgen_id
|
|
type: i64
|
|
options:
|
|
fieldnorms: false
|
|
indexed: false
|
|
stored: true
|
|
- name: original_id
|
|
type: i64
|
|
options:
|
|
fieldnorms: false
|
|
indexed: true
|
|
stored: true
|
|
- name: pages
|
|
type: i64
|
|
options:
|
|
indexed: false
|
|
stored: true
|
|
- name: extension
|
|
type: text
|
|
options:
|
|
indexing: null
|
|
stored: true
|
|
- name: md5
|
|
type: text
|
|
options:
|
|
indexing: null
|
|
stored: true
|
|
- name: series
|
|
type: text
|
|
options:
|
|
indexing:
|
|
fieldnorms: true
|
|
record: position
|
|
tokenizer: summa
|
|
stored: true
|
|
- name: tags
|
|
type: text
|
|
options:
|
|
indexing:
|
|
fieldnorms: true
|
|
record: position
|
|
tokenizer: summa
|
|
stored: true
|
|
- name: title
|
|
type: text
|
|
options:
|
|
indexing:
|
|
fieldnorms: true
|
|
record: position
|
|
tokenizer: summa
|
|
stored: true
|
|
- name: updated_at
|
|
type: i64
|
|
options:
|
|
fast: single
|
|
fieldnorms: false
|
|
indexed: true
|
|
stored: true
|
|
- name: volume
|
|
type: text
|
|
options:
|
|
indexing: null
|
|
stored: true
|
|
- name: year
|
|
type: i64
|
|
options:
|
|
fieldnorms: true
|
|
indexed: true
|
|
stored: true
|