Re: Grafana Solr Support

2016-03-20 Thread Joel Bernstein
This ticket might support Solr's JDBC driver in Solr 6. https://github.com/grafana/grafana/issues/1542 Joel Bernstein http://joelsolr.blogspot.com/ On Sun, Mar 20, 2016 at 10:22 PM, Jon Drews wrote: > It would be really neat if Grafana supported Solr. They recently added > Elasticsearch suppor

Re: 答复: solr server can't started.

2016-03-20 Thread Erick Erickson
Why do you think Solr is hung? There are a bunch of reasons a Solr instance may be down, simply because it's not accepting requests or not recovering may indicate it never started correctly in the first place. I'd first suggest you look at the Solr logs on the machines in question, they may give y

答复: solr server can't started.

2016-03-20 Thread 王淇霖
Hi all, We have deployed solrcloud with CDH5.4. there are 4 solr server in this cluster. Now 2 solr server is down, and can’t start two, solr thread is hang. Please help to check out. Thanks. "Signal Dispatcher" #5 daemon prio=9 os_prio=0 tid=0x7fc9b81e3800 nid=0x7c35 runnable [0x00

Re: How fast indexing?

2016-03-20 Thread Erick Erickson
My guess is that Solr isn't doing much and DIH is taking much more time to get the data from the database than Solr is using to index it. DIH can have some tricky bits to get it to be fast. Among them are: 1> caching certain table results 2> batching the rows returned from the DB 3> ??? I'll leave

Grafana Solr Support

2016-03-20 Thread Jon Drews
It would be really neat if Grafana supported Solr. They recently added Elasticsearch support and I'd hope some of that code could be reused for Solr support. If anyone else is interested in this, please voice your support on the Feature Request here: https://github.com/grafana/grafana/issues/4422

Indexing using CSV

2016-03-20 Thread Jay Potharaju
Hi, I am trying to index some data using csv files. The data contains description column, which can include quotes, comma, LF/CR & other special characters. I have it working but run into an issue with the following error line=5,can't read line: 5 values={NO LINES AVAILABLE}. What is the best wa

Re: How fast indexing?

2016-03-20 Thread Amit Jha
Hi All, In my case I am using DIH to index the data and Query is having 2 join statements. To index 70K documents it is taking 3-4Hours. Document size would be around 10-20KB. DB is MSSQL and using solr4.2.10 in cloud mode. Rgds AJ > On 21-Mar-2016, at 05:23, Erick Erickson wrote: > > In my

Re: How fast indexing?

2016-03-20 Thread Erick Erickson
In my experience, a majority of the time the bottleneck is in the data acquisition, not the Solr indexing per-se. Take a look at the CPU utilization on Solr, if it's not running very heavy, then you need to look upstream. You haven't told us anything about _how_ you're indexing. SolrJ? DIH? Someth

Re: How fast indexing?

2016-03-20 Thread Nick Vasilyev
There can be a lot of factors, can you provide a bit of additional information to get started? - How many items are you indexing per second? - How does the indexing process look like? - How large is each item? - What hardware are you using? - How is your Solr set up? JVM memory, collection layout,

How fast indexing?

2016-03-20 Thread fabigol
hi, i have a soir project where i do the indexing since a database postgre. the indexation is very long. How i can accelerate it. I can modify autocommit in the file solrconfig.xml? someone has some ideas. I looking on google but I found little help me please -- View this message in context: h

Re: service solr status

2016-03-20 Thread Shawn Heisey
On 3/20/2016 7:20 AM, Adel Mohamed Khalifa wrote: > Why I had this failure?!!! > Jan 03 08:29:11 ubuntutestdev solr[598]: Java not found, or an error was > enc > > Jan 03 08:29:11 ubuntutestdev solr[598]: A working Java 7 or later is > requir...! > > Jan 03 08:29:11 ubuntutestdev solr[598]: Pl

Re: Shard splitting for immediate performance boost?

2016-03-20 Thread Erick Erickson
Well, I do tend to go on As Shawn mentioned memory is usually the most precious resource and splitting to more shards, assuming they're in separate JVMs and preferably on separate machines certainly will relieve some of that pressure. My only caution there is that splitting to more shards may

Re: service solr status

2016-03-20 Thread Binoy Dalal
Like it says, Java was not found. So either install Java if it isn't, or upgrade it. If the version is correct, check that JAVA_HOME variable is set to point to your Java installation. On Sun, 20 Mar 2016, 18:50 Adel Mohamed Khalifa, wrote: > Why I had this failure?!!! > > > > root@ubuntutestdev

Re: publish solr on galsshfish server

2016-03-20 Thread Shawn Heisey
On 3/20/2016 5:46 AM, Adel Mohamed Khalifa wrote: > Thanks Shawn, > > This " > Core.solrResourceBundle.getString("//http://172.16.0.1:8983/SearchCore";)" > return the solr search core (( http://server:port/core)) Generally speaking, Solr lives on the "/solr" URL context, so the most of the time

Re: Send solr to Production

2016-03-20 Thread Shawn Heisey
On 3/20/2016 5:39 AM, Adel Mohamed Khalifa wrote: > How I need to do or config for sending solr to production. This is an extremely vague question. When you say "config", this could mean the solr config, the core/collection config, the OS config, or possibly even something else. Provide a lot mo

RE: Explain style json? Without using wt=json...

2016-03-20 Thread jimi.hullegard
Forgot to add that we use Solr 4.6.0. -Original Message- From: jimi.hulleg...@svensktnaringsliv.se [mailto:jimi.hulleg...@svensktnaringsliv.se] Sent: Wednesday, March 16, 2016 9:39 PM To: solr-user@lucene.apache.org Subject: Explain style json? Without using wt=json... Hi, We are using

Re: Making managed schema unmutable correctly?

2016-03-20 Thread Alexandre Rafalovitch
Thank you very much Erick, It does look like I was staring at the Reference Guide for too long and between the files and APIs and release notes, my mind just played tricks at 1am :-) Regards, Alex. Newsletter and resources for Solr beginners and intermediates: http://www.solr-start.com/

Connection refused: no further information

2016-03-20 Thread manohar
Hi , I am getting error in windows server after starting the zookeeper server , i entered this command "solr start -cloud -p 8983 -s C:\solr\server\solr\node1\solr -z 16.254.6.88:2181" .Then i got this error Waiting up to 30 to see Solr running on port 8983 ERROR: Solr at http://localhost:89

service solr status

2016-03-20 Thread Adel Mohamed Khalifa
Why I had this failure?!!! root@ubuntutestdev:/opt# service solr status ● solr.service - LSB: Controls Apache Solr as a Service Loaded: loaded (/etc/init.d/solr) Active: failed (Result: exit-code) since Wed 2029-01-03 08:29:11 EET; 12 years 9 months left Docs: man:systemd-sysv-ge

RE: Solr debug 'explain' values differ from the Solr score

2016-03-20 Thread Rick Sullivan
I still have the problem even without using the phonetic field.  For example, the following query will result in some exact name matches having scores of 4.64, while others get 2.32. All debug info has final values of 4.64.     &q=( ( (firstName:john~)^0.5 (firstName:john) )^4) I expect all exa

Re: solr index size issue

2016-03-20 Thread Zheng Lin Edwin Yeo
Did you check if your index still contains 500 docs, or is there more? Regards, Edwin On 12 March 2016 at 22:54, Toke Eskildsen wrote: > sara hajili wrote: > > why solr index size become bigger and bigger without adding any new doc? > > Solr does not change the index unprovoked. It sounds lik

Actual (specific) RT Search?

2016-03-20 Thread John Smith
Hi, The purpose of the project is an actual RT Search, not NRT, but with a specific condition: when an updated document meets a fixed criteria, it should be filtered out from future results (no reuse of the document). This criteria is present in the search query but of course doesn't work for unco

RE: publish solr on galsshfish server

2016-03-20 Thread Adel Mohamed Khalifa
Thanks Shawn, This " Core.solrResourceBundle.getString("//http://172.16.0.1:8983/SearchCore";)" return the solr search core (( http://server:port/core)) -Original Message- From: Shawn Heisey [mailto:apa...@elyograg.org] Sent: Thursday, March 17, 2016 4:09 PM To: solr-user@lucene.apac

Send solr to Production

2016-03-20 Thread Adel Mohamed Khalifa
Hello All, How I need to do or config for sending solr to production. Regards, Adel Khalifa

Re: Boosts for relevancy (shopping products)

2016-03-20 Thread Robert Brown
It's also worth mentioning that our platform contains shopping products in every single category, and will be searched by absolutely anyone, via an API made available to various websites, some niche, some not. If those websites are category specific, ie, electrical goods, then we could boost o

Re: publish solr on galsshfish server

2016-03-20 Thread Shawn Heisey
On 3/17/2016 4:20 AM, Adel Mohamed Khalifa wrote: > And on servlet I coded :- > Try{ > SolrServer server = new > HttpSolrServer(Core.solrResourceBundle.getString("//http://172.16.0.1:8983/S > earchCore")); > ModifiableSolrParams params = new ModifiableSolrParams(); > String

Re: Making managed schema unmutable correctly?

2016-03-20 Thread Jay Potharaju
Thanks appreciate the feedback. On Wed, Mar 16, 2016 at 8:23 PM, Shawn Heisey wrote: > On 3/16/2016 7:51 PM, Jay Potharaju wrote: > > Does using schema API mean that no upconfig to zookeeper and no reloading > > of all the nodes in my solrcloud? In which scenario should I not use > schema > > A

Re: how to update billions of docs

2016-03-20 Thread Ishan Chattopadhyaya
Hi Mohsin, There's some work in progress for in-place updates to docValued fields, https://issues.apache.org/jira/browse/SOLR-5944. Can you try the latest patch there (or ping me if you need a git branch)? It would be nice to know how fast the updates go for your usecase with that patch. Please not

Re: High Cpu sys usage

2016-03-20 Thread Otis Gospodnetić
Hi, On Wed, Mar 16, 2016 at 10:59 AM, Patrick Plaatje wrote: > Hi, > > From the sar output you supplied, it looks like you might have a memory > issue on your hosts. The memory usage just before your crash seems to be > *very* close to 100%. Even the slightest increase (Solr itself, or possibly

Re: Why is multiplicative boost prefered over additive?

2016-03-20 Thread Walter Underwood
I used a popularity score based on the DVD being in people’s queues and the streaming views. The Peter Jackson films were DVD only. They were in about 100 subscriber queues. The first Twilight film was in 1.25 million queues. Now think about the query “twilight zone”. How do you make “Twilight”

RE: SolrCloud App Unit Testing

2016-03-20 Thread Davis, Daniel (NIH/NLM) [C]
MiniSolrCloudCluster is intended for building unit tests for cloud commands within Solr itself. What most people do to test applications based on Solr (and their Solr configurations) is to start solr either on their CI server or in the cloud (more likely the later), and then point their applica