not in the indexed document) as close to each
other as possible should get a higher score.
I can use a Phrase query so that proximity of search terms affect scoring
but, I do not get any result because string "computer" is not present in any
of the indexed documents.
Is there a way to achieve the above?
--
Cheers,
Abhi
Hi All,
is there a way in SOLR to determine if a merge has been triggered in
SOLR? is there a API exposed to query this?
if its not available is there a way to do the same using lucene jar files
available in the SOLR libs?
Appreciate your help.
Best Regards,
Abhishek
Hi All,
any suggestions/ ideas?
Thanks,
Abhishek
On Tue, Jan 26, 2016 at 9:16 PM, abhi Abhishek wrote:
> Hi All,
> is there a way in SOLR to determine if a merge has been triggered in
> SOLR? is there a API exposed to query this?
>
> if its not available is there a way
Hi Everyone,
I have hit a weird behavior of Boolean Query, when I am
running the query with below param’s it’s not behaving as expected. can
you please help me understand the behavior here?
q=*:*&fq=((-documentTypeId:3)+AND+companyId:29096)&version=2.2&start=0&rows=10&indent=on
In your example, try fq=((*:* -documentTypeId:3) AND companyId:29096)
>
> Erik
>
> > On Jun 13, 2017, at 3:15 AM, abhi Abhishek wrote:
> >
> > Hi Everyone,
> >
> >I have hit a weird behavior of Boolean Query, when I am
> > running the query w