First of all I'd like to say hello to the Solr world/community ;) So far we have been using Lucene as-is and now intend to go for Solr.
Say I have a document which in one field should have the content of a file (indexed only, not stored), in order to make the document searchable due to the file's content. I know How is this achieved using SolrJ, i.e. how do I hand in this document? Thx Clemens