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.