Shard Split and composite id

2022-05-18 Thread Hasmik Sarkezians
ave 8 shards. If someone can shed some light here I would appreciate it. thanks, hasmik -- Hasmik Sarkezians VP, Applications M: O: E: hasmik.sarkezi...@zoominfo.com 805 Broadway Street, Suite 900 Vancouver, WA 98660 www.zoominfo.com [image: Start Learning with Zoominfo!] &

Re: [External Email] Re: Shard Split and composite id

2022-05-18 Thread Hasmik Sarkezians
sey wrote: > On 5/18/22 08:42, Hasmik Sarkezians wrote: > > Have a question about shard splitting and compositeId usage. We are > > starting a solr collection with X number of shards for our multi-tenant > > application. We are assuming that the number of shards will increase

RE: Re: [External Email] Re: Shard Split and composite id

2022-05-18 Thread Hasmik Sarkezians
Thank you for taking the time and explaining this. hasmik On 2022/05/18 16:56:29 Hasmik Sarkezians wrote: > Thanks for the reply. > > It doesn't matter to me which shard the document ends up in, just matters > how many shards the document ends up with: > > And seems like

BufferUnderFlowException

2022-07-22 Thread Hasmik Sarkezians
Does anyone know what would be the reason for BufferUnderFlowException while solr is reading? We have a profiler setup and at times we are seeing a lot of exceptions related to buffer underflow exception: [image: image.png] Any insights would be appreciated. thanks, hasmik -- Hasmik

Re: [External Email] Re: BufferUnderFlowException

2022-07-22 Thread Hasmik Sarkezians
, what could be possible explanation for this. thanks, hasmik On Fri, Jul 22, 2022 at 11:14 AM Shawn Heisey wrote: > On 7/22/22 08:16, Hasmik Sarkezians wrote: > > Does anyone know what would be the reason for BufferUnderFlowException > > while solr is reading? > > We have a

Learning to Rank

2023-08-24 Thread Hasmik Sarkezians
Hello, I would like to use LTR for re-ranking our results. As far as I understood, I cannot use the XGBoost generated model directly in Solr, I am assuming I would need to implement a custom LTR model in order to use XGBoost in solr? Just wanted to confirm my assumption. thanks, hasmik