Exploring SOLR - SOLR CELL Initially Worked and Stopped Working After

"Manahan, Rhoden Mark B. - US" <[email protected]>
Newsgroups gmane.comp.version-control.subversion.user,gmane.comp.search.solr.devel
Message-ID <BN2P110MB155798539E5443E6A7F5B3D3ED12A__40376.2291929283$1691590273$gmane$org@BN2P110MB1557.NAMP110.PROD.OUTLOOK.COM>
Hi,

I was exploring and trying out SOLR CELL to ingest and index binary files like PDF files. I followed the instructions and it worked initially but when I tried to redo it from scratch to add some more parameters in the HTTP POST request, it stop working. The same PDF file is not anymore being indexed it seems. Any thoughts why?

Commands that I have executed:
bin\solr start -e schemaless -Dsolr.modules=extraction
curl -X POST -H "Content-type:application/json" http://localhost:8983/solr/gettingstarted/config -d "{'add-requesthandler': {'name': '/update/extract', 'class': 'solr.extraction.ExtractingRequestHandler','defaults':{'lowernames': 'true','captureAttr':'true'}}}"
curl http://localhost:8983/solr/gettingstarted/update/extract?literal.id=doc1&commit=true -F "myfile=C:\Temp\solr-9.2.1\example\exampledocs\solr-word.pdf"
---------------------------------------------
bin\solr delete -c gettingstarted
bin\solr stop -p 8983
bin\solr start -e schemaless -Dsolr.modules=extraction
curl -X POST -H "Content-type:application/json" http://localhost:8983/solr/gettingstarted/config -d "{'add-requesthandler': {'name': '/update/extract', 'class': 'solr.extraction.ExtractingRequestHandler','defaults':{'lowernames': 'true','captureAttr':'true'}}}"
curl http://localhost:8983/solr/gettingstarted/update/extract?literal.id=doc1&uprefix=ignored_&fmap.last_modified=last_modified_dt&commit=true -F "myfile=C:\Temp\solr-9.2.1\example\exampledocs\solr-word.pdf"

Appreciate your guidance.

Regards,
Rhoden

________________________________

This electronic message contains information from CACI International Inc or subsidiary companies, which may be company sensitive, proprietary, privileged or otherwise protected from disclosure. The information is intended to be used solely by the recipient(s) named above. If you are not an intended recipient, be aware that any review, disclosure, copying, distribution or use of this transmission or its contents is prohibited. If you have received this transmission in error, please notify the sender immediately.
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.