Re: Large query size in Solr 8.3.0

2020-05-20 Thread Alexandre Rafalovitch
Does this actually work? This individual ID matching feels very fragile attempt at enforcing the sort order and maybe represents an architectural issue. Maybe you need to do some joins or graph walking instead. Or, more likely, you would benefit from over-fetching and just sorting on the ids on

Re: Large query size in Solr 8.3.0

2020-05-19 Thread Vincenzo D'Amore
Hi, I don't think query size can affect the kind of the parser chosen. I remember there is a maximum number of boolean clause (maxBooleanClauses), but this a slight different thing. If the query is too large, you can have an http error (bad request?), I don't remember, well just change the http

Large query size in Solr 8.3.0

2020-05-19 Thread vishal patel
Which query parser is used if my query length is large? My query is https://drive.google.com/file/d/1P609VQReKM0IBzljvG2PDnyJcfv1P3Dz/view Regards, Vishal Patel

Re: Performance issue in Query execution in Solr 8.3.0 and 8.5.1

2020-05-18 Thread vishal patel
Any one is looking my issue? Due to this issue I can not upgrade Solr 8.3.0. regards, Vishal Patel From: vishal patel Sent: Sunday, May 17, 2020 11:49 AM To: solr-user Subject: Re: Performance issue in Query execution in Solr 8.3.0 and 8.5.1 Solr 6.1.0 : 1881

Re: Performance issue in Query execution in Solr 8.3.0 and 8.5.1

2020-05-17 Thread vishal patel
From: vishal patel Sent: Sunday, May 17, 2020 11:04 AM To: solr-user Subject: Re: Performance issue in Query execution in Solr 8.3.0 and 8.5.1 Thanks for reply. I know Query field value is large. But same thing is working fine in Solr 6.1.0 and query executed within 300 milliseconds

Re: Performance issue in Query execution in Solr 8.3.0 and 8.5.1

2020-05-16 Thread vishal patel
Thanks for reply. I know Query field value is large. But same thing is working fine in Solr 6.1.0 and query executed within 300 milliseconds. Schema.xml and Solrconfig.xml are same. Why is it taking lots of time for execution in Solr 8.3.0? Is there any changes in Solr 8.3.0? Regards, Vishal

Re: Performance issue in Query execution in Solr 8.3.0 and 8.5.1

2020-05-16 Thread Mikhail Khludnev
> > From: Mikhail Khludnev > Sent: Saturday, May 16, 2020 2:23 PM > To: solr-user > Subject: Re: Performance issue in Query execution in Solr 8.3.0 and 8.5.1 > > Can you check Thread Dump in Solr Admin while Solr 8.3 crunches query for >

Re: Performance issue in Query execution in Solr 8.3.0 and 8.5.1

2020-05-16 Thread vishal patel
. Regards, Vishal Patel From: Mikhail Khludnev Sent: Saturday, May 16, 2020 2:23 PM To: solr-user Subject: Re: Performance issue in Query execution in Solr 8.3.0 and 8.5.1 Can you check Thread Dump in Solr Admin while Solr 8.3 crunches query for 34 seconds? Please

Re: Performance issue in Query execution in Solr 8.3.0 and 8.5.1

2020-05-16 Thread Mikhail Khludnev
m Outlook<http://aka.ms/weboutlook> > > From: vishal patel > Sent: Friday, May 15, 2020 3:06 PM > To: solr-user@lucene.apache.org > Subject: Re: Performance issue in Query execution in Solr 8.3.0 and 8.5.1 > > I have result of query debug

Re: Performance issue in Query execution in Solr 8.3.0 and 8.5.1

2020-05-16 Thread vishal patel
Any one is looking my issue? Please help me. Sent from Outlook<http://aka.ms/weboutlook> From: vishal patel Sent: Friday, May 15, 2020 3:06 PM To: solr-user@lucene.apache.org Subject: Re: Performance issue in Query execution in Solr 8.3.0 and 8.5.1

Re: Performance issue in Query execution in Solr 8.3.0 and 8.5.1

2020-05-15 Thread vishal patel
. I found score=1.0 in result of Solr 8.3.0 and score=0.016147947 in result of Solr 8.6.1. Is there any impact of score in query execution? why is score=1.0 in result of Solr 8.3.0? Regards, Vishal Patel From: vishal patel Sent: Thursday, May 14, 2020 7:39 PM

Performance issue in Query execution in Solr 8.3.0 and 8.5.1

2020-05-14 Thread vishal patel
I am upgrading Solr 6.1.0 to Solr 8.3.0 or Solr 8.5.1. I get performance issue for query execution in Solr 8.3.0 or Solr 8.5.1 when values of one field is large in query and group field is apply. My Solr URL : https://drive.google.com/file/d/1UqFE8I6M451Z1wWAu5_C1dzqYEOGjuH2/view My Solr

Re: Slow Query in Solr 8.3.0

2020-05-14 Thread vishal patel
remove the group related data(group=true=form_id=msg_creation_date desc=true) then it takes only 200 milliseconds. Is there any changes or issue of grouping in Solr 8.3.0? because same thing is working fine in Solr 6.1.0? Regards, Vishal Patel Sent from Outlook<http://aka.ms/weboutl

Re: Slow Query in Solr 8.3.0

2020-05-13 Thread ART GALLERY
ore. You should be able to fix this by upgrading to 8.4, which > has the fix included, if you are in fact using multivalued fields. > > - Houston Putman > > On Wed, May 13, 2020 at 7:02 AM vishal patel > wrote: > > > I am upgrading Solr 6.1.0 to Solr 8.3.0. > > > > I h

Re: Slow Query in Solr 8.3.0

2020-05-13 Thread Houston Putman
o take around 30 seconds or more. You should be able to fix this by upgrading to 8.4, which has the fix included, if you are in fact using multivalued fields. - Houston Putman On Wed, May 13, 2020 at 7:02 AM vishal patel wrote: > I am upgrading Solr 6.1.0 to Solr 8.3.0. > > I have created 2

Slow Query in Solr 8.3.0

2020-05-13 Thread vishal patel
I am upgrading Solr 6.1.0 to Solr 8.3.0. I have created 2 shards and one form collection in Solr 8.3.0. My schema file of form collection is same as Solr 6.1.0. Also Solr config file is same. I am executing below URL http://193.268.300.145:8983/solr/forms/select?q=(+(doctype:Apps

Re: JSP support not configured in Solr 8.3.0

2020-03-11 Thread Jörn Franke
It is better to have a dedicated frontend for Solr on a dedicated server. For security reasons, Solr becomes more and more locked up and it is also discouraged to put own web applications on it. > Am 11.03.2020 um 10:03 schrieb vishal patel : > >  > I put the JSP in

JSP support not configured in Solr 8.3.0

2020-03-11 Thread vishal patel
I put the JSP in \server\solr-webapp\webapp\test.jsp. When I hit in browser using http://172.178.170.175:7999/solr/test.jsp, I got HTTP ERROR 500 Problem accessing /solr/mem.jsp. Reason:JSP support not configured. Is any jar required in \server\lib\? OR any configuration for that? Regards,

Re: problem using Http2SolrClient with solr 8.3.0

2019-12-01 Thread Odysci
That worked. I included the dist/solrj-lib libs in my class path, and could make it work with Http2SolrClient. Thanks! Still on a related topic, is the CloudHttp2SolrClient client fully stable? (I'm using solr 7.7 and solr 8.3) Thanks On Thu, Nov 28, 2019 at 3:00 PM Shawn Heisey wrote: > On

Re: problem using Http2SolrClient with solr 8.3.0

2019-11-28 Thread Shawn Heisey
On 11/28/2019 9:30 AM, Odysci wrote: No, I did nothing specific to Jetty. Should I? The http/2 Solr client uses a different http client than the previous ones do. It uses the client from Jetty, while the previous clients use the one from Apache. Achieving http/2 with the Apache client

Re: problem using Http2SolrClient with solr 8.3.0

2019-11-28 Thread Odysci
No, I did nothing specific to Jetty. Should I? Thx On Wed, Nov 27, 2019 at 6:54 PM Houston Putman wrote: > Are you overriding the Jetty version in your application using SolrJ? > > On Wed, Nov 27, 2019 at 4:00 PM Odysci wrote: > > > Hi, > > I have a solr cloud setup using solr 8.3 and SolrJj,

Re: problem using Http2SolrClient with solr 8.3.0

2019-11-28 Thread Odysci
I'm using OpenJDK 11 On Wed, Nov 27, 2019 at 7:12 PM Jörn Franke wrote: > Which jdk version? In this Setting i would recommend JDK11. > > > Am 27.11.2019 um 22:00 schrieb Odysci : > > > > Hi, > > I have a solr cloud setup using solr 8.3 and SolrJj, which works fine > using > > the

Re: problem using Http2SolrClient with solr 8.3.0

2019-11-27 Thread Jörn Franke
Which jdk version? In this Setting i would recommend JDK11. > Am 27.11.2019 um 22:00 schrieb Odysci : > > Hi, > I have a solr cloud setup using solr 8.3 and SolrJj, which works fine using > the HttpSolrClient as well as the CloudSolrClient. I use 2 solr nodes with > 3 Zookeeper nodes. >

Re: problem using Http2SolrClient with solr 8.3.0

2019-11-27 Thread Houston Putman
Are you overriding the Jetty version in your application using SolrJ? On Wed, Nov 27, 2019 at 4:00 PM Odysci wrote: > Hi, > I have a solr cloud setup using solr 8.3 and SolrJj, which works fine using > the HttpSolrClient as well as the CloudSolrClient. I use 2 solr nodes with > 3 Zookeeper

problem using Http2SolrClient with solr 8.3.0

2019-11-27 Thread Odysci
Hi, I have a solr cloud setup using solr 8.3 and SolrJj, which works fine using the HttpSolrClient as well as the CloudSolrClient. I use 2 solr nodes with 3 Zookeeper nodes. Recently I configured my machines to handle ssl, http/2 and then I tried using in my java code the Http2SolrClient supported

Re: Solr 8.3.0

2019-11-19 Thread vishal patel
he.org Subject: Re: Solr 8.3.0 The Collections API ADDREPLICA command. Best, Erick > On Nov 18, 2019, at 12:48 AM, vishal patel > wrote: > > > I have created 2 shards of Solr 8.3.0. We have created 27 collections using > the below > http://191.162.100.148:7971/solr/admin/

Re: Solr 8.3.0

2019-11-18 Thread Erick Erickson
The Collections API ADDREPLICA command. Best, Erick > On Nov 18, 2019, at 12:48 AM, vishal patel > wrote: > > > I have created 2 shards of Solr 8.3.0. We have created 27 collections using > the below > http://191.162.100.148:7971/solr/admin/collections?_=15738

Solr 8.3.0

2019-11-17 Thread vishal patel
I have created 2 shards of Solr 8.3.0. After I have created 10 collections and also re-indexed data. Some fields are changed in one collection. I deleted a version-2 folder from zoo_data and up config that collection. Is it necessary to create all collections again? Also indexing data again

Solr 8.3.0

2019-11-17 Thread vishal patel
I have created 2 shards of Solr 8.3.0. We have created 27 collections using the below http://191.162.100.148:7971/solr/admin/collections?_=1573813004271=CREATE=false=actionscomments=1=actionscomments=2=1=compositeId=json After the re-indexing Data, I want to add a replica of each shard. How

Re: [ANNOUNCE] Apache Solr 8.3.0 released

2019-11-05 Thread Paras Lehana
in each release. > > > > On Sun, 3 Nov 2019 at 04:34, Ishan Chattopadhyaya < > ichattopadhy...@gmail.com> > > wrote: > > > > > ## 2 November 2019, Apache Solr™ 8.3.0 available > > > > > > The Lucene PMC is pleased to announce the release of

Re: [ANNOUNCE] Apache Solr 8.3.0 released

2019-11-05 Thread Cassandra Targett
un, 3 Nov 2019 at 04:34, Ishan Chattopadhyaya > wrote: > > > ## 2 November 2019, Apache Solr™ 8.3.0 available > > > > The Lucene PMC is pleased to announce the release of Apache Solr 8.3.0. > > > > Solr is the popular, blazing fast, open source NoSQL search platf

Re: [ANNOUNCE] Apache Solr 8.3.0 released

2019-11-04 Thread Paras Lehana
to latest stable Solr versions and to keep us updated all times, we will be referring the latest guides and incorporated changes in each release. On Sun, 3 Nov 2019 at 04:34, Ishan Chattopadhyaya wrote: > ## 2 November 2019, Apache Solr™ 8.3.0 available > > The Lucene PMC is pleased to

[ANNOUNCE] Apache Solr 8.3.0 released

2019-11-02 Thread Ishan Chattopadhyaya
## 2 November 2019, Apache Solr™ 8.3.0 available The Lucene PMC is pleased to announce the release of Apache Solr 8.3.0. Solr is the popular, blazing fast, open source NoSQL search platform from the Apache Lucene project. Its major features include powerful full-text search, hit highlighting