Is it possible to apply filters to stored data like we can apply filter when indexing. For example I use KeepWordFilter on a field during indexing. But I don't want filtered data to be even stored ie I want the content in index and store for this field to be same. Also when retrieving data(querying solr) I find that the content retrieved is the stored data. Is it possible to get the data that is indexed as against the stored one?
-- View this message in context: http://lucene.472066.n3.nabble.com/How-to-apply-filters-to-stored-data-tp3366230p3366230.html Sent from the Solr - User mailing list archive at Nabble.com.