RealTimeGetComponent performance

2018-04-11 Thread Blackknight
Hello guys! I want to write an update processor which will use an old doc to compare some fields with a new doc. I saw that in solr code guys used RealTimeGetComponent for getting old doc by index ID. How much it will influent on solr performance? In my case I allways add docs with atomic upates an

Save the document size in to a new field

2018-02-01 Thread Blackknight
Hello guys, I want to add an option to search document by size. For example, find the top categories with the biggest documents. I thought about creating a new update processor wich will counting the bytes of all fields in the document, but I think it wont work good, because some fields are stored

Save the document size in to a new field

2018-01-31 Thread Blackknight
Hello guys, I want to add an option to search document by size. For example, find the top categories with the biggest documents. I thought about creating a new update processor wich will counting the bytes of all fields in the document, but I think it wont work good, because some fields are stored

Save the document size in to a new field

2018-01-31 Thread Blackknight
Hello guys, I want to add an option to search document by size. For example, find the top categories with the biggest documents. I thought about creating a new update processor wich will counting the bytes of all fields in the document, but I think it wont work good, because some fields are stored