Hi, I was going through online documentation to find if there is any way I can try to solve my use case while using solr for my document search. My Use case is like this ..
1. Loaded bunch of document in solr lets say 5Mil. 2. Client can search these documents with filters via standard API/SDK/POST while also pass some custom information as separate json object in the request. custom Request { // Solr specific search, extraParams:{ "firstParam": "firstValue" "secondParam":"secondValue", } } 3. Now while processing Solr node should call a Rest endpoint passing "extraParam" and some fields from resulted documents to rest external endpoint and rest result will be stored on response document to be sent in response , also if requested by client we can sort the results on this new calculated field also. 4. This should be supporting pagination also while sorting on this new calculated field. 5. It will be great if we can batch multiple documents in single post call to REST end point. If this is not available in built then other option is to write a plugin for such behavior OR Parallely fetch all filtered large data sets and do this processing at Orchestration Layer. Thanks Vipin ________________________________________________________ The information contained in this e-mail is confidential and/or proprietary to Capital One and/or its affiliates and may only be used solely in performance of work or services for Capital One. The information transmitted herewith is intended only for use by the individual or entity to which it is addressed. If the reader of this message is not the intended recipient, you are hereby notified that any review, retransmission, dissemination, distribution, copying or other use of, or taking of any action in reliance upon this information is strictly prohibited. If you have received this communication in error, please contact the sender and delete the material from your computer.