Sha256: 62c8531e74d75f7d0a1e4d56b25db6bb5e9d3f35b194cb684afcb3ac533d63b9

Contents?: true

Size: 1.7 KB

Versions: 3

Compression:

Stored size: 1.7 KB

Contents

h2. 2.0.0
HYDRA-827 DO NOT index terms by default

h2. 1.2.2
BUG: RSolr::Client doesn't have a delete method.  Changed to delete_by_id. (only affects solrizer shell script)  Thanks to mkorcy.

h2. 1.2.1
BUG: name mappings message is a "debug" message, not "info"
fixed rake tasks to include coverage properly
changed email, summary, description in gemspec

h2. 1.2.0
Upgrade to om 1.5.
Now works with ruby 1.9

h2. 1.1.2

BUG: Not responding to messages of type: "modifyDatastreamByValue"

h2. 1.1.1

BUG: Trying to index the children of proxy terms (can't access them in OM).  Added a check to make sure it doesn't do this.
BUG: Not responding to messages of type: "modifyDatastreamByReference"
BUG: Not logging unavailable message types

h2. 1.0.3

BUG: Extractor.format_field_values was choking when value was nil

h2. 1.0.0

Deprecated

* extract_tag
* extract_tags
* extract_hash


All solrize and extract methods now accept and return a _Hash_ rather than a Solr::Document
Removed dependency on outdated "solr" gem, replaced it with RSolr
As part of this switch, *all field names are stored as Strings, not Symbols*. If you previously accessed something as solr_doc[:title_t], now you need to access it as solr_doc["title_t"] 

Moved #format_node_value and #insert_solr_field_value from TerminologyBasedSolrizer to Solrizer::Extractor 

h2. 0.3.1

fix in require statements

h2. 0.3.0

HYDRA-286 Re-structure Solrizer to separate solrizer base from fedora-solrizer 

Added TerminologyBasedSolrizer
Added Extremely Configurable FieldMapper
Updated FieldNameMapper to use new FieldMapper

h2. 0.1.2

Minor: switched active-fedora gem requirement to >= 1.1.5 instead of = 1.1.5 (was breaking apps that use later versions of active-fedora)

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
solrizer-2.0.0.rc3 History.txt
solrizer-2.0.0.rc2 History.txt
solrizer-2.0.0.rc1 History.txt