Re: Solr 7.2.1 Stream API throws null pointer execption when used with collapse filter query

2019-01-03 Thread David Smiley
File a JIRA issue please On Thu, Jan 3, 2019 at 5:20 PM gopikannan wrote: > Hi, >I am getting null pointer exception when streaming search is done with > collapse filter query. When debugged the last element in FixedBitSet array > is null. Please let me know if I can ra

Solr 7.2.1 Stream API throws null pointer execption when used with collapse filter query

2019-01-03 Thread gopikannan
Hi, I am getting null pointer exception when streaming search is done with collapse filter query. When debugged the last element in FixedBitSet array is null. Please let me know if I can raise an issue. https://github.com/apache/lucene-solr/blob/master/solr/core/src/java/org/apache/solr

Re: collapse filter query

2016-01-15 Thread Joel Bernstein
> > > > > > > On Mon, Jan 11, 2016 at 2:03 PM, sara hajili < > hajili.s...@gmail.com> > > > > > wrote: > > > > > > > > > > > I am using solr 5.3.1 > > > > > > On Jan 11, 2016 10:30 PM, "Joel Bernstein" > > > wro

Re: collapse filter query

2016-01-15 Thread sara hajili
, Jan 11, 2016 at 2:03 PM, sara hajili > > > > wrote: > > > > > > > > > I am using solr 5.3.1 > > > > > On Jan 11, 2016 10:30 PM, "Joel Bernstein" > > wrote: > > > > > > > > > > > Which version of Solr

Re: collapse filter query

2016-01-11 Thread Joel Bernstein
t; > > Which version of Solr are you using? > > > > > > > > > > Joel Bernstein > > > > > http://joelsolr.blogspot.com/ > > > > > > > > > > On Mon, Jan 11, 2016 at 6:39 AM, sara hajili < > hajili.s...@gmail.com> &g

Re: collapse filter query

2016-01-11 Thread Susheel Kumar
gt; > > > > > > > Joel Bernstein > > > > http://joelsolr.blogspot.com/ > > > > > > > > On Mon, Jan 11, 2016 at 6:39 AM, sara hajili > > > > wrote: > > > > > > > > > hi all > > > > > i have a MLT qu

Re: collapse filter query

2016-01-11 Thread Joel Bernstein
ng? > > > > > > > > Joel Bernstein > > > > http://joelsolr.blogspot.com/ > > > > > > > > On Mon, Jan 11, 2016 at 6:39 AM, sara hajili > > > > wrote: > > > > > > > > > hi all > > > > > i have a M

Re: collapse filter query

2016-01-11 Thread sara hajili
t; Which version of Solr are you using? > > > > > > Joel Bernstein > > > http://joelsolr.blogspot.com/ > > > > > > On Mon, Jan 11, 2016 at 6:39 AM, sara hajili > > > wrote: > > > > > > > hi all > > > > i have a MLT

Re: collapse filter query

2016-01-11 Thread Joel Bernstein
hajili > > wrote: > > > > > hi all > > > i have a MLT query and i wanna to use collapse filter query. > > > and i wanna to use collapse expand nullPolicy. > > > in this way when i used it : > > > {!collapse field=original_post_id nullPol

Re: collapse filter query

2016-01-11 Thread sara hajili
I am using solr 5.3.1 On Jan 11, 2016 10:30 PM, "Joel Bernstein" wrote: > Which version of Solr are you using? > > Joel Bernstein > http://joelsolr.blogspot.com/ > > On Mon, Jan 11, 2016 at 6:39 AM, sara hajili > wrote: > > > hi all > > i have

Re: collapse filter query

2016-01-11 Thread Joel Bernstein
Which version of Solr are you using? Joel Bernstein http://joelsolr.blogspot.com/ On Mon, Jan 11, 2016 at 6:39 AM, sara hajili wrote: > hi all > i have a MLT query and i wanna to use collapse filter query. > and i wanna to use collapse expand nullPolicy. > in this way wh

collapse filter query

2016-01-11 Thread sara hajili
hi all i have a MLT query and i wanna to use collapse filter query. and i wanna to use collapse expand nullPolicy. in this way when i used it : {!collapse field=original_post_id nullPolicy=expand} i got my appropriate result . (in solr web UI) but in regular search handler "/select",w