From 8eebe55651ef1e3d6420babc5b3d4bcb5cd4ba68 Mon Sep 17 00:00:00 2001 From: Mike Graves Date: Tue, 28 Apr 2015 12:09:18 -0400 Subject: [PATCH] Add Item properties for two Solr document formats --- ogre/repository.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ogre/repository.py b/ogre/repository.py index 8331260..40532cd 100644 --- a/ogre/repository.py +++ b/ogre/repository.py @@ -37,6 +37,8 @@ class Item(object): """ fgdc = FileProperty('fgdc', 'fgdc.xml') + solr_json = FileProperty('solr_json', 'geoblacklight.json') + solr_xml = FileProperty('solr_xml', 'geoblacklight.xml') def __init__(self, id, directory): self.id = id