Skip to content

Commit

Permalink
Update description of the 'symbol' descriptor. [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
jcoyne committed Apr 22, 2013
1 parent b1b7030 commit d26e706
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/solrizer/default_descriptors.rb
Expand Up @@ -29,7 +29,8 @@ def self.facetable
@facetable ||= Descriptor.new(:string, :indexed, :multivalued)
end

# Produces _ssim suffix; should probably be deprecated
# Produces _ssim suffix
# This is useful for when you only want to match whole words, such as user/group names from the the rightsMetadata datastream
def self.symbol
@symbol ||= Descriptor.new(:string, :stored, :indexed, :multivalued)
end
Expand Down

0 comments on commit d26e706

Please sign in to comment.