Re: Using Schema API breaks the Upload of Config Set file

2022-03-21 Thread Adam Constabaris
I believe that (with versions 6 and 7 at least) a configoverlay.json file is created in the configset when you edit it via the API, and there is no easy way to *remove* a single file from a configset via zkcli.sh (or possibly even with the zk commands if you do things more manually. In our case, h

[Operator] [ANNOUNCE] Apache Solr Operator v0.5.1 released

2022-03-21 Thread Houston Putman
The Apache Solr PMC is pleased to announce the release of the Apache Solr Operator v0.5.1. The Apache Solr Operator is a safe and easy way of managing a Solr ecosystem in Kubernetes. This release contains numerous bug fixes, optimizations, and improvements, some of which are highlighted below. Th

Re: Using Schema API breaks the Upload of Config Set file

2022-03-21 Thread Eric Pugh
This does sound like a bug ;-(. > On Mar 21, 2022, at 12:27 PM, Steffen Moldenhauer > wrote: > > Hi, > > Solr 8.11.1 > When I use the Schema API to change the schema in a config set the UPLOAD of > a file to this config set does not work anymore. > It seems the Schema API changes the metad

Using Schema API breaks the Upload of Config Set file

2022-03-21 Thread Steffen Moldenhauer
Hi, Solr 8.11.1 When I use the Schema API to change the schema in a config set the UPLOAD of a file to this config set does not work anymore. It seems the Schema API changes the metadata that is stored at the config set node. There is a '{trusted=false}' / '{trusted=true} or an empty "no utf8 Co

Re: Question regarding the MoreLikeThis features

2022-03-21 Thread Alessandro Benedetti
Yes, Marco, I think you are on the right track! The bug you linked is relevant, feel free to fix it and I'll be glad to help in review and commit. In case you need someone to fix it, let me know! Cheers -- Alessandro Benedetti Apache Lucene/Solr PMC member and Committer Dir

Re: No Space left on the device exception

2022-03-21 Thread Jan Høydahl
Can you do an "ls -lR" of your core folder after it as been running for some days? And perhaps do this a few days apart to show exactly which part of the file system that keeps growing. I have sometimes seen additional index snapshot. folders taking up space, since some process was runn

RE: No Space left on the device exception

2022-03-21 Thread Pravinkumar Bhagat
Hi Colvin, We do have autoCommit and autoSoftCommit enabled in our solrconfig.xml files whereas MergePolicy or DeletionPolicy is not being configured. Apart from commit point , could you please also suggest any other required configuration changes for solrconfig.xml? ${solr.ulog.dir

Re: RE : Solr Date Range filtering using datapointfield (solr 8.8.2)

2022-03-21 Thread Reej Nayagam
Hi Thomas, Thanks. I just checked the document, It should be of the format -MM-DDThh:mm:ssZ or if need to pass milliseconds -MM-DDThh:mm:ss.xxxZ So when I tried this format in Solr admin UI it works fine. I'll handle it in code. Thank you Regards Reej On Mon, Mar 21, 2022 at 7:28 PM

Re: RE : Solr Date Range filtering using datapointfield (solr 8.8.2)

2022-03-21 Thread Thomas Corthals
Hi Reej, Have you tried with 2022-03-21T15:59:999Z (with a capital Z)? Regards, Thomas Op ma 21 mrt. 2022 om 12:20 schreef Reej Nayagam : > Hi All, > > In solr 4 , we had a date field and in schema, fieldType name = date and > class ="solr.*TrieDateField*" > when moving to solr8, we changed t

RE : Solr Date Range filtering using datapointfield (solr 8.8.2)

2022-03-21 Thread Reej Nayagam
Hi All, In solr 4 , we had a date field and in schema, fieldType name = date and class ="solr.*TrieDateField*" when moving to solr8, we changed the class to solr.*DatePointField*. Now while filtering using solr4, the effective_date_dt : [* TO 2022-03-21T15:59:999z] works but in solr8 the same th

RE: Question regarding the MoreLikeThis features

2022-03-21 Thread Marco D'Ambra
Hi Tim and Alessandro, thank you very much for your helpful answers. I finally begin to understand how it works. Following the advice of Alessandro, I did some tests using the !mlt query parser. If I'm not mistaken, right now I am facing another bug. To try to explain my situation, here is a q

Re: No Space left on the device exception

2022-03-21 Thread Colvin Cowie
Hello, *> we have seen excessive logging with log files data around 20 to 30 GB... Every time when this happens we are also facing index data corrruption and needed to delete solr logs and indexes data folder * I assume you are talking about the transaction log (tlog) files rather than the applic