RE: Migrating from TrieLongField to LongPointField

2023-03-24 Thread Tim Clarke
Not a dissimilar issue, I'm receiving "Field type 'solr.TextField' not found" when I try curl --request POST \ --url http://localhost:8983/api/collections/minervasus/schema \ --header 'Content-Type: application/json' \ --data '{ "add-field": [ {"name": "tester", "type": "solr.LongPoint

Re: docker arguments

2023-03-24 Thread Tim Clarke
oblems. Be useful if someone finds this thread to post an answer to clear it up. Tim On Tue, 21 Mar 2023 at 14:20, Shawn Heisey wrote: > On 3/20/23 14:42, Tim Clarke wrote: > > Sorry, I'd stopped it before answering you. I get this after starting: > > > > timc@Debian

Re: docker arguments

2023-03-20 Thread Tim Clarke
#x27;d not been finding since I unexpectedly had no read rights to the folder. On Mon, 20 Mar 2023 at 20:52, dmitri maziuk wrote: > On 2023-03-20 3:33 PM, Tim Clarke wrote: > > Thanks Dima, that FM reference is the 8.x version of the 9.x one I've > been > > following :D &g

Re: docker arguments

2023-03-20 Thread Tim Clarke
0.0 8896 3220 ?Rs 20:36 0:00 ps aux timc@Debian:$ Tim On Sun, 19 Mar 2023 at 14:56, Shawn Heisey wrote: > On 3/18/23 12:21, Tim Clarke wrote: > > CONTAINER ID IMAGE COMMAND CREATED > STATUS > > PORTS NAMES

Re: docker arguments

2023-03-20 Thread Tim Clarke
at, 18 Mar 2023 at 18:37, dmitri maziuk wrote: > On 2023-03-18 12:17 PM, Tim Clarke wrote: > > Presumably that would be the CLASSPATH inside the docker image and/or > the > > libraries available within the image? I'd have to find out how to check > > that. Not really

Re: docker arguments

2023-03-18 Thread Tim Clarke
t; -e schemaless -Dsolr.modules=extraction" arguments per the solr set-up page previously cited. Tim On Sat, 18 Mar 2023 at 18:04, Shawn Heisey wrote: > On 3/18/23 07:34, Tim Clarke wrote: > > Hmmm, I may have made progress by passing the arguments at the "docker > r

Re: docker arguments

2023-03-18 Thread Tim Clarke
> On 2023-03-18 8:34 AM, Tim Clarke wrote: > > > errorMessages=[ Error loading class > > 'solr.extraction.ExtractingRequestHandler']}], \n"], > > It's not in CLASSPATH presumably. > > > https://solr.apache.org/guide/8_11/uploading-

Re: docker arguments

2023-03-18 Thread Tim Clarke
"class":"solr.extraction.ExtractingRequestHandler", "defaults":{ "lowernames":"true", "captureAttr":"true"}}, "errorMessages":[" Error loading class 'solr.extraction.E

docker arguments

2023-03-18 Thread Tim Clarke
Am new to solr and docker, but per https://solr.apache.org/guide/solr/latest/indexing-guide/indexing-with-tika.html I need to pass arguments at some point to solr: bin/solr start -e schemaless -Dsolr.modules=extraction do I try to do that at "docker run" or "docker start" or once the cont