lib/ddr/index/fields.rb in ddr-models-3.0.0.beta.1 vs lib/ddr/index/fields.rb in ddr-models-3.0.0.beta.2
- old
+ new
@@ -38,9 +38,10 @@
DEPOSITOR = Field.new :depositor, :stored_sortable
DISPLAY_FORMAT = Field.new :display_format, :stored_sortable
DOI = Field.new :doi, :symbol
EAD_ID = Field.new :ead_id, :stored_sortable
EXTRACTED_TEXT = Field.new :extracted_text, :searchable, type: :text
+ FCREPO3_PID = Field.new :fcrepo3_pid, :stored_sortable
HAS_MODEL = Field.new :has_model, :symbol
IDENTIFIER_ALL = Field.new :identifier_all, :symbol
IS_ATTACHED_TO = Field.new :is_attached_to, :symbol
IS_EXTERNAL_TARGET_FOR = Field.new :is_external_target_for, :symbol
IS_GOVERNED_BY = Field.new :is_governed_by, solr_name: "isGovernedBy_ssim"