aboutsummaryrefslogtreecommitdiff
path: root/solr
diff options
context:
space:
mode:
authorab <abdullah_ahmed@brown.edu>2019-07-23 11:38:10 -0400
committerab <abdullah_ahmed@brown.edu>2019-07-23 11:38:10 -0400
commit13c016d7f7765acda7f6ce2d69c14597469f55d7 (patch)
tree6fcf409ee4f0035443aa4fb67a05d24aae09689d /solr
parentbd841fe56540e1a9177d2872310b10fefcb4acd1 (diff)
parentd880e4b2fcb4e7bab3ee25d63209b173efcf37c0 (diff)
merged
Diffstat (limited to 'solr')
-rw-r--r--solr/conf/schema.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/solr/conf/schema.xml b/solr/conf/schema.xml
index 8610786af..7a21794cb 100644
--- a/solr/conf/schema.xml
+++ b/solr/conf/schema.xml
@@ -44,6 +44,7 @@
<field name="text" type="text" indexed="true" stored="false" uninvertible="false" multiValued="true"/>
<field name="id" type="string" indexed="true" stored="true" uninvertible="false" required="true"/>
<field name="_version_" type="plong" indexed="true" stored="true"/>
+ <field name="deleted" type="boolean" indexed="true" stored="true" uninvertible="false" multiValued="false"/>
<dynamicField name="*_t" type="text" indexed="true" stored="true" uninvertible="false" docValues="false"/>
<dynamicField name="*_n" type="pdouble" indexed="true" stored="true" uninvertible="false" docValues="false"/>