Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

44 small changes #47

Merged
merged 5 commits into from
Dec 11, 2024
Merged

44 small changes #47

merged 5 commits into from
Dec 11, 2024

Conversation

dikastes
Copy link
Collaborator

No description provided.

@dikastes dikastes requested a review from thomas-sc December 10, 2024 20:59
@dikastes
Copy link
Collaborator Author

Please check especially the changes in the BibEntryMapping.

thomas-sc
thomas-sc previously approved these changes Dec 11, 2024
Copy link
Collaborator

@thomas-sc thomas-sc left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

see small comments in BibEntryMapping

'journalTitle' => [ 'type' => 'keyword'],
'creators' => [
'type' => 'nested',
'properties' => [
'creatorType' => [
'type' => 'keyword'
'type' => 'text',
'fields' => [
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

change creatorType from type keyword to text and creatorType.keyword means you will also textsearch in creatorType?
(the key for the facette in serachresults will probably change from creatorType to creatorType.keyword)

'version' => [ 'type' => 'long' ],
'title' => [ 'type' => 'text'],
'university' => [ 'type' => 'text'],
'bookTitle' => [ 'type' => 'text'],
'series' => [ 'type' => 'text', 'fields' => [ 'keyword' => [ 'type' => 'keyword', 'ignore_above' => 256 ] ] ],
'publicationTitle' => [ 'type' => 'text', 'fields' => [ 'keyword' => [ 'type' => 'keyword', 'ignore_above' => 256 ] ] ],
'language' => [ 'type' => 'text', 'fields' => [ 'keyword' => [ 'type' => 'keyword', 'ignore_above' => 256 ] ] ],
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

maybe simple [ 'type' => 'keyword'] would be sufficient

@dikastes dikastes merged commit 4bf7f7e into test Dec 11, 2024
3 checks passed
@dikastes dikastes deleted the 44-small-changes branch December 11, 2024 10:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants