Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Citronalco
solr-calibre-websearch
Commits
8be67b21
Commit
8be67b21
authored
Aug 20, 2020
by
Bernhard Geier
Browse files
schema: switch "publisher" field from string to text
this allows better searching (case insensitive etc)
parent
a231970a
Changes
1
Hide whitespace changes
Inline
Side-by-side
solr/conf/schema.xml
View file @
8be67b21
...
...
@@ -247,7 +247,7 @@
<field
name=
"date_facet"
type=
"tdate"
indexed=
"true"
stored=
"false"
multiValued=
"false"
/>
<!-- fields that are only used as source in copy field -->
<field
name=
"publisher"
type=
"
string
"
indexed=
"
fals
e"
stored=
"true"
/>
<field
name=
"publisher"
type=
"
text
"
indexed=
"
tru
e"
stored=
"true"
/>
<!-- special fields used for sorting -->
<field
name=
"author_sort"
type=
"alphaOnlySort"
indexed=
"true"
stored=
"false"
omitNorms=
"true"
multiValued=
"false"
/>
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment