Hi Lox,

But I would also like to retain the original non-analyzed field for
>
diplaying purposes.
>

Actually, for stored fields, Solr always retains the original non-analyzed
content, which is the one included in the response. So, if I'm not missing
something, you don't need to separate the analysis (Solr does this for
you!), just configure the analysis that you want for the indexed fields, and
the stored content will be saved vertatim.

Regards,

*Juan*



On Sat, Jul 2, 2011 at 7:17 AM, Lox <[email protected]> wrote:

> Hi,
>
> I'm trying to achieve a sort of better separation between the analysis of a
> document (tokenizing, filtering ecc.) and the indexing (storing).
> Now, I would like my application to call the analyzer (/analysis/document)
> via REST which returns the various tokens in xml format, then feed these
> data to the index directly without doing the analysis again.
> But I would also like to retain the original non-analyzed field for
> diplaying purposes.
> This can probably be achieved with a copyField, right?
>
> So my question is:
> is it possible to feed the solr index with the ouput of the analyzer?
>
> Thank you.
>
> --
> View this message in context:
> http://lucene.472066.n3.nabble.com/Feed-index-with-analyzer-output-tp3131771p3131771.html
> Sent from the Solr - User mailing list archive at Nabble.com.
>

Reply via email to