Cannot find Solr 7.4.1 release

2021-02-18 Thread Olivier Tavard
Hi, I wanted to download Solr 7.4.1, but I cannot find the 7.4.1 release into http://archive.apache.org/dist/lucene/solr/ : there are Solr 7.4 and after directly 7.5. Of course I can build from source code, but this is frustrating because I can see that in the 7_4_branch there is a fix that I need

ConfigSet API V2 issue with configSetProp.property present

2018-11-12 Thread Olivier Tavard
Hi, I have an issue for creating a configset with the V2 API using a configset property. Indeed if I enter the command : curl -X POST -H 'Content-type: application/json' -d '{ "create":{"name": "Test", "baseConfigSet": "myConfigSet","configSetProp.immutable": "false"}}' http://localhost:8983/api/

Backup collections using SolrJ

2018-05-04 Thread Olivier Tavard
3 in the response is not very easy. I cannot directly use (NamedList) CollectionAdminRequest.requestStatus("solrbackup").process(solr).getResponse().get("solrbackup") but instead I have to use an iterator into the entire Solr response and check the beginning of each String for retrieving the section that begins by solrbackup. And finally get the elements that I want. Am I correct to do this, maybe there is a simpler way to do that ? Thanks, Olivier Tavard

Solr Cell and operations on metadata extracted

2011-05-16 Thread Olivier Tavard
Hi, I have a question about Solr Cell please. I index some files. For example, if I want to extract the filename, then use a hash function on it like MD5 and then store it on Solr ; the correct way is to use Tika « manually » to extract the metadata I want, do the transformations on it and then