Re: Query takes more time in Solr 8.5.1 compare to 6.1.0 version

2020-06-22 Thread vishal patel
Is there any other option? Sent from Outlook From: Mikhail Khludnev Sent: Sunday, May 24, 2020 3:24 AM To: solr-user Subject: Re: Query takes more time in Solr 8.5.1 compare to 6.1.0 version Unfortunately {!terms} doesn't let one ^boost

Sorting in other collection in Solr 8.5.1

2020-06-22 Thread vishal patel
Hi I am upgrading Solr 8.5.1. I have created 2 shards and each has one replica. I have created 2 collection one is form and second is actionscomment.forms related data are stored in form collection and actions of that forms are stored in actionscomment collection. There are 10 lakh documents in

Almost nodes in Solrcloud dead suddently

2020-06-22 Thread Tran Van Hoan
dear all, I have a solr cloud 8.2.0 with 6 instance per 6 server (64G RAM), each instance has xmx = xms = 30G. Today almost nodes in the solrcloud were dead 2 times from 8:00AM (5/6 nodes were down) and 1:00PM (2/6 nodes  were down). yesterday,  One node were down. almost metrics didn't incr

Re: Index file on Windows fileshare..

2020-06-22 Thread Erick Erickson
Consider running Tika in a client and indexing the docs to Solr. At that point, you have total control over what’s indexed. Here’s a skeletal program to get you started: https://lucidworks.com/post/indexing-with-solrj/ Best, Erick > On Jun 22, 2020, at 1:21 PM, Fiz N wrote: > > Hello Solr exp

Index file on Windows fileshare..

2020-06-22 Thread Fiz N
Hello Solr experts, I am using standalone version of SOLR 8.5 on Windows machine. 1) I want to index all types of files under different directory in the file share. 2) I need to index absolute path of the files and store it solr field. I need that info so that end user can click and open the f

Simulate "this IndexReader is closed" ?

2020-06-22 Thread Richard Goodman
Hi there, I've spent time implementing the solr prometheus exporter into our Solr environment. During this, I did come across an issue where when I was getting the core level metris, I was getting exceptions. Digging into this further, I realised it's actually on the Solr side of this, in particu

solr.common.SolrException: Unable to create core

2020-06-22 Thread Chris Larsson
Trying to track down an issue I am seeing with Solr 8.5.1 running on CentOS 8.2 and Java 14.0.1 (openJDK). My test system was running fine before updating the OS packages and rebooting at which time it started throwing the following error: 2020-06-19 20:23:37.877 INFO (main) [ ] o.e.j.s.Server

Re: Vector Scoring Plugin for Solr : Dot Product and Cosine Similarity

2020-06-22 Thread Vincenzo D'Amore
Hi Edward, thank you for the detailed description, I'm going through it to understand what to do next. The "rough" survey written by Trey Grainger is really precious, I'm using this as guidance because starting from today I have a week or two to spend developing on this, this could be useful to he