Re: Odd Boolean Query behavior in SOLR 3.6

2017-06-13 Thread abhi Abhishek
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

Odd Boolean Query behavior in SOLR 3.6

2017-06-13 Thread abhi Abhishek
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

Re: Determine if Merge is triggered in SOLR

2016-01-31 Thread abhi 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

Determine if Merge is triggered in SOLR

2016-01-26 Thread abhi Abhishek
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

Phrase search

2009-06-05 Thread Abhi
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