Re: Is it possible to index documents without storing their content?

2018-05-24 Thread Thomas Lustig
Thanks Emir for the great answer :) Br Tom 2018-05-23 10:16 GMT+02:00 Emir Arnautović : > Hi Tom, > Yes it is possible - see field options: https://lucene.apache.org/ > solr/guide/6_6/defining-fields.html#DefiningFields- > OptionalFieldTypeOverrideProperties

Re: Is it possible to index documents without storing their content?

2018-05-23 Thread Emir Arnautović
Hi Tom, Yes it is possible - see field options: https://lucene.apache.org/solr/guide/6_6/defining-fields.html#DefiningFields-OptionalFieldTypeOverrideProperties . There is stored

Is it possible to index documents without storing their content?

2018-05-22 Thread Thomas Lustig
dear community, Is it possible to index documents (e.g. pdf, word,...) for fulltextsearch without storing their content(payload) inside Solr server? Thanking you in advance for your help BR Tom