No and no.

Hmmm, that's a bit terse. The split between stored and indexed
happens quite early in the update process, there's no way I know
of to use the tokenized stream as the input to your stored data.

And there's no out-of-the-box way to get the indexed tokens back
For anything except very small fields, this would be quite costly.

What problem are you trying to solve? Perhaps this is an XY problem.
See: http://people.apache.org/~hossman/#xyproblem

Best
Erick

On Sun, Sep 25, 2011 at 1:54 AM, drogon <jithin1...@gmail.com> wrote:
> 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.
>

Reply via email to