Hi,
Is there a way to monitor the size of the index broken by individual fields
across documents? I understand there are different parts - the inverted
index and the stored fields - and an estimate would be good start.
Thanks
John
Hi, Omkar.
Could it happen that child docs as well as parents are assigned same "id"
field values implicitly and removed due to uniqueKey collision?
On Sat, Aug 4, 2018 at 10:12 PM omkar.pra...@gmail.com <
omkar.pra...@gmail.com> wrote:
> I am using similar db-data config as below for indexing t
I am using similar db-data config as below for indexing this parent-child
data. solr version 6.6.2
SELECT id as emp_id, name FROM emp;
+++
| emp_id | name |
+++
| 1 | omkar |
| 2 | ashwin |
+++
2 rows in set (0.00 sec)
select * fro