Solr Join between two indexes taking too long.

2015-09-08 Thread Russell Taylor
Hi, I hope somebody can help. We have two indexes, one which holds the descriptive data and the other one which holds lists of docs which are of a certain type (called universes in our world). They need to be joined together to show a list of data from indexA where a filtered indexB (by univers

RE: Solr Join between two indexes taking too long.

2015-09-09 Thread Russell Taylor
help, you know. I've given a brief intro in join algorithms, and problems in Solr at recent Berlin Buzzwords, feel free to have a look if you are interested. On Tue, Sep 8, 2015 at 3:09 PM, Russell Taylor < russell.tay...@interactivedata.com<mailto:russell.tay...@interactivedata.co

RE: Solr Join between two indexes taking too long.

2015-09-09 Thread Russell Taylor
= boost\n 1.0 = queryNorm\n", "200076770006": "\n1.0 = (MATCH) org.apache.solr.search.JoinQuery$JoinQueryWeight@635a3843 , product of:\n 1.0 = boost\n 1.0 = queryNorm\n", "200076770007": "\n1.0 = (MATCH) org.apache.solr.search.JoinQ

RE: Solr Join between two indexes taking too long.

2015-09-11 Thread Russell Taylor
e) such as Eclipse, to Solr and see where it is spending most of its time. Just some thoughts. Upayavira On Wed, Sep 9, 2015, at 04:24 PM, Russell Taylor wrote: > Hi Upayavira, > Here are a couple examples with debugQuery set. > I've mislead Mikhail as the query times are getti

RE: Solr Join between two indexes taking too long.

2015-09-11 Thread Russell Taylor
It will take a little while to set-up a 5.3 version, hopefully I'll have some results later next week. From: Mikhail Khludnev [mkhlud...@griddynamics.com] Sent: 11 September 2015 12:59 To: Russell Taylor Subject: Re: Solr Join between two indexes taking too

RE: Solr Join between two indexes taking too long.

2015-09-14 Thread Russell Taylor
Looks like I won't be able to test this out on 5.3. Thanks for all your help. Russ. -Original Message- From: Russell Taylor Sent: 11 September 2015 14:00 To: solr-user@lucene.apache.org Subject: RE: Solr Join between two indexes taking too long. It will take a little while to set

RE: Solr Join between two indexes taking too long.

2015-09-22 Thread Russell Taylor
-- From: Mikhail Khludnev [mailto:mkhlud...@griddynamics.com] Sent: 14 September 2015 15:54 To: solr-user Subject: Re: Solr Join between two indexes taking too long. Why? It's enough to just open index by Solr 5.3 instance. No need to reindex. On Mon, Sep 14, 2015 at 4:57 PM, Russell

RE: Solr Join between two indexes taking too long.

2015-09-24 Thread Russell Taylor
p 22, 2015 at 11:30 AM, Russell Taylor < russell.tay...@interactivedata.com> wrote: > Hi, > I've just set-up solr 5.3 and moved the two indexes into it. > > I've tried the join below > {!join FROM=stringValue TO=stringValue fromIndex=indexB > score=none}un

Replacing a group of documents (Delete/Insert) without a query on the index ever showing an empty list (Docs)

2015-03-26 Thread Russell Taylor
Hi, I have an index which is made up of groups of documents, each group is defined by a field called keyField (keyField:A). I need to delete all the keyField:A documents and replace them with a brand new set without the index ever returning zero documents on a query. At the moment I deleteByQuer

RE: Replacing a group of documents (Delete/Insert) without a query on the index ever showing an empty list (Docs)

2015-03-27 Thread Russell Taylor
Thanks Russ. -Original Message- From: Shawn Heisey [mailto:apa...@elyograg.org] Sent: 26 March 2015 16:06 To: solr-user@lucene.apache.org Subject: Re: Replacing a group of documents (Delete/Insert) without a query on the index ever showing an empty list (Docs) On 3/26/2015 9:53 AM

RE: Replacing a group of documents (Delete/Insert) without a query on the index ever showing an empty list (Docs)

2015-03-27 Thread Russell Taylor
documents (Delete/Insert) without a query on the index ever showing an empty list (Docs) On 3/27/2015 7:07 AM, Russell Taylor wrote: > Hi Shawn, thanks for the quick reply. > > I've looked at both methods and I think that they won't work for a number of > reasons: > > 1) >

using SolrJ with SolrCloud, searching multiple indexes.

2014-03-21 Thread Russell Taylor
Hi, just started to move my SolrJ queries over to our SolrCloud environment and I want to know how to do a query where you combine multiple indexes. Previously I had a string called shards which links all the indexes together and adds them to the query. String shards = "server:8080/solr_sear

RE: using SolrJ with SolrCloud, searching multiple indexes.

2014-03-22 Thread Russell Taylor
loudSolrServer. They are zookeeper host:port pairs optionally includes a chroot parameter at the end. Thanks; Furkan KAMACI 2014-03-21 18:11 GMT+02:00 Russell Taylor < russell.tay...@interactivedata.com>: > Hi, > just started to move my SolrJ queries over to our SolrCloud environm

Solr 4.4 with log4j and multiple indexes on tomcat 6

2013-10-15 Thread Russell Taylor
Hi, My problem is that all my indexes log to one log file but I want each index to log to their own log file. I'm using solr 4.4 and I've copied jcl-over-slf4j-1.6.6.jar, jul-to-slf4j-1.6.6.jar, log4j-1.2.16.jar, slf4j-api-1.6.6.jar and slf4j-log4j12-1.6.6.jar into my tomcats lib/ directory.

Sharding issue, found a number of Docs but SolrDocList is empty

2011-10-10 Thread Russell . Taylor
r this issue in solr-user and found two other people with the same problem but no resolution. Multiple shards on same machine find matches but return 0 results. (by Aliya Virani) Shard Query Problem (by Anshul jain) Many thanks for your time. Russell Taylor SOLR SETUP Apache

Solr 4.1 on tomcat with log4j and multiple solr webapps

2013-03-05 Thread Russell Taylor
I've changed my solr-4.1.0.war file to use log4j, now every instance of solr I have on tomcat produces logs to /logs/solr.log In "tomcat/solr_app1/WEB-INF/classes/log4j.properties" I have a variable to set the path for the log file log4j.appender.FILE.File=${solr.logs.home}/solr.log which is se

RE: Solr 4.1 on tomcat with log4j and multiple solr webapps

2013-03-06 Thread Russell Taylor
at/webapps/solr_app/WEB-INF/classes/log4j.properties) to point to a specific log file for that solr webapp. So log4j can see my the CATALINA_OPTS="-Dsolr.logs.home=/logs/" but can't see one local to that webapp. log4j.appender.FILE.File=${solr.logs.home}/logs/solr_${log.name}.log Th

CloudSolrClient (any version). Find the node your query has connected to.

2019-05-22 Thread Russell Taylor
Hi, Using CloudSolrClient, how do I find the node (I have 3 nodes for this collection on our 6 node cluster) the query has connected to. I'm hoping to get the full URL if possible. Regards Russell Taylor This message may contain confidential informatio

RE: CloudSolrClient (any version). Find the node your query has connected to.

2019-05-22 Thread Russell Taylor
thanks for your time. Regards Russell Taylor -Original Message- From: Erick Erickson [mailto:erickerick...@gmail.com] Sent: 22 May 2019 15:50 To: solr-user@lucene.apache.org Subject: Re: CloudSolrClient (any version). Find the node your query has connected to. WARNING - External

RE: CloudSolrClient (any version). Find the node your query has connected to.

2019-05-22 Thread Russell Taylor
the right direction. ${solr.autoCommit.maxTime:15000} false ${solr.autoSoftCommit.maxTime:-1} Regards Russell Taylor -Original Message- From: Erick Erickson [mailto:erickerick...@gmail.com] Sent: 22 May 2019 16:45 To: solr-user@lucene.apache.org Subject: Re: CloudSol

RE: CloudSolrClient (any version). Find the node your query has connected to.

2019-05-23 Thread Russell Taylor
Thanks Erick, Pretty stuck with the delete-by-query as it can be deleting a million docs. I'll work through what you have said and also try to find the root cause of the recovery. Regards Russell Taylor -Original Message- From: Erick Erickson [mailto:erickerick...@gmail.com]

RE: CloudSolrClient (any version). Find the node your query has connected to.

2019-05-28 Thread Russell Taylor
Pool.java:635) at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:555) at java.lang.Thread.run(Thread.java:745) Regards Russell Taylor – Developer -Original Message- From: Erick Erickson [mailto:erickerick...@gmail.com] Sent: 22 May 2019 20:17 To: solr-user@

RE: CloudSolrClient (any version). Find the node your query has connected to.

2019-05-30 Thread Russell Taylor
ion.java:540) at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:635) at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:555) at java.lang.Thread.run(Thread.java:745) Regards Russell Taylor - Developer _