[
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#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.
was:
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 a SolrDocument as
an input(which may contain LazyFields) and returns a SolrInputDocument
representation of said SolrDocument.
> RealTimeGetComponent#toSolrDoc 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#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
(v7.6.3#76005)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]