Re: Getting IOException when used basic authentication on the time of indexing in Solr 8.9.0

2024-08-07 Thread Vishal Patel
org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:184)   ... 13 more From: Vishal Patel Sent: Monday, August 5, 2024 6:51 PM To: users@solr.apache.org Subject: Getting IOException when used basic authentication on the time of indexing in Solr 8.9.0

Getting IOException when used basic authentication on the time of indexing in Solr 8.9.0

2024-08-05 Thread Vishal Patel
I have install solr 8.9.0 in cloud mode. I have created 2 shards. I have enabled the Basic Authentication using security.json. not use the authorization part. security.json { "authentication":{ "blockUnknown": true, "class":"solr.BasicAuthPlugin", "credentials":{"solr":"Y6xFaUPypZOW

solr search is not working when we use `WhitespaceTokenizerFactory` and wanted to search chinese character

2024-05-16 Thread Vishal Patel
field:((第二期)) / field:((第二期)*) For example: input value : (第二期) being index but when we try to search it than not able to get result. I have tried to use solr.ShingleFilterFactory using query analyser but won't help here. Any suggestions to fix the same ? Thanks in advance ! Regards, Vishal Patel

Re: docValues true is not working for solr.TextField in Solr 8.9.0

2024-04-20 Thread Vishal Patel
question is is it necessary to do clean re-index[delete data directory] after changing the docvalues true? or can we do partially re-index? Regards, Vishal Patel ________ From: Vishal Patel Sent: Wednesday, April 17, 2024 5:41 PM To: users@solr.apache.org Subject: docVa

docValues true is not working for solr.TextField in Solr 8.9.0

2024-04-17 Thread Vishal Patel
We are using Solr 8.9.0. We have configured Solr cloud like 2 shards and each shard has one replica. We have used 7 zoo keepers for Solr cloud. Our schema field is like             We are using sorting and faceting on both fi

Solr steaming vs search query performance

2024-03-18 Thread Vishal Patel
We are using Solr 8.9.0. We have configured Solr cloud like 2 shards and each shard has one replica. We have used 5 zoo keepers for Solr cloud. We want to join with 3 collection in multi shards environment. I think solr is not supported join in multi shards environment. We are trying to use stre

Performance issue in Wildcard Query in Solr 8.9.0

2023-10-23 Thread Vishal Patel
We are using Solr 8.9.0. We have configured Solr cloud like 2 shards and each shard has one replica. We have used 5 zoo keepers for Solr cloud. We have created collection name documents and index size of one shard is 21GB. Schema fields like here We want to search data which cont

Join and Sort between 2 collections in Solr 8.9.0 cloud mode

2023-08-07 Thread Vishal Patel
We are using Solr 8.9.0. We have configured Solr cloud like 2 shards and each shard has one replica. We have used 5 zoo keepers for Solr cloud. We have created 2 collections 1) forms 2) actionscomments Schema field of forms other fields ... Schema field of actionscomments other fields

Delete field in schema in Solr 8.9.0

2023-08-07 Thread Vishal Patel
Hello We are using Solr 8.9.0. We have configured Solr cloud like 2 shards and each shard has one replica. We have used 5 zoo keepers for Solr cloud. We want to remove one schema field with their data from one collection. After removing field from schema, whole collection index is required or n

RE: Jetty version disclose when vulnerability software scan in Solr 8.9.0

2023-07-11 Thread Vishal Patel
:59 pm Ishan Chattopadhyaya, < ichattopadhy...@gmail.com> wrote: > 8080 could be the ZooKeeper admin port. Are you running ZK on that same > host? Or are you running Solr on that port? > > On Tue, 11 Jul, 2023, 12:45 pm Vishal Patel, < > vishalpatel199...@outlook.com> wrote: >

Jetty version disclose when vulnerability software scan in Solr 8.9.0

2023-07-11 Thread Vishal Patel
We have installed Solr 8.9.0 in our one server 11.11.4.6. If we hit URL http://11.11.4.6:8080 then we are getting below response HTTP ERROR 404 Not Found URI: / STATUS:404 MESSAGE: Not Found SERVLET: org.eclipse.jetty.servlet.ServletHandler$Default404Servlet-1a05

RE: Negative Query not working when use brackets in Solr 8.9.0

2023-07-10 Thread Vishal Patel
ck] <https://mailtrack.io?utm_source=gmail&utm_medium=signature&utm_campaign=signaturevirality11&;> Sender notified by Mailtrack <https://mailtrack.io?utm_source=gmail&utm_medium=signature&utm_campaign=signaturevirality11&;> 10/07/23, 10:31:38 On Mon, 10 Jul 20

Negative Query not working when use brackets in Solr 8.9.0

2023-07-10 Thread Vishal Patel
We are using Solr 8.9.0. We have configured Solr cloud like 2 shards and each shard has one replica. We have used 5 zoo keepers for Solr cloud. When we hit the query q= (-msg_content1:(ASI-STD-ITB*) OR -(status_id:1020 AND project_id:2143947)) AND recordRetentionPolicyStatus:0 in Solr admin pane

Re: Schema change without restart Solr 6.1.0

2021-11-22 Thread VIshal Patel
ClassicIndexSchemaFactory? Will it work after reload the collection? Regards, VIshal From: Shawn Heisey Sent: Monday, November 22, 2021 10:05 PM To: users@solr.apache.org Subject: Re: Schema change without restart Solr 6.1.0 On 11/22/21 2:24 AM, VIshal Patel

Schema change without restart Solr 6.1.0

2021-11-22 Thread VIshal Patel
Hi I am using Solr 6.1.0. In production environment I want to do schema change without restarting Solr. I have tried with http://1.1.1.1:7983/solr/admin/cores?action=RELOAD&core=forms but It did not work. (https://stackoverflow.com/questions/23782123/how-do-i-change-schema-xml-without-restarting

Re: Return field with astrick(*) is going to slow in Solr 8.9.0

2021-11-15 Thread VIshal Patel
th testing > performance with that version to see if it's any better. > > On Fri, 12 Nov 2021 at 10:58, VIshal Patel > wrote: > > > Hello, > > > > > > We have upgraded Solr from 6.1.0 to 8.9.0. After upgrade we are facing > > slowness

Re: Return field with astrick(*) is going to slow in Solr 8.9.0

2021-11-14 Thread VIshal Patel
hat you require instead of using *. Or change your useDocValuesAsStored setting. Jan > 12. nov. 2021 kl. 11:57 skrev VIshal Patel : > > Hello, > > > We have upgraded Solr from 6.1.0 to 8.9.0. After upgrade we are facing > slowness when returning field with *. > &

java.lang.ClassNotFoundException: solr.ICUCollationField for multi language support in Solr 8.9.0

2021-11-12 Thread VIshal Patel
jar is missing? Regards, Vishal Patel

Return field with astrick(*) is going to slow in Solr 8.9.0

2021-11-12 Thread VIshal Patel
Hello, We have upgraded Solr from 6.1.0 to 8.9.0. After upgrade we are facing slowness when returning field with *. Solr 8.9.0 [300 milliseconds] http://XX.XX.XX.XX:/solr/forms/select?q=id%3AFORM27248682964899&fl=*ORI_FORMTITLE> Solr 6.1.0 [15 milliseconds] http://XX.XX.XX.XX:/solr/fo

Slow execution for Large query in Solr 6.1.0

2021-04-08 Thread vishal patel
there any better option for fast execution when large query or more ids pass in one field? Can someone please help to isolate this issue? Regards, Vishal Patel <http://aka.ms/weboutlook>

Slow execution for Large query in Solr 6.1.0

2021-04-08 Thread vishal patel
there any better option for fast execution when large query or more ids pass in one field? Can someone please help to isolate this issue? Regards, Vishal Patel <http://aka.ms/weboutlook>

Slow execution for Large query in Solr 6.1.0

2021-04-08 Thread vishal patel
there any better option for fast execution when large query or more ids pass in one field? Can someone please help to isolate this issue? Regards, Vishal Patel <http://aka.ms/weboutlook>

Use of LB in base URL and shards parameter for search in Solr (ver: 6.1.0)

2021-03-20 Thread vishal patel
? or instead provide IP of shard be more effective? 2) What is importance of shards parameters? What should we use LB URL or direct IP of shards and replicas? Regards, Vishal Patel