lucene/client/ruby/solr-ruby/lib/solr/importer
Erik Hatcher 624e65ed16 add array mapper, for more data sources that come in pieces to be merged
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@535438 13f79535-47bb-0310-9956-ffa450edef68
2007-05-05 02:30:15 +00:00
..
array_mapper.rb add array mapper, for more data sources that come in pieces to be merged 2007-05-05 02:30:15 +00:00
delimited_file_source.rb rename tab_delimited to just delimited and added splitter parameter allowing lines to be split on any regular expression 2007-04-26 02:06:01 +00:00
mapper.rb Add option to stringify symbols when looking them up from an original object. An alternate approach could be to have two different classes, one for objects with symbol keys, and one for string keys 2007-04-26 02:09:50 +00:00
solr_source.rb Add SolrSource class, which simply iterates over all documents matching query and filter constraints to be returned. This is suitable for use with a Mapper and the Indexer to pull documents (stored fields only) from one Solr instance to another. 2007-04-26 02:15:13 +00:00
xpath_mapper.rb Add XPathMapper, useful for mapping XML file data into Solr 2007-04-03 04:50:54 +00:00