Dear All, I am trying to use Solr (actually Solrj) to make a simple app which will give me the recommended texts according to the similarity to the history of reading other texts. Firstly, I need to input these texts to the server. Let's say I have 1000 .txt files in one folder or 1000 html articles online. How can I input these texts into server with Java? What words should I use instead of the question marks in .addField(? ?)? It would be awesome if somebody would give me any samples of code in Java.
Thanks, Darius
