You just need to have indexed=true. It will use the inverted index to delete the expired documents. You don't need stored=true as all the info required by the DocExpirationUpdateProcessorFactory to delete a document is there in the inverted index.
On Thu, Oct 20, 2016 at 4:26 PM, Brent <brent.pear...@gmail.com> wrote: > Thanks for the reply. > > Follow up: > Do I need to have the field stored? While I don't need to ever look at the > field's original contents, I'm guessing that the > DocExpirationUpdateProcessorFactory does, so that would mean I need to > have > stored=true as well, correct? > > > > -- > View this message in context: http://lucene.472066.n3. > nabble.com/For-TTL-does-expirationFieldName-need-to- > be-indexed-tp4301522p4302386.html > Sent from the Solr - User mailing list archive at Nabble.com. >