Permalink
Cannot retrieve contributors at this time
Name already in use
A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
solr-in-action/example-docs/ch6/tweets.xml
Go to fileThis commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
31 lines (30 sloc)
1.46 KB
This file contains 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
| <add> | |
| <doc> | |
| <field name="id">1</field> | |
| <field name="screen_name">@thelabdude</field> | |
| <field name="type">post</field> | |
| <field name="lang">en</field> | |
| <field name="timestamp">2012-05-22T09:30:22Z/HOUR</field> | |
| <field name="favourites_count">10</field> | |
| <field name="text">#Yummm :) Drinking a latte at Caffe Grecco in SF's historic North Beach... Learning text analysis with #SolrInAction by @ManningBooks on my i-Pad</field> | |
| </doc> | |
| <doc> | |
| <field name="id">2</field> | |
| <field name="screen_name">@thelabdude</field> | |
| <field name="type">post</field> | |
| <field name="lang">en</field> | |
| <field name="timestamp">2012-05-23T09:30:22Z/HOUR</field> | |
| <field name="favourites_count">10</field> | |
| <field name="text">Just downloaded the MEAP for #SolrInAction from @ManningBooks http://bit.ly/15tzw to learn more about #Solr http://bit.ly/3ynriE</field> | |
| <field name="link">http://manning.com/</field> | |
| <field name="link">http://lucene.apache.org/solr/</field> | |
| </doc> | |
| <doc> | |
| <field name="id">3</field> | |
| <field name="screen_name">@thelabdude</field> | |
| <field name="type">post</field> | |
| <field name="timestamp">2012-05-24T09:35:22Z/HOUR</field> | |
| <field name="favourites_count">10</field> | |
| <field name="text">Le vrai philosphe n'attend rien des homes, et il leur fait tout le bien don't il est capable. Voltaire</field> | |
| </doc> | |
| </add> | |