Re: Delete with Solrj deleteByQuery - Boolean clauses

2019-06-19 Thread rgummadi
Hi Erick,
Still using Solr 4.6. Terms query parser does not exist in this version
right?



--
Sent from: http://lucene.472066.n3.nabble.com/Solr-User-f472068.html


Re: Delete with Solrj deleteByQuery - Boolean clauses

2019-06-18 Thread rgummadi
Thanks Erick. I will try the terms query.



--
Sent from: http://lucene.472066.n3.nabble.com/Solr-User-f472068.html


Delete with Solrj deleteByQuery - Boolean clauses

2019-06-18 Thread rgummadi
There is a situation where we have to delete a lot of assets for a customer
from solr index. There are occasions where the number of assets run into
thousands. So I am constructing  the query as below. If the number of ‘OR’
clauses cross a certain limit (like 50), the delete is not working. 

We are using the SolrJ for this (solrServer.deleteByQuery(stb.toString())).

Also the MaxBooleanClause parameter is set to 3000 in solrconfig.xml.

Why is the query failing even though the number of clauses is below 3000. Is
there a better way of doing this.

CustomerCode:BACU1 AND  ( Barcode:(06743476636 OR 06743482288 OR
06881406272 OR 06881406315 OR 06881406343 OR 06881406383 OR
06881406432 OR 06857852700 OR 06857852756 OR 06857852783 OR
06857852740 OR 06857852768 OR 06857852801 OR 06857852810 OR
06857852819 OR 06857852828 OR 06857852844 OR 06857852859 OR
06857852873 OR 06857852887 OR 06857852894 OR 06857852904 OR
06851761567 OR 06851761572 OR 06851761573 OR 06851761575 OR
06851761576 OR 06851761577 OR 06851761578 OR 06851761580 OR
06851761582 OR 06851761583 OR 06852758372 OR 06852758354 OR
06852758338 OR 06852758318 OR 06852758276 OR 06857789194 OR
06857789198 OR 06857789204 OR 06857789200 OR 06857789220 OR
06856559248 OR 06856559309 OR 06743482260 OR 06743482254 OR
06743482294 OR 06743482232 OR 06743478792 OR 06743482235 OR
06743482250 OR 06743482259 OR 06743482262 OR 06743482256 OR
06743482237 OR 06743478796 OR 06743482018 OR 06743482033 OR
06743482063 OR 06743496937 OR 06743482044 OR 06743481998 OR
06743482066 OR 06743482070 OR 06743482037 OR 06743482001 OR
06743482004 OR 06743482021 OR 06743482056 OR 06743495615 OR
06743482007 OR 06743482028 OR 06743482047 OR 06743496939 OR
06743482009 OR 06743482038 OR 06743496736 OR 06743495617 OR
06743482025 OR 06743482057 OR 06743482049 OR 06743482075 OR
06743482051 OR 06743482031 OR 06743496737 OR 06743496419 OR
06743495619 OR 06743482059 OR 06743482041 OR 06743482060 OR
06743482062 OR 06743482012 OR 06743482053 OR 06743495620 OR
06743496738 OR 06743496940 OR 06743482081 OR 06743482104 OR
06743482130 OR 06743482121 OR 06743482107 OR 06743482094 OR
06743495622 OR 06743482136 OR 06743482096 OR 06743482078 OR
06743482079 OR 06743482085 OR 06743495624 OR 06743482140 OR
06743482141 OR 06743482086 OR 06743482123 OR 06838138542 OR
06743495626 OR 06743495627 OR 06743495628 OR 06743495630 OR
06743482126 OR 06743482089 OR 06743482133 OR 06743482100 OR
06743482110 OR 06743495631 OR 06743495632 OR 06743482134 OR
06743495634 OR 06743495635 OR 06743482137 OR 06743495636 OR
06743495638 OR 06743482128 OR 06743482102 OR 06743482116 OR
06743482091 OR 06743482119 OR 06743495640 OR 06743497254 OR
06743496421 OR 06743496486 OR 06743496487 OR 06743496488 OR
06743496489 OR 06743496422 OR 06743497255 OR 06743496491 OR
06743496423 OR 06743497256 OR 06743496424 OR 06743496492 OR
06743496494 OR 06743496425))





--
Sent from: http://lucene.472066.n3.nabble.com/Solr-User-f472068.html


What is the cause of the below error?

2018-07-20 Thread rgummadi
What is the cause of the below errror. Is it a disconnect from the overseer
node to zookeeper node. We are running a cluster with Solr 4.6. 

org.apache.solr.handler.admin.CoreAdminHandler -
:org.apache.zookeeper.KeeperException$SessionExpiredException:
KeeperErrorCode = Session expired for /overseer/queue/qn-
at
org.apache.zookeeper.KeeperException.create(KeeperException.java:127)
at
org.apache.zookeeper.KeeperException.create(KeeperException.java:51)
at org.apache.zookeeper.ZooKeeper.create(ZooKeeper.java:783)
at
org.apache.solr.common.cloud.SolrZkClient$5.execute(SolrZkClient.java:240)
at
org.apache.solr.common.cloud.SolrZkClient$5.execute(SolrZkClient.java:237)
at
org.apache.solr.common.cloud.ZkCmdExecutor.retryOperation(ZkCmdExecutor.java:73)
at
org.apache.solr.common.cloud.SolrZkClient.create(SolrZkClient.java:237)
at
org.apache.solr.cloud.DistributedQueue.createData(DistributedQueue.java:284)
at
org.apache.solr.cloud.DistributedQueue.offer(DistributedQueue.java:271)
at
org.apache.solr.cloud.ZkController.publish(ZkController.java:1071)
at
org.apache.solr.cloud.ZkController.publish(ZkController.java:1019)
at
org.apache.solr.cloud.ZkController.publish(ZkController.java:1015)
at
org.apache.solr.handler.admin.CoreAdminHandler$2.run(CoreAdminHandler.java:762)




--
Sent from: http://lucene.472066.n3.nabble.com/Solr-User-f472068.html


Silk from LucidWorks

2018-07-13 Thread rgummadi
Is SiLK from LucidWorks still an acitve project. I looked at their github and
it does not seem to be active. If so are there any alternative solutions.



--
Sent from: http://lucene.472066.n3.nabble.com/Solr-User-f472068.html


Re: ant eclipse on branch_6_4

2018-04-13 Thread rgummadi
Thanks Steve. I will look into the cache.



--
Sent from: http://lucene.472066.n3.nabble.com/Solr-User-f472068.html


ant eclipse on branch_6_4

2018-04-12 Thread rgummadi
I cloned lucene-solr git and working on git branch branch_6_4. I am trying to
make this eclipse compatible.
So I "ant eclipse" from the root folder. I am getting the below error. Can
some one suggest a resolution.

[ivy:retrieve]  ::
[ivy:retrieve]  ::  UNRESOLVED DEPENDENCIES ::
[ivy:retrieve]  ::
[ivy:retrieve]  :: junit#junit;4.10: not found
[ivy:retrieve]  ::
[ivy:retrieve]
[ivy:retrieve]  ERRORS
[ivy:retrieve]  impossible to acquire lock for junit#junit;4.10
[ivy:retrieve]  impossible to acquire lock for junit#junit;4.10
[ivy:retrieve]  impossible to acquire lock for junit#junit;4.10
[ivy:retrieve]  impossible to acquire lock for junit#junit;4.10
[ivy:retrieve]  impossible to acquire lock for junit#junit;4.10
[ivy:retrieve]  impossible to acquire lock for junit#junit;4.10
[ivy:retrieve]  impossible to acquire lock for junit#junit;4.10
[ivy:retrieve]  impossible to acquire lock for junit#junit;4.10
[ivy:retrieve]  impossible to acquire lock for junit#junit;4.10
[ivy:retrieve]  impossible to acquire lock for junit#junit;4.10
[ivy:retrieve]  impossible to acquire lock for junit#junit;4.10
[ivy:retrieve]
[ivy:retrieve] :: USE VERBOSE OR DEBUG MESSAGE LEVEL FOR MORE DETAILS






--
Sent from: http://lucene.472066.n3.nabble.com/Solr-User-f472068.html


Re: Running Solr6 on Tomcat7

2017-04-21 Thread rgummadi
Thanks. I will try your steps.



--
View this message in context: 
http://lucene.472066.n3.nabble.com/Running-Solr6-on-Tomcat7-tp4330500p4331258.html
Sent from the Solr - User mailing list archive at Nabble.com.

Running Solr6 on Tomcat7

2017-04-18 Thread rgummadi
Is anyone successfull in running Solr6 on Tomcat7. If so can you give me some
pointers on how you did this? 



--
View this message in context: 
http://lucene.472066.n3.nabble.com/Running-Solr6-on-Tomcat7-tp4330500.html
Sent from the Solr - User mailing list archive at Nabble.com.