RE: Setting up filemanager with SOLR 5.5

2016-03-24 Thread Konstantinos Mavrommatis
@oodt.apache.org Subject: Re: Setting up filemanager with SOLR 5.5 Hi Kos, The schema field definition in the file manager schema sound like they need a bit of an overhaul. Are you able to file an issue against master and submit a PR? Thanks Lewis On Thursday, March 24, 2016, Konstantinos Mavrommatis

Re: Setting up filemanager with SOLR 5.5

2016-03-24 Thread Lewis John Mcgibbney
745) > > === > > To resolve it I modified the managed-schema file > replaced the line > line with the following one > > Now the ingestion process works without problem. > Since I am very new to SO

RE: Setting up filemanager with SOLR 5.5

2016-03-24 Thread Konstantinos Mavrommatis
..@meteorite.bi] Sent: Thursday, March 24, 2016 12:37 AM To: dev@oodt.apache.org Subject: Re: Setting up filemanager with SOLR 5.5 Ooh, I see, 5.5! Sorry. not had my morning coffee yet. Yeah I tried 5.5 a while back out of curiosity rather than a use case and it certainly didn't work OOTB. Tom On Th

Re: Setting up filemanager with SOLR 5.5

2016-03-24 Thread Lewis John Mcgibbney
> ] > >> : HTTP method failed: HTTP/1.1 404 Not Found > >> Mar 24, 2016 7:12:01 AM > >> org.apache.oodt.cas.filemgr.cli.action.IngestProductCliAction execute > >> SEVERE: java.lang.Exception: > >> org.apache.oodt.cas.filemgr.structs.exceptions.Ca

Re: Setting up filemanager with SOLR 5.5

2016-03-24 Thread Tom Barber
; org.apache.oodt.cas.filemgr.structs.exceptions.CatalogException: Error >> ingesting product [org.apache.oodt.cas.filemgr.structs.Product@60a79fbb] >> : HTTP method failed: HTTP/1.1 404 Not Found >> ERROR: Failed to ingest product 'test.txt' : java.lang.Exception: >> org.apache.ood

Re: Setting up filemanager with SOLR 5.5

2016-03-24 Thread Tom Barber
s.filemgr.structs.exceptions.CatalogException: Error > ingesting product [org.apache.oodt.cas.filemgr.structs.Product@60a79fbb] > : HTTP method failed: HTTP/1.1 404 Not Found > ERROR: Failed to ingest product 'test.txt' : java.lang.Exception: > org.apache.oodt.cas.filemgr.structs.exceptions.

RE: Setting up filemanager with SOLR 5.5

2016-03-24 Thread Konstantinos Mavrommatis
[org.apache.oodt.cas.filemgr.structs.Product@60a79fbb] : HTTP method failed: HTTP/1.1 404 Not Found-Original Message- From: Lewis John Mcgibbney [mailto:lewis.mcgibb...@gmail.com] Sent: Wednesday, March 23, 2016 7:25 PM To: dev@oodt.apache.org Subject: Re: Setting up filemanager with SOLR 5.5 Hi K, Which version of OODT are you

Re: Setting up filemanager with SOLR 5.5

2016-03-23 Thread Ramirez, Paul M (398M)
Isn’t there an oodt schema that should be used in this core? You may also have point to the core endpoint that you’ve created as I believe the default solr endpoint will not ingest documents. --Paul Ramirez On 3/23/16, 7:25 PM, "Lewis John Mcgibbney"

Re: Setting up filemanager with SOLR 5.5

2016-03-23 Thread Lewis John Mcgibbney
Hi K, Which version of OODT are you using? Can you set logging to debug, restart your filemanager instance and tail the log for any more clues. If you get any more clues then post them here. Also, if you are running off of master branch then this is an excellent opportunity for us to improve the

Setting up filemanager with SOLR 5.5

2016-03-23 Thread Konstantinos Mavrommatis
Hi, I have setup oodt using RADiX. When I use the default Lucene catalog factory I manage to ingest a file with no problem: # ./filemgr-client --url http://localhost:9000 --operation --ingestProduct --productName test.txt --productStructure Flat --productTypeName GenericFile --metadataFile