Re: Need help with solr 8.11 DataImport

2023-11-27 Thread Mikhail Khludnev
Hello Vince. I think these numbers speak for themselves: "Total Requests made to DataSource": "1", > "Total Rows Fetched": "0", > "Total Documents Processed": "0", > "Total Documents Skipped": "0", Does it point to the right schema? Have you committed SQL INSERT transaction? I re

Re: Need help with solr 8.11 DataImport

2023-11-27 Thread Vince McMahon
Hi, I think it points to the right schema. In the conf/managed-schema file I added these lines The SQL INSERT are committed. select * from city returns all rows after rebooting the computer. There is a debug check box and The Raw Debug Response is: { "responseHeader": { "status": 0

Re: Need help with solr 8.11 DataImport

2023-11-27 Thread Vince McMahon
I start solr by C:\solr-8.11.2\bin\*solr start* When I extract solr the dist, lib folders they are in C:\solr-8.11.2\dist C:\solr-8.11.2\server\*lib* C:\solr-8.11.2\server\solr\configsets\*lib* Where should be the jar files be located and the correct syntax in C:\solr-8.11.2\*myNewCore*\conf\*sol

IllegalArgumentException: Comparison method violates its general contract! - LTR query exception

2023-11-27 Thread rajani m
Hi Solr Users, LTR query throwing the following exception, what could be the reasons? It is Solr 9.1.1 o.a.s.h.RequestHandlerBase org.apache.solr.common.SolrException: java.lang.IllegalArgumentException: Comparison method violates its general contract! => org.apache.solr.common.SolrException: jav

Re: Need help with solr 8.11 DataImport

2023-11-27 Thread Vince McMahon
> > I've figured it out. Thank you, Mikhail >> >>

Re: Receiving 405 error messages for alias deletion

2023-11-27 Thread Jason Gerlowski
Thanks Hakan, that also sounds like a bug. Would you be willing to file a JIRA ticket describing this issue? (I can file one in a few days if you're not able or willing, but I would/will mostly be quoting your email above) Best, Jason On Thu, Nov 23, 2023 at 6:26 AM Hakan Özler wrote: > Than

Re: IllegalArgumentException: Comparison method violates its general contract! - LTR query exception

2023-11-27 Thread Chris Hostetter
: LTR query throwing the following exception, what could be the reasons? It : is Solr 9.1.1 It means there is a really bad bug in Solr that the JVM is complaining about, and your data just happens to hit it ... but at a glance I'm not seeing any obvious problem with the code. (unless maybe th

Re: Need help with solr 8.11 DataImport

2023-11-27 Thread Mikhail Khludnev
Good Job, Vince! On Mon, Nov 27, 2023 at 7:45 PM Vince McMahon wrote: > > > > I've figured it out. Thank you, Mikhail > >> > >> > -- Sincerely yours Mikhail Khludnev