Solr mailing list

2019-08-11 Thread Margo Breäs | INDI
Unsubscribe Met vriendelijke groet / Kind regards, Margo Breäs ​Categoriespecialist ​T. +31 88 0666 000 ​E. margo.br...@indi.nl ​W. www.indi.nl

Re: java.nio.file.accessdeniedexception

2019-08-11 Thread Shawn Heisey
On 8/11/2019 8:52 AM, Rathor, Piyush wrote: We are facing following issue in data update on solr:  java.nio.file.accessdeniedexception Attachments almost never make it to the list. We cannot see the picture you sent. https://www.dropbox.com/s/6axm2g1if4cwffs/solr-user-message-view.png?dl=0

Solr De-Duplication Confusion

2019-08-11 Thread Ievgen Rezvaniuk
Hi all! I'm a bit confused with the de-duplication logic and setup of solr. In configuration options I may set: - enabled (true - default |false - to disable deduplication) - overwriteDups (" If true, the default, when a document exists that already matches this signature, it will be over

Re: Solr is very slow with term vectors

2019-08-11 Thread Walter Underwood
tf.idf was invented because cosine similarity is too much computation. tf.idf gives similar results much, much faster than cosine distance. I would expect cosine similarity to be slow. I would also expect retrieving 1 million records to be slow. Doing both of those in one minute is pretty good.

Solr join

2019-08-11 Thread Iniyan
Hi, I was trying to do join between 2 collections. For that I have followed the tutorial how to create colocating collection . Created one collection with one shard and 2 replication factors. Created another collection and added the query parameter withCollection = first collection name. Seems

Re: Solr is very slow with term vectors

2019-08-11 Thread Doug Turnbull
Hi Vignan, We need to see more details / code of what your query parser plugin does exactly with term vectors, we can't really help you without more details. Is it open source? Can you share a minimal example that recreates the problem? On Sun, Aug 11, 2019 at 1:19 PM Vignan Malyala wrote: > Hi

Solr is very slow with term vectors

2019-08-11 Thread Vignan Malyala
Hi guys, I made my custom qparser plugin in Solr for scoring. The plugin only does cosine similarity of vectors for each record. I use term vectors here. Results are fine! BUT, Solr response is very slow with term vectors. It takes around 55 seconds for each request for 100 records. How do I

Solr is very slow with term vectors

2019-08-11 Thread Vignan Malyala
Hi I made by custom qparser plugin in Solr for scoring. The plugin only does cosine similarity of vectors. for each record. Results are fine! *BUT, Solr response is very slow. It takes around 55 seconds for each request.* *How do I make it faster to get my results in ms ?* *Please respond soon as

java.nio.file.accessdeniedexception

2019-08-11 Thread Rathor, Piyush
HI Team We are facing following issue in data update on solr: java.nio.file.accessdeniedexception [cid:image003.jpg@01D55032.D808F430] Thanks & Regards Piyush This message (including any attachments) contains confidential information intended for a specific individual and purpose, a

Re: Solr restricting time-consuming/heavy processing queries

2019-08-11 Thread Jan Høydahl
What is the root use case you are trying to solve? What kind of solr install is this and do you not have control over the clients or what is the reason that users overload your servers? Normally you would scale the cluster to handle normal expected load instead of trying to give users timeout e

Re: Solr restricting time-consuming/heavy processing queries

2019-08-11 Thread Mark Robinson
Hello, Could someone share their thoughts please or point to some link that helps understand my above queries? In the Solr documentation I came across a few lines on timeAllowed and shardHandler, but if there was an example scenario for both it would help understand them more thoroughly. Also curio