Re: Updating a single field using Solrj ContentStreamUpdateRequest

2018-02-01 Thread Joris De Smedt
raction results in response, but maybe better > to invoke Tika on client side. > > HTH, > Emir > -- > Monitoring - Log Management - Alerting - Anomaly Detection > Solr & Elasticsearch Consulting Support Training - http://sematext.com/ > > > > > On 1 Feb 2018, at

Updating a single field using Solrj ContentStreamUpdateRequest

2018-02-01 Thread Joris De Smedt
quot;lowernames","true"); solrClient.request(req, "collection"); solrClient.commit("collection"); The problem with it is that it overwrites the existing file instead of adding a content field. Is there a way to solve this? -- Joris De Smedt

Solrj + spring data: Indexing file body + own fields

2018-01-31 Thread Joris De Smedt
tent field. Without handeling the parsing at client side. How can I do this? -- Joris De Smedt