Created
August 14, 2012 15:52
-
-
Save devn/3350442 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| rsolr = RSolr.connect(:url => 'http://127.0.0.1:8983/solr') | |
| rsolr.add([{"id" => 10, "policy_area_texts" => "Health", "summary_texts" => "Everything about health"}, {"id" => 11, "policy_area_texts" => "Magic", "summary_texts" => "What magicians do"}]) | |
| rsolr.commit | |
| # <dynamicField name="*_texts" stored="true" type="text" multiValued="true" indexed="true"/> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment