Re: maxBooleanClauses change in solr.xml not reflecting in solr 8.4.1

2021-01-05 Thread ANNAMANENI RAVEENDRA
I experienced the same thing in solr-8.7 , it worked for me using system property. Set system property in solr.in.sh file On Tue, Jan 5, 2021 at 8:58 PM dinesh naik wrote: > Hi all, > I want to update the maxBooleanClauses to 2048 (from default value 1024). > Below are the steps tried: > 1.

Re: Regarding multi keyword search

2018-10-23 Thread ANNAMANENI RAVEENDRA
You should use mm parameter and it should be set to 100 if you use dismax or edismax On Tue, Oct 23, 2018 at 11:18 AM Gauri Dhawan wrote: > Hi! > I have been facing an issue for quite some time and haven't been able to > come to a solution as of yet. We are trying to implement search on our >

Re: count mismatch: number of records indexed

2018-05-02 Thread ANNAMANENI RAVEENDRA
Possible cases can be If you don’t have unique key then there are high chances that you will see less data Try hard commit or check your commit times (hard/soft) On Wed, May 2, 2018 at 9:30 AM Srinivas Kashyap < srini...@tradestonesoftware.com> wrote: > Hi, > > I have standalone solr index

Re: Phrase boosting on multiple fields

2017-09-06 Thread ANNAMANENI RAVEENDRA
Just pass qf=field1,field2,field3=field1,firld2,field3 Like that you can add as many field as you want On Wed, 6 Sep 2017 at 2:41 AM, ritesh kumar wrote: > I have a situation where I have to apply phrase boosting on multiple > fields. I am using Edismax as query

Re: Solr DIH using JDBC with TIKA

2017-07-04 Thread ANNAMANENI RAVEENDRA
Yes it can be local directory File:///full path On Tue, 4 Jul 2017 at 10:25 PM, d0ct0r4r6a wrote: > For the URL param in the "extract" entity, can it be a local directory? If > yes, how do you specify the path? > > > > -- > View this message in context: >

Re: Searching under multiple field

2017-06-11 Thread ANNAMANENI RAVEENDRA
Hi, Use dismay or edismax query parser Or Use copy field concept Thanks Ravi On Sun, 11 Jun 2017 at 9:32 PM, Zheng Lin Edwin Yeo wrote: > Hi, > > Currently, I'm using the following query to search for the same word under > different fields > >

Re: Managed Synonyms query

2017-06-05 Thread ANNAMANENI RAVEENDRA
Hi, Which version of solr is this on? It will give a good idea if provided field definition like tokeniser analyser used etc? This is a case of multi word synonym which I think you should use autopharing token filter Thanks Ravi On Mon, 5 Jun 2017 at 11:20 AM, Sweta Parekh

Re: setup solrcloud from scratch vie web-ui

2017-05-12 Thread ANNAMANENI RAVEENDRA
Hi , If there is a request handler configured in solrconfig.xml and update the Conf in zookeeper it should show up If already did it try reloading configuration Thanks Ravi On Fri, 12 May 2017 at 9:46 AM, Thomas Porschberg wrote: > > > This is another problem I see: