Re: Cannot import documents in Tutorial, exercise 3

2021-05-15 Thread Gaétan QUENTIN
hi,  i have this pb too, with 8.8.2. But why does it work well with a core X1 defined as below : solr create_core -c X1 -d sample_techproducts_configs but not with a shemaless core X2 created like this: solr create_core -c X2  ? Regards Gaétan On 2021/05/10 17:14:00, Jason Gerlowski wr

solr 8.8.2 / tesseract: launched but no document indexed

2021-05-18 Thread Gaétan QUENTIN
Hi, 2 Questions: -- While indexing a directory full of docs (pdf,odt etc ..) i see with a 'top' command that tesseract / imagick are well launched on some docs and are not on others, even if every docs contains images. More, none of the scanned documents by tesseract are index

Re: Date string field not recognized...

2021-05-24 Thread Gaétan QUENTIN
you can create a custom UpdateRequestProcessor with a number of formats to accept. That's part of how "schema less" mode works, you can explore that by checking solrconfig.xml Regards, Alex On Sat., May 15, 2021, 5:42 a.m. WORK Gaétan QUENTIN, < work.gaetan.quen..

Re: Date string field not recognized...

2021-05-24 Thread Gaétan QUENTIN
I think it is because 'Z' is missing: i thought it was an option, but finaly is mandatory.  So how to tell solr to accept date without 'Z'? Le 24/05/2021 à 22:59, Gaétan QUENTIN@Work a écrit : Thanks for your answer. It looks like quite complicated to add a custom Up

Date string field not recognized...

2021-05-15 Thread WORK Gaétan QUENTIN
Hi,  I have a problem with dateformat not recognized in ods document: Environment: -- ubuntu 20.04, lxd container openjdk version "14.0.2" 2020-07-14 solr 8.8.2 Problem: -- Indexer fails with a LibreOffice document .ods file: SimplePostTool: WARNING: Response:

tika server docker + solr docker ?

2024-09-04 Thread tech Gaétan QUENTIN
Hi,  I haven't found information about this case: is it possible to have a solr docker, without tika lib, communicating with tika server docker? Is there documentation about it?  Other question: do solr/lucene is able to take advantage of gpus (intel/amd/nvidia)? Thank you. G