Re: Limit the documents for each shard in solr cloud

2015-05-08 Thread Jilani Shaik
; and > > can change over time. > > > > You can place multiple shards on a single node, but was that really your > > intention? > > > > Generally, number of nodes equals number of shards times the replication > > factor. But then divided by shards per

Re: Limit the documents for each shard in solr cloud

2015-05-07 Thread Jilani Shaik
space to do that. If you want to limit your index to 20m docs, > that is probably better done at the application layer (but I still don't > really see why you would want to do that). > > On 7 May 2015 at 06:29, Jilani Shaik wrote: > > > Hi, > > > > Is it possible to rest

Limit the documents for each shard in solr cloud

2015-05-06 Thread Jilani Shaik
Hi, Is it possible to restrict number of documents per shard in Solr cloud? Lets say we have Solr cloud with 4 nodes, and on each node we have one leader and one replica. Like wise total we have 8 shards that includes replicas. Now I need to index my documents in such a way that each shard will h

Re: Solr Cloud

2015-05-04 Thread Jilani Shaik
en source similar to Ambari/cloud era manager as one shop for this. Even I am interested to contribute on this as a developer. Are there any one working on this monitoring tool for Apache Solr. Thanks, Jilani On Mon, May 4, 2015 at 7:08 PM, Shawn Heisey wrote: > On 5/4/2015 6:16 AM, Jilani

Solr Cloud

2015-05-04 Thread Jilani Shaik
Hi All, Do we have any monitoring tools for Apache Solr Cloud? similar to Apache Ambari which is used for Hadoop Cluster. Basically I am looking for tool similar to Apache Ambari, which will give us various metrics in terms of graphs and charts along with deep details for each node in Hadoop clu

suggest.Suggester - Loading stored lookup data failed

2015-05-02 Thread Jilani Shaik
Hi, When my solr core is loading, I am getting the below error, even though it is WARN. I just wants to fix this. Please let me know how to fix it.It is showing file missing, do we have any sample file for this. I did not find even in Apache Solr SVN. 2015-05-01 11:33:52,475 WARN suggest.Suggeste

Re: mlt handler not giving response in Solr Cloud

2014-11-18 Thread Jilani Shaik
Please help me on this issue. Please provide me suggestions what is missing to get the response from multiple solr shards in cloud. On Tue, Nov 18, 2014 at 1:40 PM, Jilani Shaik wrote: > Hi, > > When I tried to execute the mlt handler query on a shard it is giving > result if t

mlt handler not giving response in Solr Cloud

2014-11-18 Thread Jilani Shaik
Hi, When I tried to execute the mlt handler query on a shard it is giving result if the documents exist on that shards. in below scenario, I have a cloud shards on localhost with ports 8181 and 8191. where documents are distributed. if the mlt query document id belongs to 8181 shard and the query

mlt handler not giving response in Solr Cloud

2014-11-18 Thread Jilani Shaik
Hi, When I tried to execute the mlt handler query on a shard it is giving result if the documents exist on that shards. in below scenario, I have a cloud shards on localhost with ports 8181 and 8191. where documents are distributed. if the mlt query document id belongs to 8181 shard and the query

Re: Getting huge difference in QTime for terms.lower and terms.prefix

2014-04-10 Thread Jilani Shaik
Please provide suggestions what could be the reason for this. Thanks, On Thu, Apr 10, 2014 at 2:54 PM, Jilani Shaik wrote: > Hi, > > When I queried terms component with a "terms.prefix" the QTime for it is > <100 milli seconds, where as the same query I am giving with

Getting huge difference in QTime for terms.lower and terms.prefix

2014-04-10 Thread Jilani Shaik
Hi, When I queried terms component with a "terms.prefix" the QTime for it is <100 milli seconds, where as the same query I am giving with "terms.lower" then the QTime is > 500 milliseconds. I am using the Solr Cloud. I am giving both the cases terms.limit as 60 and terms.sort=index. Query1 Param

Re: Filter in terms component

2014-03-20 Thread Jilani Shaik
Hi, Please provide some more pointers to go ahead in addressing this. Thnks, Jilani On Thu, Mar 20, 2014 at 8:50 PM, Jilani Shaik wrote: > > Will it work for multi value fields, It is saying that Field Cache will > not work for multi value fields error. Most of the data is mu

Re: Filter in terms component

2014-03-20 Thread Jilani Shaik
ke use of > http://wiki.apache.org/solr/FunctionQuery#Relevance_Functions > > Ahmet > > > > On Wednesday, March 19, 2014 9:49 PM, Jilani Shaik > wrote: > Hi Ahmet, > > I have gone through the facet component, as our application has 300+ > million docs and it very t

Re: Filter in terms component

2014-03-19 Thread Jilani Shaik
ies. > > > > On Wednesday, March 19, 2014 8:58 PM, Jilani Shaik > wrote: > Hi, > > I have huge index and using Solr. I need terms component with filter by a > field. Please let me know is there anything that I can get it. > > Please provide me some pointers, ev

Filter in terms component

2014-03-19 Thread Jilani Shaik
Hi, I have huge index and using Solr. I need terms component with filter by a field. Please let me know is there anything that I can get it. Please provide me some pointers, even to develop this by going through the Lucene. Please suggest. Thanks, Jilani

Get the query result from one collection and send it to other collection to for merging the result sets

2013-06-26 Thread Jilani Shaik
Hi, We will have two categories of data, where one category will be the list of primary data (for example products) and the other collection (it could be spread across shards) holds the transaction data (for example product sales data). We have search scenario where we need to show the products