class="solr.UpdateRequestHandler" on solr 5.2.1

2016-02-21 Thread Ilan Schwarts
Hi, we had a running solr 4.3.1 with 1 core and no replication. We are migrating to solrcloud 5.2.1 with 2 shards, on each shard we have 1 leader and 1 replica, total 4, The replication is not working. I have updated solrconfig.xml and schema.xml, And when i add document i can retreive it, It is be

strange error on closing server

2016-02-21 Thread Ziqi Zhang
Hi all I am having a strange error whenever I close my index (calling server.close() The error is shown below. I am not sure where I should look - the configuration file? The code? Or index fragments? Or else? The code causing the error is very simple, just the “close()” method. Many thanks!

Solr - Field value nested boosting.

2016-02-21 Thread mihir8...@yahoo.com
Team, We wanted to do a nested boosting in solr at field value but we are not sure how to form this query. e.g We are trying to write following query. q:interviewee:(google^1.2 facebook^1.1)^10.0 OR interviewee:(yahoo)^15 We expect that data should come in following order. but "google facebook"

set 'root' contextPath in Solr 5.4.1?

2016-02-21 Thread matthew grisius
I have migrated my app that used tomee plus 1.6.0.1, Solr (war) 4.7.2, and Nutch 1.8 to Solr 5.4.1 (w/ jetty), Nutch 1.11, and Solrj on openSUSE 13.1. With Solr 5.4.1 I can happily: - add static content - add servlets (java, clojure) - import crawl data via Nutch 1.11, to a single core solr/tdfi

Re: class="solr.UpdateRequestHandler" on solr 5.2.1

2016-02-21 Thread Erick Erickson
Why are you using old-style replication with solr cloud? I suggest you turn it off and just let solr cloud do all the work. The reason (probably) that restarting catches things up is it may be doing a full replication. Mixing solr cloud with old-style replication is tricky, so please explain what

Re: class="solr.UpdateRequestHandler" on solr 5.2.1

2016-02-21 Thread Erik Hatcher
I think the issue is that the distributed update processor isn't configured. That's necessary for SolrCloud to forward docs. Erik > On Feb 21, 2016, at 15:20, Erick Erickson wrote: > > Why are you using old-style replication with solr cloud? I suggest you turn > it off and just let solr

Re: class="solr.UpdateRequestHandler" on solr 5.2.1

2016-02-21 Thread Ilan Schwarts
Hi Erick, First of all, thank you very much for answering i really appreciate it, i've being reading alot of articles (some by you) in the past 2 weeks. Its very confusing the replication process and i didnt find articles about this, The main differences in solrcloud 5. From what I thought, by stat

Re: class="solr.UpdateRequestHandler" on solr 5.2.1

2016-02-21 Thread Ilan Schwarts
my typo, I have added DistributedUpdateProcessorFactory before solr.RunUpdateProcessorFactory and not solr.RunUpdateProcessorFactory.. Then i received exception stating wrote there are 2 declared solr.DistributedUpdateProcessorFactory On Sun, Feb 21, 2016 at 11:01 PM, Ilan Schwarts wrote: > Hi E

RE: Delay in replication between cloud servers

2016-02-21 Thread Cool Techi
Hi, Can someone point in the right direction to check this. Regards,Rohit > From: cooltec...@outlook.com > To: solr-user@lucene.apache.org > Subject: RE: Delay in replication between cloud servers > Date: Tue, 16 Feb 2016 22:16:23 +0530 > > Further we have noticed that the delay increase a coupl

Re: Facet Filter

2016-02-21 Thread Anil
HI Shawn, solr Documentation says docValues=true/false works for only few fields. will that work on Text field ? Copy from the reference guide - DocValues are only available for specific field types. The types chosen determine the underlying Lucene docValue type that will be used. The available

Index writer addIndexes method not working

2016-02-21 Thread jeba earnest
My requirement is to add the index folder to the solr data directory. I am generating a lucene index by mapreduce program. And later I would like to merge the index with the solr index without bringing the solr down. I actually tried index merger tool but this tool works when the solr is down. Is

Solr Problems

2016-02-21 Thread Pavan Kumar
Hi Sir, How to pass stored procedure input parameters in solr data-config.xml. Data-config.xml Thanks in advance. Thanks & Regards, Pavan Kumar

numFound in facet results

2016-02-21 Thread Anil
HI , can we get numFound of the number of face results for a query like in main results ? Please advice. Regards, Anil