projects
/
lui-solr.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5236b38
)
Add dynamic binary field MKH-248
author
Jakub Skoczen
<jakub@indexdata.dk>
Mon, 20 Apr 2015 12:26:22 +0000
(14:26 +0200)
committer
Jakub Skoczen
<jakub@indexdata.dk>
Mon, 20 Apr 2015 12:26:22 +0000
(14:26 +0200)
conf/schema.xml
patch
|
blob
|
history
diff --git
a/conf/schema.xml
b/conf/schema.xml
index
9bb0300
..
30eda11
100644
(file)
--- a/
conf/schema.xml
+++ b/
conf/schema.xml
@@
-611,6
+611,7
@@
<dynamicField name="random_*" type="random" />
+ <dynamicField name="*_binary" type="binary" indexed="false" stored="true" multiValued="true"/>
<!-- uncomment the following to ignore any fields that don't already match an existing
field name or dynamic field, rather than reporting them as an error.
alternately, change the type="ignored" to some other type e.g. "text" if you want