Possible to dump clusterstate, system stats into solr log?

2015-02-11 Thread Jim . Musil
Hi, Is it possible to periodically dump the cluster state contents (or system diagnostics) into the main solr log file? We have many security protocols in place that prevents us from running diagnostic requests directly to the solr boxes, but we do have access to the shipped logs. Thanks!

Re: Analytics Component not working Solr-5.0

2015-02-11 Thread Shawn Heisey
On 2/11/2015 6:20 AM, sumitj25 wrote: I have compiled analytics component using 'ant clean dist' in contrib/analytics/, which puts the jar in dist/solr-analytics-5.0.0-SNAPSHOT.jar. I have also copied this jar to server/solr-we solr.log

How to make SolrCloud more elastic

2015-02-11 Thread Matt Kuiper
I am starting a new project and one of the requirements is that Solr must scale to handle increasing load (both search performance and index size). My understanding is that one way to address search performance is by adding more replicas. I am more concerned about handling a growing index

creating a new collection fails as SearchHandler can't be found

2015-02-11 Thread Lee Carroll
Hi all Creating a new collection fails with class not found: org.apache.solr.handler.component.SearchHandler Running under tomcat 7.0.59 with solr 4.10.3. Solr app looks to be deployed ok and the web app looks fine when browsing. An external zookeeper set up looks fine and the configs are loaded

Re: How to make SolrCloud more elastic

2015-02-11 Thread Alexandre Rafalovitch
Did you have a look at the presentations from the recent SolrRevolution? E.g. https://www.youtube.com/watch?v=nxRROble76Alist=PLU6n9Voqu_1FM8nmVwiWWDRtsEjlPqhgP Regards, Alex. Sign up for my Solr resources newsletter at http://www.solr-start.com/ On 11 February 2015 at 15:32, Matt

Re: creating a new collection fails as SearchHandler can't be found

2015-02-11 Thread Chris Hostetter
: The collection fails to be created (shard_replica dir and data and index : across the servers get created but collection creation fails) : : The full log is appended below. I thought it should be a straight forward : class not found problem but I just can't seem to fix this (few hours now). :

Re: Solr 4.10.x on Oracle Java 1.8.x ?

2015-02-11 Thread William Bell
We have several issues with Java 8. They are mostly with using DIH handler, since we use the script Nashorn, and it was originally Rhino. When using Regex, we needed to escape \\| in Rhino and in Nashorn we need to use only 1 escape \|. Several other issues since methods on Java String appear to

Re: Solr 4.10.x on Oracle Java 1.8.x ?

2015-02-11 Thread Otis Gospodnetic
Bok Jakov, We've been running Solr with Java 8 for several months without issues. Otis -- Monitoring * Alerting * Anomaly Detection * Centralized Log Management Solr Elasticsearch Support * http://sematext.com/ On Tue, Feb 10, 2015 at 3:03 PM, Jakov Sosic jso...@gmail.com wrote: Hi guys,

Re: Multi words query

2015-02-11 Thread Otis Gospodnetic
Hi, Can you share details about how exactly you are querying Solr? Otis -- Monitoring * Alerting * Anomaly Detection * Centralized Log Management Solr Elasticsearch Support * http://sematext.com/ On Wed, Feb 11, 2015 at 5:21 AM, melb melaggo...@gmail.com wrote: Hi, I have a solr collection

Re: How to make SolrCloud more elastic

2015-02-11 Thread Toke Eskildsen
On Wed, 2015-02-11 at 21:32 +0100, Matt Kuiper wrote: I am starting a new project and one of the requirements is that Solr must scale to handle increasing load (both search performance and index size). [...] Before I got too deep, I wondered if anyone has any tips or warnings on these

Updating solr search suggest file using rest managed resources

2015-02-11 Thread Zheng Yang
Hi List, For file based search suggest ( https://cwiki.apache.org/confluence/display/solr/Suggester), a file needs to be provided. And I found managed resources ( https://cwiki.apache.org/confluence/display/solr/Managed+Resources) can let user feed in data using rest services. My question is:

Multi words query

2015-02-11 Thread melb
Hi, I have a solr collection which I use to index some documents ( title, description, body) and I can search it well with solr query when it is a single word query When I search for multi words, the result is not satisfactory because I get some results with high scores with only one word of the

RE: Exception while loading 2 Billion + Documents in Solr 4.8.0

2015-02-11 Thread Toke Eskildsen
Erick Erickson [erickerick...@gmail.com] wrote: I guess my $0.02 is that you'd have to have strong evidence that extending Lucene to 64 bit is even useful. Or more generally, useful enough to pay the penalty. All the structures that allocate maxDoc id arrays would suddenly require twice the

bulk indexing with optimistick lock

2015-02-11 Thread Sankalp Gupta
Hi All, My server side we are trying to add multiple documents in a list and then ask solr to add them in solr (using solrj client) and then after its finished calling the commit. Now we also want to control concurrency and for that we wanted to use solr's optimistic lock/versioning feature. That

mark boosted results in response

2015-02-11 Thread hossein
Hello, I am doing a lot of query time boosting. How could I mark the results that are boosted. E.g. let's say I have 20 search results and 5 of them are boosted and are on the top of the list. How can I find out this 5 number or is there a flag in Solr response for boosted results? regards

Analytics Component not working Solr-5.0

2015-02-11 Thread sumitj25
I have checked out solr git repo, and built 5.0. I am trying to use the Analytics Component, but not getting anything in the response q=*%3A*wt=jsonindent=trueolap=trueo.req1.s.stat1=sum(int(sales)) Why is it not working? Is any additional configuration required? -- View this message in

Re: Exception while loading 2 Billion + Documents in Solr 4.8.0

2015-02-11 Thread Erick Erickson
bq: Are there any such structures? Well, I thought there were, but I've got to admit I can't call any to mind immediately. bq: 2b is just the hard limit Yeah, I'm always a little nervous as to when Moore's Law will make everything I know about current systems' performance obsolete. At any

Re: Analytics Component not working Solr-5.0

2015-02-11 Thread Erick Erickson
What do you get as a response? The analytics component was moved to a contrib in 5.x so you have to path to it, but your Solr logs should be showing you that. Best, Erick On Wed, Feb 11, 2015 at 7:24 AM, sumitj25 sumitjai...@gmail.com wrote: I have checked out solr git repo, and built 5.0. I am

Re: Exception while loading 2 Billion + Documents in Solr 4.8.0

2015-02-11 Thread Jack Krupansky
Over the past few years, it is only on the Solr user mailing list that I have read requests for greater than 2B documents in a single index - nobody has requested this on the Lucene user list. The point is that this is primarily a Lucene issue that just happens to get passed through to Solr users,

Re: Analytics Component not working Solr-5.0

2015-02-11 Thread sumitj25
I get normal docs response without any olap part { responseHeader:{ status:0, QTime:1, params:{ o.req1.s.stat1:sum(int(salesCompleted)), indent:true, q:*:*, olap:true, wt:json}}, response:{numFound:57,start:0,docs:[ {

Re: Analytics Component not working Solr-5.0

2015-02-11 Thread sumitj25
I have put the jar in contrib/extraction/lib/ and now I can see it is getting loaded INFO - 2015-02-11 13:36:35.484; org.apache.solr.core.SolrResourceLoader; Adding 'file:/home/sumit/workspaces/github/lucene-solr/solr/contrib/extraction/lib/solr-analytics-5.0.0-SNAPSHOT.jar' to classloader But,

American /British Dictionary for solr-4.10.2

2015-02-11 Thread dinesh naik
Hi, What are the dictionaries available for Solr 4.10.2? We are looking for a dictionary to support American/British English synonym. -- Best Regards, Dinesh Naik

American British Dictionary for Solr

2015-02-11 Thread dinesh naik
Hi , We are looking for a dictionary to support American/British English synonym. Could you please let us know what all dictionaries are available ? -- Best Regards, Dinesh Naik

Re: How to make SolrCloud more elastic

2015-02-11 Thread Otis Gospodnetic
Hi Matt, You could create extra shards up front, but if your queries are fanned out to all of them, you can run into situations where there are too many concurrent queries per node causing lots of content switching and ultimately being less efficient than if you had fewer shards. So while this