[ https://issues.apache.org/jira/browse/SOLR-13034?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
mosh updated SOLR-13034: ------------------------ Description: As I was working on SOLR-12638, I noticed RealTimgeGetComponent#toSolrInputDocument does not resolve lazy fields. This behavior is cause by the use of transformers which use SolrDocumentFetcher, which caused exceptions to be thrown when said input documents were written to the transaction log(TransactionLog:100). IMO, These fields ought to be resolved by the RealTimgeGetComponent#toSolrInputDocument method, which takes an a SolrDocument as an input(which may have LazyFields) and returns a SolrInputDocument representation of said SolrDocument. was:As I was working on SOLR-12638, I noticed SolrInputDocument#toSolrInputDocument does not resolve lazy fields. This caused some exceptions to be thrown when said input documents were written to the transaction log. (TransactionLog:100). > RealTimeGetComponent#toSolrInputDocument should be able to resolve LazyFields > ----------------------------------------------------------------------------- > > Key: SOLR-13034 > URL: https://issues.apache.org/jira/browse/SOLR-13034 > Project: Solr > Issue Type: Bug > Security Level: Public(Default Security Level. Issues are Public) > Reporter: mosh > Assignee: mosh > Priority: Major > Labels: RealTimeGet > > As I was working on SOLR-12638, I noticed > RealTimgeGetComponent#toSolrInputDocument does not resolve lazy fields. > This behavior is cause by the use of transformers which use > SolrDocumentFetcher, which caused exceptions to be thrown when said input > documents were written to the transaction log(TransactionLog:100). > IMO, These fields ought to be resolved by the > RealTimgeGetComponent#toSolrInputDocument method, which takes an a > SolrDocument as an input(which may have LazyFields) and returns a > SolrInputDocument representation of said SolrDocument. -- This message was sent by Atlassian JIRA (v7.6.3#76005) --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org For additional commands, e-mail: dev-h...@lucene.apache.org