Re: Solr Lazy startup - load-on-startup missing from web.xml?

2015-04-13 Thread Gili Nachum
Hi, it worked! The issue was originally on WAS 7, but has somehow regressed to WebSphere 8.5. Thanks. On Thu, Feb 19, 2015 at 10:13 PM, Chris Hostetter wrote: > : Hi! Solr is starting up "dormant" for me, until a client wake it up with > a > : REST request, or I open admin UI, only then the rema

Re: CLUSTERSTATE timeout

2015-04-13 Thread adfel70
I'm having the same issue with 4.10.3 I'm performing various task on clusterstate API and getting random timeouts throguhout the day. -- View this message in context: http://lucene.472066.n3.nabble.com/CLUSTERSTATE-timeout-tp4199367p4199501.html Sent from the Solr - User mailing list archive a

Re: Java.net.socketexception: broken pipe Solr 4.10.2

2015-04-13 Thread vsilgalis
just a couple of notes: this a 2 shard setup with 2 nodes per shard. Currently these are on VMs with 8 cores and 8GB of ram each (java max heap is ~5588mb but we usually never even get that high) backed by a NFS file store which we store the indexes on (netapp SAN with nfs exports on SAS disk).

Java.net.socketexception: broken pipe Solr 4.10.2

2015-04-13 Thread vsilgalis
We upgraded recently to Solr 4.10.2 from 4.2.1 and have been seeing errors regarding the dreaded broken pipe when doing our reindexing of all our content. Specifically: ERROR - 2015-04-13 17:09:12.310; org.apache.solr.update.StreamingSolrServers$1; error java.net.SocketException: Broken pipe

Re: CLUSTERSTATE timeout

2015-04-13 Thread Joseph Obernberger
I noticed also from the logs that this occurs every 10 minutes on each of the shards. Is there something that needs to be adjusted on zookeeper? The zookeeper log has a stream of messages like this: Established session 0x44cabd42bcb4f4f with negotiated timeout 9

deltaQuery fails with DataImportHandlerException: Unable to execute query

2015-04-13 Thread Andrew Gilbertson
When attempting to run a delta-import, I'm getting an error stating that the query can't be executed. The query works fine when executed at a psql prompt. I've included the contents of my data-config.xml (with hostname, username, and password details changed) and the error messages that I see

Circumvent Solr content=type issues

2015-04-13 Thread kslepoy
Solr 5 and Heliosearch .09 new features with json request API broke our system. We were sending content-type:"application/json" in a POST with a body that was being read by our application before handing the request off to Solr. Now, Solr seems to check the content-type and then try to do json pars

Is it possible to facet on the results of a custom solr function?

2015-04-13 Thread Motulewicz, Michael
Hi, I’m attempting to facet on the results of a custom solr function. I’ve been trying all kinds of combinations that I think would work, but keep getting errors. I’m starting to wonder if it is possible. I’m using Solr 4.0 and here is how I am calling: &facet.query={!func}myCustomSolrQuer

Re: Finding the intersection of two queries

2015-04-13 Thread Erik Hatcher
Paul, Here’s how I experimented with your example using Solr 5, using your data literally: bin/solr start bin/solr create -c sections bin/post -c sections sections.cv sections.csv id,document_id,section,content_t A-0,A,0,apples oranges bananas pears A-1,A,1,apples oranges B-0,B,0,ap

Re: Securing solr index

2015-04-13 Thread Dan Davis
Where you want true Role-Based Access Control (RBAC) on each index (core or collection), one solution is to buy Solr Enterprise from LucidWorks. My personal practice is mostly dictated by financial decisions: - Each core/index has its configuration directory in a Git repository/branch where

Finding the intersection of two queries

2015-04-13 Thread Morris, Paul E.
Dear SOLR users, I've found some facet postings and Erik's old slides Venn diagram slides but still can't figure out the query to do the following. "Find the Document_IDs where the word apples is mentioned in both fields (each has its own unique ID )" An example XML is listed below. In this

CLUSTERSTATE timeout

2015-04-13 Thread Joseph Obernberger
I'm getting the following error running a 27 shard setup (27 physical machines) on Solr Cloud 5.0.0 that are part of an Hadoop cluster. HDFS is used for the index. null:org.apache.solr.common.SolrException: CLUSTERSTATUS the collection time out:180s at org.apache.solr.handler.admin.Colle

Re: Information regarding "This conf directory is not valid" SolrException.

2015-04-13 Thread Bar Weiner
After some additional debugging, I think that this issue is caused by a possible race condition introduced to ZkController in Solr-5.0.0. My concerns are around unregister(...) function in ZkController. In the current code, all cores are traversed and if one of the cores is using configLocation, c

Securing solr index

2015-04-13 Thread Suresh Vanasekaran
Hi, We are having the solr index maintained in a central server and multiple users might be able to access the index data. May I know what are best practice for securing the solr index folder where ideally only application user should be able to access. Even an admin user should not be able to

Re: Bq Question - Solr 4.10

2015-04-13 Thread ale42
Hello Mike, You can also use solr reRanking if you are using a recent version of Solr ! -- View this message in context: http://lucene.472066.n3.nabble.com/Bq-Question-Solr-4-10-tp4199122p4199293.html Sent from the Solr - U