tspannhw opened a new issue #12062:
URL: https://github.com/apache/pulsar/issues/12062


   **Describe the bug**
   
   the SOLR sink will create documents but they only consist of 
   
      "id":"2488c53a-261d-4c03-9a54-33393ebeeea0",
           "_version_":1711065421618085888},
   
   The rest of the JSON data is lost.    It will not add another other fields 
or indexed fields.
   
   There is no option to set what fields/format.   There is no documentation on 
showing best practices.
   
   **To Reproduce**
   Steps to reproduce the behavior:
   1. Setup solr sink
   2. Send JSON data to topic
   3. Query documents in SOLR
   
   See:
   
   https://github.com/tspannhw/FLiP-Energy
   
   **Expected behavior**
   
   Entire document or at least indexed fields should show up.   The 
PutSolrRecord method of Apache NiFi works fine.
   
   
   **Desktop (please complete the following information):**
    - OS: MacOS
   
   **Additional context**
   
   This is with 2.8.0 standalone on Mac running locally against standalone SOLR 
running in docker.
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to