In which case you'd be happy to wait for 30s for it to complete, in
which case the func or frange function query should be fine.

Upayavira

On Fri, Oct 9, 2015, at 05:55 PM, Aman Tandon wrote:
> Thanks Mikhail the suggestion. I will try that on monday will let you
> know.
> 
> *@*Walter This was just an random requirement to find those fields which
> are not same and then reindex only those. I can full index but I was
> wondering if there might some function or something.
> 
> With Regards
> Aman Tandon
> 
> On Fri, Oct 9, 2015 at 9:05 PM, Mikhail Khludnev
> <mkhlud...@griddynamics.com
> > wrote:
> 
> > Aman,
> >
> > You can invoke Terms Component for the filed M, let it returns terms:
> > {a,c,d,f}
> > then you invoke it for field T let it return {b,c,f,e},
> > then you intersect both lists (it's quite romantic if they are kept
> > ordered), you've got {c,f}
> > and then you applies filter:
> > fq=-((+M:c +T:c) (+M:f +T:f))
> > etc
> >
> >
> > On Thu, Oct 8, 2015 at 8:29 AM, Aman Tandon <amantandon...@gmail.com>
> > wrote:
> >
> > > Hi,
> > >
> > > Is there a way in solr to remove all those documents from the search
> > > results in which two of the fields, *mapping* and  *title* is the exactly
> > > same.
> > >
> > > With Regards
> > > Aman Tandon
> > >
> >
> >
> >
> > --
> > Sincerely yours
> > Mikhail Khludnev
> > Principal Engineer,
> > Grid Dynamics
> >
> > <http://www.griddynamics.com>
> > <mkhlud...@griddynamics.com>
> >

Reply via email to