Aggregate Function on Date Column

2025-02-20 Thread Subhasis Patra
Hi, I am trying to pull max value of date column from a collection or innerjoin of two collections using rollup stream, but I am getting -1.7976931348623157E308(DOUBLE.MIN_VALUE). Using rollup as I can have two collections with innerjoin where facet does not work. Date column is a pdate type w

RE: Streaming of Documents with text columns (_txt)

2023-05-17 Thread Subhasis Patra
ess managed_Schema.xml and add following line and save. My question is rather changing manually how to add this by curl command for the schemaless dynamic one for all collections. I will appreciate for any help. Thanks Subhasis Patra 240-755-2601 subhasis.pa...@e2open.com<mailto:subhasis

RE: Upgrade to solr cloud 9 from solr cloud 8.10

2023-05-16 Thread Subhasis Patra
Recently I did upgrade from 8.9. Out of all those things mentioned on the Solr pages you need to specifically check solrj changes. Streaming ,if you are using docker then docker version. Thanks Subhasis Patra 240-755-2601 subhasis.pa...@e2open.com<mailto:subhasis.pa...@e2open.com>

RE: Streaming of Documents with text columns (_txt)

2023-05-15 Thread Subhasis Patra
the managed schema file. Thanks Subhasis Patra 240-755-2601 subhasis.pa...@e2open.com -Original Message- From: ufuk yılmaz Sent: Monday, May 15, 2023 6:39 AM To: users@solr.apache.org Subject: Re: Streaming of Documents with text columns (_txt) PHISH ALERT! CHECK VALIDITY IF CLICKING

RE: Streaming of Documents with text columns (_txt)

2023-05-12 Thread Subhasis Patra
I am using solr in cloud mode with schemaless mode. I don’t want to update/touch managed schema. Is there any way I can send the copy of those fields using solj ? So the text value will be copied to string value. Thanks Subhasis Patra 240-755-2601 subhasis.pa...@e2open.com -Original

Streaming of Documents with text columns (_txt)

2023-05-10 Thread Subhasis Patra
ows=\""+count+"\", sort=\"id asc\")"); This works, but it does not support memory management like /export. Limiting rows by using start parameters slows down the process. Can anyone help me how to achieve this ? Thanks Subhasis Patra 240-755-2601 subhasis.pa...@e2open.com<mailto:subhasis.pa...@e2open.com>

RE: deleteById for multiple ids with route parameter

2023-05-09 Thread Subhasis Patra
Yes Anjali, I have used UpdateRequest. deleteById (List) . I don’t face any issues. Not sure what you mean when you say route value. Id is unique. Thanks Subhasis Patra 240-755-2601 subhasis.pa...@e2open.com -Original Message- From: Anjali Maurya Sent: Sunday, May 7, 2023 11:56 PM

RE: Solr Docker deployment issue

2023-05-05 Thread Subhasis Patra
Yes, Solr 9.2.0. But I have same problem with 9.0 also. I have 18.09.6, build 481bc77156 version installed . Curious to know how that is related to the java path . Thanks Subhasis Patra 240-755-2601 subhasis.pa...@e2open.com<mailto:subhasis.pa...@e2open.com> From: Jan Høydahl Sent: Frida

Solr Docker deployment issue

2023-05-05 Thread Subhasis Patra
983:2181 environment: ZOO_MY_ID: 1 ZOO_SERVERS: server.1=0.0.0.0:2888:3888;2181 ZOO_4LW_COMMANDS_WHITELIST: mntr, conf, ruok networks: - solr volumes: - zoo1-data:/data - zoo1-datalog:/datalog networks: solr: volumes: zoo1-data: zoo1-datalog: solr1-data: solr2-data: Thanks Subhasis Patra