Re: question on filesize limits for json

2022-03-04 Thread Eric Pugh
I’d love to see some documentation improvements, please tag me for review. There is this document, but I don’t love it: https://cwiki.apache.org/confluence/display/SOLR/HowToContribute So…. Let me try to describe how you would contribute a documentation fix! 1) Go ahead and fork the GitHub.com/

Re: question on filesize limits for json

2022-03-04 Thread Dan Armbrust
On 3/4/22 1:33 PM, 6harat wrote: Hi, I am not able to hit any limit in terms of uploading a 100MB file and was able to search the relevant fields inside the doc too. I hope: 1. The json file that you are trying to upload has a root level key named "docs" 2. You are not trying to fetch the ent

Re: question on filesize limits for json

2022-03-04 Thread 6harat
Hi, I am not able to hit any limit in terms of uploading a 100MB file and was able to search the relevant fields inside the doc too. [image: image.png] I hope: 1. The json file that you are trying to upload has a root level key named "docs" 2. You are not trying to fetch the entire document when u

question on filesize limits for json

2022-03-03 Thread Dan Armbrust
Hi, I'm experimenting with Solr and indexing schemaless JSON content. I'm using the latest docker image of Solr, and just testing various things. The indexing and querying works as I would expect for documents of reasonable size. However, if I ask it to index a document that is ~100MB, I'm un