Highlight snippets slightly varying in solr upgrade from 8.8.2 to 9.1.1

2024-06-22 Thread Kamal Kishore Aggarwal
Hi All, Currently, we are using solr 8.8.2 version and have implemented highlighting feature on 2 fields - KIN (title) and SNPT (description) with the *fastvector* method. Below are the highlight params: [image: image.png] While upgrading solr from 8.8.2 to 9.1.1 version, we are observing few m

Re: Highlight snippets slightly varying in solr upgrade from 8.8.2 to 9.1.1

2024-08-27 Thread Kamal Kishore Aggarwal
Hi Solr Experts, Any comment here. Regards Kamal On Sat, Jun 22, 2024 at 2:37 PM Kamal Kishore Aggarwal < kkroyal@gmail.com> wrote: > Hi All, > > Currently, we are using solr 8.8.2 version and have implemented > highlighting feature on 2 fields - KIN (title) and SNPT

Json Facet query to fetch data

2024-08-27 Thread Kamal Kishore Aggarwal
Hi, Currently, we have data in 2 collections - Product and its associated offers offer collection data format { "id": "OFF1", "p_id_ss": ["P1", "P2", "P3"..] // upto 6K product ids in certain cases "o_type_s": "50% Off Offer" // ot

Re: Json Facet query to fetch data

2024-08-29 Thread Kamal Kishore Aggarwal
Hi, any suggestions, whether it is feasible in this approach or any other approach? Thanks in advance. Regards Kamal On Tue, Aug 27, 2024 at 10:06 PM Kamal Kishore Aggarwal < kkroyal@gmail.com> wrote: > Hi, > > Currently, we have data in 2 collections - Product and

Re: Json Facet query to fetch data

2024-09-01 Thread Kamal Kishore Aggarwal
Hi, Any thoughts? On Thu, Aug 29, 2024 at 8:57 PM Kamal Kishore Aggarwal < kkroyal@gmail.com> wrote: > Hi, > > any suggestions, whether it is feasible in this approach or any other > approach? > > Thanks in advance. > > Regards > Kamal > > > On T