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

2021-01-06 Thread dinesh naik
working as expected. We don't need to update every solrconfig.xml. The value mentioned in solr.xml is global and if maxBooleanClauses for any collection in solrconfig.xml exceeds the limit specified in solr.xml then we get the exception. Thanks for replying. On Wed, Jan 6, 2021 at 10:57 PM dinesh naik

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

2021-01-06 Thread dinesh naik
load solr.xml from zk > first, and only look on local disk if it can't be found in ZK ... look for > log messages like "solr.xml found in ZooKeeper. Loading..." vs "Loading > solr.xml from SolrHome (not found in ZooKeeper)" > > > > > -Hoss > http://www.lucidworks.com/ > -- Best Regards, Dinesh Naik

maxBooleanClauses change in solr.xml not reflecting in solr 8.4.1

2021-01-05 Thread dinesh naik
) x:col1_shard1_replica_n3 o.a.s.c.SolrConfig set 'maxBooleanClauses' in solr.xml to increase global limit Note: In 7.6.1 version we just need to change the solrconfig.xml and it works. Kindly let me know if i am missing something for making it work in 8.4.1 version. -- Best Regards, Dinesh Naik

Queries on adding headers to solrj Request

2020-04-13 Thread dinesh naik
custom headers for intra node communication? 3. Apart from 8983 node, are there any other ports Solr is using for intra node communication? 4. how to add headers to CloudSolrClient ? -- Best Regards, Dinesh Naik

Re: Solr 7.6.0: PingRequestHandler - Changing the default query (*:*)

2019-08-05 Thread dinesh naik
the Java heap. You’re allocating 31G, if you > don’t > have at _least_ 64G on these machines you’re probably swapping. > > See: > http://blog.thetaphi.de/2012/07/use-lucenes-mmapdirectory-on-64bit.html > > Best, > Erick > > > > On Aug 5, 2019, at 10:58 AM, dinesh

Re: Solr 7.6.0: PingRequestHandler - Changing the default query (*:*)

2019-08-05 Thread dinesh naik
wrote: > On 8/4/2019 10:15 PM, dinesh naik wrote: > > My question is regarding the custom query being used. Here i am querying > > for field _root_ which is available in all of my cluster and defined as a > > string field. The result for _root_:abc might not get me any matc

Re: Solr 7.6.0: PingRequestHandler - Changing the default query (*:*)

2019-08-05 Thread dinesh naik
(i.e. the script calling it), should stop > the request, and mark that node as problematic. If there are > for example memory problems every subsequent request will only enhance > the problem, and Solr cannot recover from that. > > > On 5 Aug 2019, at 06:15, dinesh naik wrote: &g

Re: Solr 7.6.0: PingRequestHandler - Changing the default query (*:*)

2019-08-04 Thread dinesh naik
> solrconfig.xml to do something else. > > > > > On Aug 2, 2019, at 9:50 AM, Jörn Franke wrote: > > > > > > Not sure if this is possible, but why not create a query handler in > Solr > > with any custom query and you use that as ping replacement ? > &

Solr 7.6.0: PingRequestHandler - Changing the default query (*:*)

2019-08-02 Thread dinesh naik
quot;:0.0}, "terms":{ "time":0.0}, "block-expensive-queries":{ "time":0.0}, "slow-query-logger":{ "time":0.0}, "debug":{ "time":0.0} snap can we use query: _root_:abc in the ping request handler ? Tried this query and its returning the results within few miliseconds and also the nodes are able to recover without any issue. we want to use _root_ field for querying as this field is available in all our clusters with below definition: Could you please let me know if using _root_ for querying in pingRequestHandler will cause any problem? /select _root_:abc -- Best Regards, Dinesh Naik

SSL in Solr 7.6.0

2019-05-03 Thread dinesh naik
in any way ? -- Best Regards, Dinesh Naik

Re: how to achieve mulitple wild card searches in solr 5.2.1

2017-01-10 Thread dinesh naik
searching on a _tokenized_ field and that > you'd get the results you expect on a string field.. > > Add =query to the URL and you'll see what the parsed query is > and that'll give you a very good idea of what's acaully happening. > > Best, > Erick > > On Tue, Jan 3, 2017 a

how to achieve mulitple wild card searches in solr 5.2.1

2017-01-03 Thread dinesh naik
for wildcard match. -- Best Regards, Dinesh Naik

Re: solr-5.2.1: All folders in solr box(Linux) are sitting in RAM

2016-09-21 Thread dinesh naik
by the > MMapDirectory's > consumption of the OS memory? See Uwe's excellent article here: > > http://blog.thetaphi.de/2012/07/use-lucenes-mmapdirectory-on-64bit.html > > Best, > Erick > > On Wed, Sep 21, 2016 at 1:45 AM, dinesh naik <dineshkumarn...@gmail.com> >

solr-5.2.1: All folders in solr box(Linux) are sitting in RAM

2016-09-21 Thread dinesh naik
size is 9GB (inside solr installation directory solrhome) .In solr admin UI the physical memory shows 32GB. It seems all the folders are sitting in RAM . Kindly suggest how can i avoid this? -- Best Regards, Dinesh Naik

Re: Different boost values for multiple parsers in Solr 5.2.1

2015-09-14 Thread dinesh naik
is becuase of bq='' being used for synonym_edismax parser? On Tue, Sep 8, 2015 at 5:49 PM, dinesh naik <dineshkumarn...@gmail.com> wrote: > Thanks Alot Upayavira. It worked as expected. > > > On Tue, Sep 8, 2015 at 2:09 PM, Upayavira <u...@odoko.co.uk> wrote

Re: Different boost values for multiple parsers in Solr 5.2.1

2015-09-08 Thread dinesh naik
Thanks Alot Upayavira. It worked as expected. On Tue, Sep 8, 2015 at 2:09 PM, Upayavira <u...@odoko.co.uk> wrote: > you can add bq= inside your {!synonym_edismax} section, if you wish and > it will apply to that query parser only. > > Upayavira > > On Mon, Sep 7, 2015,

Different boost values for multiple parsers in Solr 5.2.1

2015-09-07 Thread dinesh naik
Hi all, Is there a way to apply different boost , using bq parameter for different parser. for example if i am using a synonym parser and edismax parser in a single query, my bq param value is getting applied for both the parser making the boost value double. -- Best Regards, Dinesh Naik

Re: Different boost values for multiple parsers in Solr 5.2.1

2015-09-07 Thread dinesh naik
f: 1.0 = tf(freq=1.0), with freq of: 1.0 = termFreq=1.0 1.0 = idf(docFreq=416190, maxDocs=1738053) 1.0 = fieldNorm(doc=235500) On Mon, Sep 7, 2015 at 7:21 PM, dinesh naik <dineshkumarn...@gmail.com> wrote: Hi all, Is there a way to apply different b

Solr 5.2 index time field boost not working as expected

2015-08-07 Thread dinesh naik
in schema.xml field name=title type=string indexed=true stored=true required=true omitNorms=false / But still we do not see this document coming at the top. Is there any other setting which has to be done for index time boosting? Best Regards, Dinesh Naik -- Best Regards, Dinesh Naik

Re: Restore index API does not work in solr 5.1.0 ?

2015-07-13 Thread dinesh naik
Hi all, How can we restore index in Solr 5.1.0 ? Best Regards, Dinesh Naik On Thu, Jul 9, 2015 at 6:54 PM, dinesh naik dineshkumarn...@gmail.com wrote: Hi all, How can we restore the index in Solr 5.1.0 ? We did following: 1:- Started Solr Cloud from: bin/solr start -e

Restore index API does not work in solr 5.1.0 ?

2015-07-09 Thread dinesh naik
/gettingstarted/replication?command=restore The Restore works fine with same steps for 5.2 versions but not 5.1 Is there any other way to restore index in Solr 5.1.0? -- Best Regards, Dinesh Naik

Synonym with Proximity search in solr 5.1.0

2015-07-08 Thread dinesh naik
=nameDoc 3/field field name=textI work with Nokia inc/field /doc when i search for cell phone, I should get doc1 and doc2 returned but not doc3. The search syntax is : text: cell phone~500 How could i achieve this? Best Regards, Dinesh Naik

Re: Synonym with Proximity search in solr 5.1.0

2015-07-08 Thread dinesh naik
Hi Alessandro, I have gone through the above suggested links, but i am not able to achieve the above expected result. The issue here is , my searched text is a part of field 'text' . field name=textI like nokia mobile /field searched text: nokia mobile~500. Best Regards, Dinesh Naik On Wed

Location of config files in Zoo Keeper

2015-07-02 Thread dinesh naik
Hi all, For solr version 5.1.0, Where does Zoo keeper keep all the config files ?How do we access them ? From Admin console , Cloud--Tree--config , we are able to see them but where does Zoo Keeper store them(location)? -- Best Regards, Dinesh Naik

Re: Reading indexed data from solr 5.1.0 using admin/luke?

2015-06-30 Thread dinesh naik
Thanks Eric and Upayavira for your inputs. Is there a way i can associate this to a unique id of document, either using schema browser or TermsComponent? Best Regards, Dinesh Naik On Tue, Jun 30, 2015 at 2:55 AM, Upayavira u...@odoko.co.uk wrote: Use the schema browser on the admin UI

Re: Reading indexed data from solr 5.1.0 using admin/luke?

2015-06-30 Thread dinesh naik
Hi Erick, This is mainly for debugging purpose. If i have 20M records and few fields in some of the documents are not indexed as expected or something went wrong during indexing then how do we pin point the exact issue and fix the problem? Best Regards, Dinesh Naik On Tue, Jun 30, 2015 at 5:56

Re: Reading indexed data from solr 5.1.0 using admin/luke?

2015-06-30 Thread dinesh naik
admin/analysis can be used to see for field level analysis only. Best Regards, Dinesh Naik On Tue, Jun 30, 2015 at 7:08 PM, Erick Erickson erickerick...@gmail.com wrote: Dinesh: This is what the admin/analysis page is for. It shows you exactly what tokens are produced by what steps

Re: Reading indexed data from solr 5.1.0 using admin/luke?

2015-06-30 Thread dinesh naik
though, more for troubleshooting than trying to do anything in a production environment. I ll try looking into the Luke program if i can get this done. Thanks and Best Regards, Dinesh Naik On Tue, Jun 30, 2015 at 7:42 PM, Alessandro Benedetti benedetti.ale...@gmail.com wrote: Do you have

RE: Reading indexed data from solr 5.1.0 using admin/luke?

2015-06-30 Thread Dinesh Naik
for these 50 fields . I wanted to know if solr provides a way to see all these analyzed fields at once (for ex. By using unique id ). Best Regards, Dinesh Naik -Original Message- From: Alessandro Benedetti benedetti.ale...@gmail.com Sent: ‎30-‎06-‎2015 21:43 To: solr-user@lucene.apache.org solr

Reading indexed data from solr 5.1.0 using admin/luke?

2015-06-29 Thread dinesh naik
--/str str name=flagsITS--/str str name=valueGREEN-APPLE/str str name=internalGREEN-APPLE/str float name=boost1.0/float int name=docFreq0/int /lst -- Best Regards, Dinesh Naik

RE: Reading indexed data from solr 5.1.0 using admin/luke?

2015-06-29 Thread Dinesh Naik
/luke doesn't show the results of the compression of the stored values, there's no way I know of to do that. Best, Erick On Mon, Jun 29, 2015 at 8:20 AM, dinesh naik dineshkumarn...@gmail.com wrote: Hi all, Is there a way to read the indexed data for field on which the analysis/processing has

Dynamic boosting on a document for Solr4.10.2

2015-02-24 Thread dinesh naik
is 'Closed' we want to do negative boost say -100 . Also if age is between '20-50' we want to boost by 2000 etc. Please let us know how can we achieve this ? -- Best Regards, Dinesh Naik

Internal document format for Solr 4.10.2

2015-02-18 Thread dinesh naik
Hi, Is there a way to read the internal document once solr does the indexing ? Also is there a possibility to store this internal document in xml format ? -- Best Regards, Dinesh Naik

RE: How to achieve lemmatization for english words in Solr 4.10.2

2015-02-18 Thread Dinesh Naik
is your specific goal? -- Jack Krupansky On Wed, Feb 18, 2015 at 10:50 AM, dinesh naik dineshkumarn...@gmail.com wrote: Hi, IS there a way to achieve lemmatization in Solr? Stemming option is not meeting the requirement. -- Best Regards, Dinesh Naik

How to achieve lemmatization for english words in Solr 4.10.2

2015-02-18 Thread dinesh naik
Hi, IS there a way to achieve lemmatization in Solr? Stemming option is not meeting the requirement. -- Best Regards, Dinesh Naik

Better way of copying/backup of index in Solr 4.10.2

2015-02-17 Thread dinesh naik
What is the best way for copying/backup of index in Solr 4.10.2? -- Best Regards, Dinesh Naik

Possibility of Indexing without feeding again in Solr 4.10.2

2015-02-17 Thread dinesh naik
Hi all, How to can do re-indexing in Solr without importing the data again? Is there a way to do re-indexing only for few documents ? -- Best Regards, Dinesh Naik

American /British Dictionary for solr-4.10.2

2015-02-11 Thread dinesh naik
Hi, What are the dictionaries available for Solr 4.10.2? We are looking for a dictionary to support American/British English synonym. -- Best Regards, Dinesh Naik

American British Dictionary for Solr

2015-02-11 Thread dinesh naik
Hi , We are looking for a dictionary to support American/British English synonym. Could you please let us know what all dictionaries are available ? -- Best Regards, Dinesh Naik