need help in understating solr cloud stats data

2014-02-02 Thread adfel70
I'm sending all solr stats data to graphite. I have some questions: 1. query_handler/select requestTime - if i'm looking at some metric, lets say 75thPcRequestTime - I see that each core in a single collection has different values. Is each value of each core is the time that specific core spent on

Re: solr joins

2014-02-02 Thread anand chandak
Re-posting, just in case if this one fell through crack. Thanks, Anand On 2/1/2014 12:48 PM, anand chandak wrote: Folks, have a basic question regarding solr join, the wiki, states : - "Fields or other properties of the documents being joined "from" are

Grouping Results

2014-02-02 Thread kumar
Hi, After grouping the results can i able to restrict them in the following way. Ex : I have 5 different id's and grouped by id. After grouping the results i need to show results in the following way. i.e Total i am showing 16 results...First 8 results from 4th id and after remaining results

Re: Import data from mysql to sold

2014-02-02 Thread Gora Mohanty
On 3 February 2014 10:14, rachun wrote: > Dear all gurus, > > I would like to import my data (mysql) about 4 Million rows into solar 4.6. > What is the best way to do it? Try using the Solr DataImportHandler: http://wiki.apache.org/solr/DataImportHandler Searching Google for "solr mysql" also t

Re: Clone (or Restore) Solrcloud

2014-02-02 Thread David Smiley (@MITRE.org)
I think I figured this out; I hope people find this useful.. It may not be possible to declare what the hash ranges are when you create the collection, but you *can* do so when you split via the 'ranges' parameter, which is a comma-delimited list. So this means you can create a new collection wi

Import data from mysql to sold

2014-02-02 Thread rachun
Dear all gurus, I would like to import my data (mysql) about 4 Million rows into solar 4.6. What is the best way to do it? Please suggest me. Million thanks, Chun. -- View this message in context: http://lucene.472066.n3.nabble.com/Import-data-from-mysql-to-sold-tp4114982.html Sent from t

Re: Cross referencing of solr documents

2014-02-02 Thread neerajp
Hi Jack, As you are Solr expert so I am expecting suggestion on this post by you. Actually, the best approach would be using "ExtarctingUpdateProcessor" for the kind of problem I have but unfortunately the same is not released yet and even not started yet. If you have something on top of your mind

Re: Removing last replica from a SolrCloud collection

2014-02-02 Thread David Smiley (@MITRE.org)
Thanks; that is *exactly* the behavior I'm talking about. I tried to find an existing issue before posting but missed this one somehow. Ramkumar R. Aiyengar wrote > There's already an issue for this, > https://issues.apache.org/jira/browse/SOLR-5209, we were once bitten by > the > same issue, wh

Re: MoreLikeThis

2014-02-02 Thread Ahmet Arslan
Hi, What are your mlt.qf and mlt.fl parameters? And their types?  Try creating an author field using lowercase type and use this field in mlt.qf and mlt.fl parameters.                                               On Friday, January 31, 2014 1:08 PM, rubenboada wrote: Hi everybody,

Re: Regarding Solr Faceting on the query response.

2014-02-02 Thread Mikhail Khludnev
Ok. "BOSE", 0, "Walmart", 0, are not a problem because you can heal it by facet.mincount. "Oracle", 25, seems to be a problem. You need to find which documents provided hits to this facet value. lets add filter parameter fq=company:Oracle and you'll have 25 results which provide this facet value.

Re: Remove stemming without reindexing - currently using KStem

2014-02-02 Thread Paul Libbrecht
Abhishek, stemming is applied before the tokens get into the index. Changing the stemming of the indexer cannot be done without reindexing. paul Le 2 févr. 2014 à 06:23, "abhishek jain" a écrit : > Hi Friends, > > Is it possible to remove stemming without having to reindex the entire data, >

Re: Removing last replica from a SolrCloud collection

2014-02-02 Thread Ramkumar R. Aiyengar
There's already an issue for this, https://issues.apache.org/jira/browse/SOLR-5209, we were once bitten by the same issue, when we were trying to relocate a shard. As Mark mentions, the idea was to do this in zk truth mode, the link also references where that work is being done. On 31 Jan 2014 23:1

Re: Removing last replica from a SolrCloud collection

2014-02-02 Thread David Smiley (@MITRE.org)
Mark, I appreciate all the context. ... Mark Miller-3 wrote > What do you mean you are hosed? > > All the SolrCores should be gone, so why does it matter so much that the > collection is gone? In the days before the collections api, if you wanted > to then create the collection again, just creat