Sorting the response is not the problem. I need the whole data set (in this
case, all the content of the Solr index) to be delivered to the client in a
specific order.
So my question is if Solr supports sorting of requested data on the server
side, before delivering the data (in chunks) to the clie
Hello,
I'm having trouble restoring to SolR from an S3 storage.
The backup was performed on an environment. The contents of the S3 were copied
from one space to another to point to the new environment.
When running the restore, I get the following error:
"Operation restore caused
exception:":"or
On 3/14/25 17:25, Dmitri Maziuk wrote:
...
Updated document has the value on the node it was POST'ed to, but not on
the replica node.
Digging deeper, this node turns out to have a 500GB tlog on a 500GB
drive, that may have something to do with it.
(We were being scraped/DDoS'ed via the websi
On Mon, Mar 17, 2025 at 07:15:04AM +, Erik Dybdahl wrote:
> [You don't often get email from erik...@gmail.com. Learn why this is
> important at https://aka.ms/LearnAboutSenderIdentification ]
>
> Hi,
> I need to do a complete export of a Solr index in a specific order, sorted
> on a specific
Hi,
*Please find details below:*In our index, we have data of suppliers along
with their products which we display on front-end, wrt search requests.
*Example: For a supplier with id: 678, we have 2 products in our index*
*product-id(unique)*
*document1:*
{
product-id: 123
product-price: 2000r
Hi,
I need to do a complete export of a Solr index in a specific order, sorted
on a specific (non-unique) field. Is this possible?
I've tried different approaches:
Using /export request handler, I got " class java.util.LinkedHashMap cannot
be cast to class org.apache.solr.common.util.NamedList
(ja