Re: Limiting random results set with facets.

2020-05-12 Thread Srijan
72",8, > "7",1]}, > > > RESULTS I WANT: > "response":{"numFound":100,"start":0,"docs":[] > }, > "facet_counts":{ > "facet_queries":{}, > "facet_fields":{ > &quo

Re: Limiting random results set with facets.

2020-05-11 Thread Srijan
If you can tag your filter query, you can exclude it when faceting. Your results will honor the filter query and you will get the N results back, and since faceting will exclude the filter, it will still give you facet count for the base query. https://lucene.apache.org/solr/guide/8_5/faceting.htm

Re: Metadata info on Stored Fields

2020-02-17 Thread Srijan
portion of file 1 > ... > > > Then you can add metadata for each child doc. The search can be done on > child docs but if you need to group you can use the join query parser (it > has some limitations though) or grouping by parent_id. > > Cheers, > Edward > > > E

Metadata info on Stored Fields

2020-02-17 Thread Srijan
nformation associated with the stored field. Can someone tell me this is a terrible idea and I should not be pursuing. Is there something else I can try? Thanks a lot, Srijan

Re: Excluding a block join filter query during faceting

2019-12-04 Thread Srijan
e_field:("30") > > On Wed, Dec 4, 2019 at 12:38 AM Srijan wrote: > > > I was wondering if anyone has encountered this problem. > > > > I have a parent block join query to return parent documents when child > > documents are matched. > > Eg: > >

Excluding a block join filter query during faceting

2019-12-03 Thread Srijan
r query. Is there anyway I can achieve this? JSON faceting with domain filter capability will probably solve my problem but I cannot use JSON faceting at this point. Thanks a lot, Srijan Nepal

Filtering children of parent doc from the input domain

2019-06-18 Thread Srijan
ts/#faceting Thanks, Srijan