Re: How to implement custom transform class

2022-10-18 Thread Mikhail Khludnev
YORDER > BYORDERACCT > BYORDERCUSTID > > > > -doc_type:trxn > > > > > > solr > > > > > > -O

RE: How to implement custom transform class

2022-10-18 Thread Teresa McMains
-- From: Mikhail Khludnev Sent: Tuesday, October 18, 2022 2:53 AM To: users@solr.apache.org Subject: Re: How to implement custom transform class Hello, Teresa. It doesn't seem to like a case for the result transformer. Note: - Huge parameters can be sent via POST (and even get) in the re

Re: How to implement custom transform class

2022-10-17 Thread Mikhail Khludnev
Hello, Teresa. It doesn't seem to like a case for the result transformer. Note: - Huge parameters can be sent via POST (and even get) in the request body/payload. Here's an example $curl --request GET --url http://localhost:8984/solr/testcore/select --header 'content-type: application/x-www-form-ur

How to implement custom transform class

2022-10-17 Thread Teresa McMains
Hi. I have a client using solr version 5.5.x. We're using solr within a third party application which calls a URL to return some documents which it will display on a web page. The URL has become ridiculously long and I would like to switch it to use a custom transformer and have read the documen