You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you are talking about batching multiple documents, then yes. In fact, this is done by default. Please take a look at the documentation.
<queueclass="com.norconex.committer.core3.batch.queue.impl.FSQueue">
<batchSize>
(Optional number of documents queued after which we process a batch.
Default is 20.)
</batchSize>
...
I believe what I am looking for is not this method.
Here are the details.
For instance, I mean after retrieving the body of the HTML, and if the content of the body is so large that I want to divide it into several smaller chunks and submit them to the Azure Cognitive Search Index as separate records.
Is there a method to chunk the acquired content when committing it to Azure Search? If so, I would like to learn about it.
The text was updated successfully, but these errors were encountered: