sunspot

https://github.com/sunspot/sunspot

JavaScript

Solr-powered search for Ruby objects

Sunspot::Field#stored?

Whether the field is stored or not.

==== Returns

Boolean:: True if this field is a stored field

Source | Google | Stack overflow

Edit

git clone [email protected]:sunspot/sunspot.git

cd sunspot

open sunspot/lib/sunspot/field.rb

Contribute

# Make a new branch

git checkout -b -your-name--update-docs-Sunspot--Field-stored--for-pr


# Commit to git

git add sunspot/lib/sunspot/field.rbgit commit -m "better docs for Sunspot::Field#stored?"


# Open pull request

gem install hub # on a mac you can `brew install hub`

hub fork

git push <your name> -your-name--update-docs-Sunspot--Field-stored--for-pr

hub pull-request


# Celebrate!