Re: Select Random set of data in SOLR

2022-04-11 Thread Thomas Corthals
Hi Fiz, Does RandomSortField suit your needs? https://solr.apache.org/docs/8_11_1/solr-core/org/apache/solr/schema/RandomSortField.html Thomas Op ma 11 apr. 2022 om 09:06 schreef Fiz N : > Hi SOLR experts, > > In my current project, we have a requirement to select random set of data > of N num

Re: Select Random set of data in SOLR

2022-04-11 Thread Fiz N
Thanks much Mikhail. I will go thru the below URLS. Regards Fiz Fareedh. On Mon, Apr 11, 2022 at 1:22 PM Mikhail Khludnev wrote: > Hi, Fiz. > Here's the old clue about index time facility > > https://solr.pl/en/2013/04/02/random-documents-from-result-set-giveaway-results/ > . > Also mind about

Re: Select Random set of data in SOLR

2022-04-11 Thread Mikhail Khludnev
Hi, Fiz. Here's the old clue about index time facility https://solr.pl/en/2013/04/02/random-documents-from-result-set-giveaway-results/ . Also mind about https://solr.apache.org/guide/7_6/other-parsers.html#function-range-query-parser it allows to cut certain rane from the numeric values. Also http