I understand Solr and how it works a little bit. Its seems intuitive for storing full text messages. According to the documentation it will store them in the index file. Wouldn't it be better to store an analyzed version of the message and store the actual message as a text file somewhere on the system? The documentation mentiones that Solr stores the documents in the data direction. But what documents?
Do i have the web application save the file somewhere first and then call an update query to add the indexable information for this document including a url to the location of the file? Will this be problematic for load balancing? -- View this message in context: http://lucene.472066.n3.nabble.com/Uploading-General-documents-to-Solr-tp2978963p2978963.html Sent from the Solr - User mailing list archive at Nabble.com.