There seems to be a typo here with the "}"?
>> Yes
It is unusual with 100ms commit time, you risk that commits pile up during
rapid indexing and cause inefficiencies. I'd increase it to at least 1000ms.
>> but our requirement NRT so we keep 100 milliseconds.



Can you reproduce this in an IDLE system by simply adding ONE document?
>> yes without load on server every time it is replicable with only one
document.
What does your document look like? Number of fields, size, nested docs etc?
Does it happen every time or just once in a while?
>> Number of fields : 100[tint,long,string,date type]
>> size : single document size is 5KB and collection size we have mentioned
in above
>> There is no nested docs
>> it happens every time without load or not.
Do you have access to system metrics for the server and jvm which can tell
something about its general health and load?
>> we are monitoring using Solr metrics API and there is no more usage of
CPU and memory while one document indexing. other collection there are more
documents already indexed and collection size also more but we are not
facing issue in that.
Is there any issue due to dynamic field? because this collection we are
used more. means every documents different fields.
<dynamicField name="/*" type="text" indexed="true" stored="true"
multiValued="true"/>

Here is one document which is indexed.

<doc>
<str name="id">EMP5487098118986160</str>
<arr name="distribution_org_list">
<int>799645</int>
</arr>
<arr name="/myFields/CUSTOM_FIELDS/ORI_MSG_Custom_Fields/Instruction_Date">
<str>2017-06-26</str>
</arr>
<arr name="/myFields/CUSTOM_FIELDS/Recipient">
<str>799650#Auto Test, Automation Testing</str>
</arr>
<arr name="/myFields/System_Data_Read_Write/ORI_MSG_Fields/ORI_TITLE">
<str>TestControllerFormTitle20170625221043</str>
</arr>
<str name="status_key">2087901_20_1</str>
<long name="_version_">1767427981492355072</long>
</doc>

Reply via email to