[ 
https://issues.apache.org/jira/browse/SOLR-13034?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

David Smiley resolved SOLR-13034.
---------------------------------
    Fix Version/s: 8.9
       Resolution: Fixed

Note: the work-around is simply to disable enableLazyFieldLoading

> RealTimeGetComponent#toSolrInputDocument should materialize LazyFields
> ----------------------------------------------------------------------
>
>                 Key: SOLR-13034
>                 URL: https://issues.apache.org/jira/browse/SOLR-13034
>             Project: Solr
>          Issue Type: Bug
>            Reporter: mosh
>            Assignee: David Smiley
>            Priority: Major
>              Labels: RealTimeGet
>             Fix For: 8.9
>
>          Time Spent: 50m
>  Remaining Estimate: 0h
>
> Edited for toSolrInputDocument instead of toSolrDoc...
> ----
> As I was working on SOLR-12638, I noticed RealTimgeGetComponent#toSolrDoc 
> 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#toSolrDoc method, which takes a Document as an 
> input(which may contain LazyFields) and returns a SolrInputDocument 
> representation of said SolrDocument.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@lucene.apache.org
For additional commands, e-mail: issues-h...@lucene.apache.org

Reply via email to