YORDER
> BYORDERACCT
> BYORDERCUSTID
>
>
>
> -doc_type:trxn
>
>
>
>
>
> solr
>
>
>
>
>
> -O
--
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
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
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