aboutsummaryrefslogtreecommitdiff
path: root/solr
diff options
context:
space:
mode:
authoryipstanley <stanley_yip@brown.edu>2019-07-16 17:48:16 -0400
committeryipstanley <stanley_yip@brown.edu>2019-07-16 17:48:16 -0400
commitf18be9418b9237acd847eaf71adc034226c54695 (patch)
tree55d1af22c1b008196eb68eb80f82d4c659259d8a /solr
parent7a4310f95da38cf5de55e487030284157acc58d8 (diff)
parent2e12b7e348ec842ddc2deb6a47f58b6312f2aa95 (diff)
Merge branch 'master' of https://github.com/browngraphicslab/Dash-Web
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"/>