Skip to content
This repository has been archived by the owner on Mar 12, 2020. It is now read-only.

Commit

Permalink
Add Item properties for two Solr document formats
Browse files Browse the repository at this point in the history
  • Loading branch information
Mike Graves committed Apr 28, 2015
1 parent a888e84 commit 8eebe55
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ogre/repository.py
Expand Up @@ -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
Expand Down

0 comments on commit 8eebe55

Please sign in to comment.