Re: Return field with astrick(*) is going to slow in Solr 8.9.0

2021-11-15 Thread Andrea Gazzarini
Hi guys, I confirm glob expressions are supported, at least since 2011. In 2012 I contributed a patch on https://issues.apache.org/jira/browse/SOLR-3191. I summarised the system behaviour in this comment: https://issues.apache.org/jira/browse/SOLR-3191?focusedCommentId=13832384&page=com.atlassian

SolrJ: Odd collection creation shard assignments

2021-11-15 Thread Michael Conrad
I am using SolrJ to create collections. SolrCloud 8.10.1, SolrJ 8.10.1. I specified this as my nodeset for the creation. private static final String SOLR_NODESET = "solr-0001:8983_solr,solr-0003:8983_solr,solr-0002:8983_solr,solr-0004:8983_solr"; But the solrcloud assignments show to be: sha

OpenNLP dictionary-based lemmatizer memory issue

2021-11-15 Thread Spyros Kapnissis
Hi all, We recently identified and fixed an issue with the OpenNLP dictionary-based lemmatizer that seems to affect all versions. It resulted in generally high memory usage and random OOM exceptions, generally high server load during both indexing and querying and overall unstable performance. It

Re: Return field with astrick(*) is going to slow in Solr 8.9.0

2021-11-15 Thread Eric Pugh
Jan, I tried it out and it does work: http://chorus.dev.o19s.com:8983/solr/#/ecommerce/query?q=*:*&q.op=OR&fl=*low http://chorus.dev.o19s.com:8983/solr/#/ecommerce/query?q=*:*&q.op=OR&fl=img* > On Nov 15, 2021, at 11:30 AM, VIshal Patel > wrote: > > Thanks, Dinesh Naik, for reply. > > Yes,

Re: Incremental backup for Standalone Solr

2021-11-15 Thread David Hastings
thats an opinion of course, RAM is cheap, 1 TB of memory and 3 of an SSD is less than a honda civic, and solr cloud has some weaknesses, I wont push one way or the other, I have used both, I just like old stuff and nginx is better than zookeeper On Mon, Nov 15, 2021 at 10:13 AM Shawn Heisey wrote

Re: Return field with astrick(*) is going to slow in Solr 8.9.0

2021-11-15 Thread VIshal Patel
Thanks, Dinesh Naik, for reply. Yes, our number of documents are same in both versions. My debug query for Solr 6.1.0 : https://drive.google.com/file/d/191RsejPRP_D7pqjKhHGHlgghG9-9sutP/view?usp=sharing Solr 8.9.0 : https://drive.google.com/file/d/18x3Ad-Xfzwfs1JrucT3Sl2LNjKD_ikDv/view?usp=sha

[VOTE] SIP-15 Node roles

2021-11-15 Thread Ishan Chattopadhyaya
Hi Devs and Users, SIP-15 for first class support of node roles has been proposed. https://cwiki.apache.org/confluence/display/SOLR/SIP-15+Node+roles The link contains a PDF file containing the discussion thread (since the Pony mail thread links broke). The discussion happened in d...@solr.apache

Re: Incremental backup for Standalone Solr

2021-11-15 Thread Shawn Heisey
On 11/15/21 7:19 AM, Dave wrote: Stand-alone solr is in my opinion better if you have your own machines. Currently solr cloud with the required zoo keeper machines just makes no sense when you can just have nginx in front of a cluster of replicated servers, If you have an index large enough

Re: Incremental backup for Standalone Solr

2021-11-15 Thread Dave
Stand-alone solr is in my opinion better if you have your own machines. Currently solr cloud with the required zoo keeper machines just makes no sense when you can just have nginx in front of a cluster of replicated servers, > On Nov 15, 2021, at 8:18 AM, Eric Pugh > wrote: > > I generally

Re: Return field with astrick(*) is going to slow in Solr 8.9.0

2021-11-15 Thread Jan Høydahl
I'm surprised that your fl=*ORI_FORMTITLE syntax works, as it is not a documented feature (https://solr.apache.org/guide/8_10/common-query-parameters.html#fl-field-list-parameter) Jan > 15. nov. 2021 kl. 06:44 skrev VIshal Patel : > > Thanks for your reply. > > Actually, there are 100 fields

Re: Incremental backup for Standalone Solr

2021-11-15 Thread Eric Pugh
I generally recommend that people look at migrating to SolrCloud in the future, as a lot of features, like the Streaming Expressions or SQL Query interface all depend on it. Standalone often makes more sense if you are highly customizing Solr, and don’t need any of the scaling features that So

Re: Incremental backup for Standalone Solr

2021-11-15 Thread Jason Gerlowski
Hey Artem, Incremental backups were written primarily with SolrCloud in mind. Many of the APIs (backup listing, backup deletion, etc.) work only in SolrCloud, and most of our automated tests around backups focus on SolrCloud setups. That said, incremental backup in SolrCloud relies on doing incre