searching is slow while adding document each time

2018-09-26 Thread Mugeesh Husain
Hi, We are running 3 node solr cloud(4.4) in our production infrastructure, We recently moved our SOLR server host softlayer to digital ocean server with same configuration as production. Now we are facing some slowness in the searcher when we index document, when we stop indexing then searches i

RE: multi language search engine in solr

2017-09-12 Thread Mugeesh Husain
thanks Junte Zhang, its really helpful for me -- Sent from: http://lucene.472066.n3.nabble.com/Solr-User-f472068.html

Re: multi language search engine in solr

2017-09-10 Thread Mugeesh Husain
Thank you rick for your response. The document document have sepearte of the lanaguage instead of mix of Arabic, English, Bengali, Hindi, Malay. I coul not find any tokenizer for Malay, can you suggest me if you know please. -- Sent from: http://lucene.472066.n3.nabble.com/Solr-User-f472068.ht

multi language search engine in solr

2017-09-10 Thread Mugeesh Husain
Hi I am working on multi language search engine for english,bangla, hindi and indonesia language. can anybody guide me how to configure solr schema. 1.) should i need to configure all the language in a single shard/collection. ? 2.)should I need to configure separate shard/collection for each

Re: How to create solr custom filter

2017-02-07 Thread Mugeesh Husain
thanks andrea for your help, I created few solr plugin that working fine, but still i am stuck to debug the code using eclipse, as you mentioned below url.http://andreagazzarini.blogspot.in/2016/11/quickly-debug-your-solr-add-on.htmlIn this url, i could not run the junit code, i couldn't run StartD

Re: How to create solr custom filter

2017-01-30 Thread Mugeesh Husain
thank you Alessandro and Andrea for your help! -- View this message in context: http://lucene.472066.n3.nabble.com/How-to-create-solr-custom-filter-tp4317767p4317928.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: How to create solr custom filter

2017-01-30 Thread Mugeesh Husain
Thank you so much Alessandro Benedetti, it really help me, that the things which i was looking for, one more thing I need to know, how to compile the class file without have main method. -- View this message in context: http://lucene.472066.n3.nabble.com/How-to-create-solr-custom-filter-tp43177

How to create solr custom filter

2017-01-29 Thread Mugeesh Husain
Hi, I am looking for how to create custom filter or tokenizer, I check this blog http://solr.pl/en/2012/05/14/developing-your-own-solr-filter/ but they have not described how to setup your IDE, how to compile your code or add libs etc. I don't know how to compile code after fallowing above artic

Re: Hardware size in solrcloud

2016-11-17 Thread Mugeesh Husain
t then what would be the configuration for this kind of data. 1. OS(32/64bit): 2. Processor: 3. RAM: 4. No of physical servers/systems : Please suggest. *Thanks,* *Mugeesh Husain * -- View this message in context: http://lucene.472066.n3.nabble.com/Hardware-size-in-solrcloud-tp4306169p43

Hardware size in solrcloud

2016-11-16 Thread Mugeesh Husain
I have lots of document i dont know now how much it would be in future. for the inilial stage, I am looking for hardware details(assumption). I are looking forward to setting up a billion document(1 billion approx) solr index and the size is 7GB. Can you please suggest the hardware details as per

Re: Solr Logs Info

2016-11-16 Thread Mugeesh Husain
Erik, But I didn't open admin GUI for long time but its showing me this request on my logs. -- View this message in context: http://lucene.472066.n3.nabble.com/Solr-Logs-Info-tp4306116p4306154.html Sent from the Solr - User mailing list archive at Nabble.com.

Solr Logs Info

2016-11-16 Thread Mugeesh Husain
In every day igot the below Info in solr logs files 2016-11-16 00:02:04.476 INFO (qtp531008412-14) [ ] o.a.s.s.SolrDispatchFilter [admin] webapp=null path=/admin/info/system params={wt=json} status=0 QTime=38 what does its mean ? -- View this message in context: http://lucene.472066.n3.

Re: load balancer for solr

2016-11-07 Thread Mugeesh Husain
Thanks Shawn Heisey,Its seems impression, let me try it on POC. -- View this message in context: http://lucene.472066.n3.nabble.com/load-balancer-for-solr-tp4304756p4304879.html Sent from the Solr - User mailing list archive at Nabble.com.

Performance Tuning in Solr

2016-11-07 Thread Mugeesh Husain
For the large amount of data set, going to implement many shard and many node. I am unaware of performance tuning in solr ? how people use or check solr performance ? Is there any open source tool or i should create my own for this and how ? Thanks Mugeesh -- View this message in context:

load balancer for solr

2016-11-06 Thread Mugeesh Husain
Hi, I have around billions of document(in future, it should be trillion), I am solr and developer. But dont have good understanding about server, load balancing. I am going to start about this kind of big document search application. I am looking for any good open source load balancer which can

Re: Access solr in web browser

2016-10-18 Thread Mugeesh Husain
It is not about the information of collection while it about the accessibility, I want to access via putty session. -- View this message in context: http://lucene.472066.n3.nabble.com/Access-solr-in-web-browser-tp4301201p4301659.html Sent from the Solr - User mailing list archive at Nabble.com

Access solr in web browser

2016-10-14 Thread Mugeesh Husain
Hi, I have sucessfully installed Solrcloud having 2 solr cores [installed in datanodes(using hortonworks)] As my cluster is kerberos enabled am unable to access the cluster through web browser. I want to access the Solr UI only through host's putty session. I have no clue on how to operate solr

one of the shard delay in response in Solr cluster

2016-09-18 Thread Mugeesh Husain
Hi, I have 3 shard, each of shard with 3 servers in solrcloud, if we fired the query in solr, we woudl get the result from these shard data, if one of the shard have delay in response, then how to identify which shard is not giving properly response time(or delay reponse or some issue etc). I am

carrot2 label understanding(clustering)

2016-06-08 Thread Mugeesh Husain
Hi, I have a few question regarding clustering , i check out this link https://cwiki.apache.org/confluence/display/solr/Result+Clustering. In this article they implemented carrot2 for clustering. Question: 1.)Is this classification or clustering ? if not then where is clustering in solr 2.)if w

clustering in solr(carrot2)

2016-06-06 Thread Mugeesh Husain
Hello everyone, For clustering I tried to implement some test using official document https://cwiki.apache.org/confluence/display/solr/Result+Clustering. I am getting the result as below DDR 3.9599865057283354 TWINX2048-3200PRO VS1GB400C

clustering in solr

2016-06-03 Thread Mugeesh Husain
Hello everyone, I am looking for predefined set of categories in job search application, I looked over clustering in solr. please suggest for clustering based categories or share any good link. can I achieved this using apache mahout ? Thanks -- View this message in context: http://luc

Re: Boost(bf) function in solr

2016-05-30 Thread Mugeesh Husain
Thanks Doug, that clear my understanding, when i get free, will study your book. -- View this message in context: http://lucene.472066.n3.nabble.com/Boost-bf-function-in-solr-tp4279792p4279860.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: Clarity on Sharding Concepts.

2016-05-30 Thread Mugeesh Husain
Hi, To read out this document https://cwiki.apache.org/confluence/display/solr/Shards+and+Indexing+Data+in+SolrCloud for proper understanding. FYI, you are using implicit router, a document will be divided randomly based on hashing technique. If you indexed 50 documents, it will be divided int

Boost(bf) function in solr

2016-05-30 Thread Mugeesh Husain
Hi, could any one explain me why people use log function for boosting like below product(log(sum(popularity,wiegh),100)^20 what is log function please elaborate it ? -- View this message in context: http://lucene.472066.n3.nabble.com/Boost-bf-function-in-solr-tp4279792.html Sent from the Solr

Re: Auto Suggestion in solr

2016-05-27 Thread Mugeesh Husain
Hi Erick, I have followed this article http://www.cominvent.com/2012/01/25/super-flexible-autocomplete-with-solr/. could yo explain this line of bf product(log(sum(popularity,1)),100)^20. what kind of score, this line should be populated ? I have a similar requirement which he build over this ar

Re: Auto Suggestion in solr

2016-05-24 Thread Mugeesh Husain
Thank you so much for pulling me out for upgrading trouble. I have implemented auto suggester following this wiki page https://wiki.apache.org/solr/Suggester. but i am looking for a result should be populated based on some ranking or boosting(some business logic). how to implement ranking based a

Re: Auto Suggestion in solr

2016-05-24 Thread Mugeesh Husain
thank Erick for reply, actually I am using solr 4.4, solr.SuggestComponent class is not available in solr 4.4, Can I implement this into my solr 4.4 lib and how ? if possible share any article before how people used suggestion in 4.4. Thanks Mugeesh -- View this message in context: htt

Auto Suggestion in solr

2016-05-22 Thread Mugeesh Husain
Hello everyone, I am looking for some suggestion for auto-suggest like imdb.com. just type "samp" in search box in imdb.com site. results are returned 1. Based on popularity 2. Even results with space are shown give. Example: "Sam Page" So, I am looking for this kind of auto suggestion, please

How to restrict outside IP access in Solr with internal jetty server

2016-05-10 Thread Mugeesh Husain
I am using solr 5.3 version with inbuilt jetty server. I am looking for a proxy kind of thing which i could prevent outside User access for all of the link, I would give only access select and select core url accessibility other than this should be not open. Please give me some suggestion. Than

Re: Query String Limit

2016-05-03 Thread Mugeesh Husain
hi, Please share your query ? I think you should increase maxBooleanClauses from solrconfig file. as below 1024 -- View this message in context: http://lucene.472066.n3.nabble.com/Query-String-Limit-tp4274161p4274236.html Sent from the Solr - User mailing list archive at Nabble.com.

normal solr query vs facet query performance

2016-04-18 Thread Mugeesh Husain
Hello, I am looking for which query will be fast in term of performance, 1.)solr normal query(q=*:*) vs facet query(facet.query="abc") ? 2.)solr normal query(q=*:*) vs facet search(facet=tru&facet.field=coullumn_name) ? 3.)solr filter query(q=Column:some value) vs facet query(facet.query="abc") ?

Re: SolrJ Indexing

2016-03-28 Thread Mugeesh Husain
Hi, You should use/implement producer consumer program in java using multithreading. USE executor framework in java Like this link http://www.journaldev.com/1069/java-thread-pool-example-using-executors-and-threadpoolexecutor Thanks Mugeesh -- View this message in context: http://lucene.

How to implement Autosuggestion

2016-03-28 Thread Mugeesh Husain
Hi, I am looking for the best way to implement autosuggestion in ecommerce using solr or elasticsearch. I guess using ngram analyzer is not a good way if data is big. Please suggest me any link or your opinion ? Thanks Mugeesh -- View this message in context: http://lucene.472066.n3.nab

solr simple query searh

2016-03-08 Thread Mugeesh Husain
Hello, I am implementing simple search demo. I have a field abc, insert "iphone" in abc. if i will search "iphone" then it will give result,if i will search i phone, then result will not populated. in analyzer i should implement for this case. input==abc:iphone search query= i phone -- View

Solr crash

2016-03-07 Thread Mugeesh Husain
Hello everyone, Could you suggest me in case of so crashe? I am writing a script for so crash, in which logic, I should be implementing -- View this message in context: http://lucene.472066.n3.nabble.com/Solr-crash-tp4262090.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: Exception SolrServerException: No live SolrServers available to handle this request:

2016-03-04 Thread Mugeesh Husain
Hi Elaine, Thank for you consideration, I noticed all of the answer is docvalues related but i did not define any docvalue type in my schema that why i am little bit confuse. *Thanks,* *Mugeesh Husain * Mobile No:+91-9911175322 Skype ID: mugeesh Email:muge...@gmail.com On Sat, Mar 5, 2016 at 4

Re: Exception SolrServerException: No live SolrServers available to handle this request:

2016-02-29 Thread Mugeesh Husain
Hi Elaine, Thank for your reply I did try without grouping then it is working fine. do you have any idea how we resolve these issue ? -- View this message in context: http://lucene.472066.n3.nabble.com/Exception-SolrServerException-No-live-SolrServers-available-to-handle-this-request-tp425889

solrcloud shard working mechanism

2016-02-23 Thread Mugeesh Husain
Hello, could some explain about shard system, if we created 10 shard in a collection then search localhost:8983/solr/collection?q=id:12... in which shard this id will be search first. I mean i need to know internal working standard of shard/searching in solrlcoud. -- View this message in con

Re: Exception SolrServerException: No live SolrServers available to handle this request:

2016-02-23 Thread Mugeesh Husain
Yes, all of the shards in a live state. I guess may be there will be docvalues type NUMERIC for field 'year' (expected=SORTED) exception. Still i am suffering what is the issue -- View this message in context: http://lucene.472066.n3.nabble.com/Exception-SolrServerException-No-live-SolrServers

Re: Exception SolrServerException: No live SolrServers available to handle this request:

2016-02-22 Thread Mugeesh Husain
Hi, solr servers are up and listening. and i also check zookeeper clustersterstate.json as below get /clusterstate.json {} cZxid = 0x10013 ctime = Fri Jan 15 01:40:37 IST 2016 mZxid = 0x11799 mtime = Fri Feb 19 18:59:37 IST 2016 pZxid = 0x10013 cversion = 0 dataVersion = 58 aclVersion

Exception SolrServerException: No live SolrServers available to handle this request:

2016-02-22 Thread Mugeesh Husain
I am getting no live node exception i dont know why In my schema define ro field such as ... { "responseHeader":{ "status":500, "QTime":9, "params":{ "q":"_id:(1 3 2)", "indent":"true", "fl":"ro", "group.ngroups":"true",

ERROR while updating the record in sorlcoud

2016-02-19 Thread Mugeesh Husain
I am getting below error while indexing in solrlcoud, i am using implicit router null:org.apache.solr.common.SolrException: Error trying to proxy request for url: http:/localhost:8984/solr/Restaurant_Restaurant_2_replica1/update at org.apache.solr.servlet.HttpSolrCall.remoteQuery(HttpSolr

Re: implement exact match for one of the search fields only?

2016-01-28 Thread Mugeesh Husain
Hi, if you are interested phrase query, you should use String field instead of text field in schema like as this will solved you problem. if you are missing anything else let share -- View this message in context: http://lucene.472066.n3.nabble.com/implement-exact-match-for-one-of-the-searc

Re: Solrcloud getting warning "missed update"

2016-01-20 Thread Mugeesh Husain
Hello, I am sharing warning image, please find/check this could anyone have an idea of above warning -- View this message in context: http://lucene.472066.n3.nabble.com/Solrcloud-getting-warning-missed-update-tp4251556p4252110.html

Solrcloud getting warning "missed update"

2016-01-18 Thread Mugeesh Husain
Hello, could anyone explain why i am getting below warning in my solrcloud system. WARN null PeerSync "no frame of reference to tell if we've missed updates" Is there any issue or may create probelm and how to resolve it. Thanks Mugeesh -- View this message in context: http://lucene.472066

Re: Can we create multiple cluster in single Zookeeper instance

2016-01-15 Thread Mugeesh Husain
on i can draw a diagram for this. Shawn Heisey-2 wrote > On 1/14/2016 10:22 AM, Mugeesh Husain wrote: >> I have a question i want to create 2-3 cluster using solrlcoud using >> single >> zookeeper instance, it is possible ? > > Yes, if you use a chroot on the zkHos

Can we create multiple cluster in single Zookeeper instance

2016-01-14 Thread Mugeesh Husain
hello, I have a question i want to create 2-3 cluster using solrlcoud using single zookeeper instance, it is possible ? -- View this message in context: http://lucene.472066.n3.nabble.com/Can-we-create-multiple-cluster-in-single-Zookeeper-instance-tp4250791.html Sent from the Solr - User mail

how many document contain a shard

2016-01-14 Thread Mugeesh Husain
Hi, I have a bid amount of document(billion) , I am looking for how many shard i have to create in a core ? As i know capacity of core is 100M( aprox) ? Is i need to create another core and make distributed search(solrcloud) on it ? Actually i looking for a architecture how i should design my a

Re: how to search miilions of record in solr query

2016-01-11 Thread Mugeesh Husain
Thanks Erick, "You have to cache (or something) somewhere to make this work."-- Actually they are not interested to use cache mechanism. they dont need paging,they want only 10 records with 1 millions ID search in background etc. As of now i have implemented terms query parser but result perform

Re: can we use Streaming Expressions for different collection

2016-01-05 Thread Mugeesh Husain
Thanks Joel Bernstein could you share any of link please -- View this message in context: http://lucene.472066.n3.nabble.com/can-we-use-Streaming-Expressions-for-different-collection-tp4248461p4248794.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: how to search miilions of record in solr query

2016-01-05 Thread Mugeesh Husain
@Erick Erickson thanks for reply, Actually they give me only this task to search 1 millions ID's with good performance ,result should be appear within 50-100ms. Yeah i will fire off the full query (up to millions) in the background, but how what is the efficient way of doing it in term of perform

Re: how to search miilions of record in solr query

2016-01-05 Thread Mugeesh Husain
@Ere Maijala >>question is: WHY do you need to search for millions of IDs? I am explaining: I have a list of ID's of 1 Millions I will search in solr suppose like below IP:8083/select?q=ID:(1,4,7,...upto 1 Millions)&rows=10&start=0, then it will display 10 result , for pagination next sea

Re: how to search miilions of record in solr query

2016-01-05 Thread Mugeesh Husain
Thanks for your reply @Ere Maijala, one of my eCommerce based client have a requirement to search some of records based on ID's like IP:8083/select?q=ID:(1,4,7,...upto 1 Millions), display only 10 to 20 records. if i use above procedure it takes too much time or if i am going to use solr-te

Re: how to search miilions of record in solr query

2016-01-05 Thread Mugeesh Husain
Still i am struck ,how to solve my problem, search millions of ID with minimum response time. @Upayavira Please elaborate it. Thanks -- View this message in context: http://lucene.472066.n3.nabble.com/how-to-search-miilions-of-record-in-solr-query-tp4248360p4248597.html Sent from the Solr -

Re: can we use Streaming Expressions for different collection

2016-01-05 Thread Mugeesh Husain
Thanks @Joel Bernstein, Actually i am using solrlcoud in 3 node/server and have created 3 core on server 1,2,3 resp. I need to implement join operation on these cores but join does not support on solrcloud. so i am thinking that Streaming Api could solved my problem. -- View this message in

can we use Streaming Expressions for different collection

2016-01-04 Thread Mugeesh Husain
I am checking the arcticle this-> https://cwiki.apache.org/confluence/display/solr/Streaming+Expressions Can we implement merge operation for different collection or different node in solrcloud -- View this message in context: http://lucene.472066.n3.nabble.com/can-we-use-Streaming-Expressio

Re: Multiple solr instances on one server

2016-01-04 Thread Mugeesh Husain
you could use inbuilt(internal) jetty in the production, its depend on requirement. if you want to use other container, tomcat would be the best. Elaborate your requirement Please why you want to use multiple instance in a single server ? -- View this message in context: http://lucene.472066.

Re: Multiple solr instances on one server

2016-01-04 Thread Mugeesh Husain
you could start solr with multiple port like below bin/solr start -p 8983 one instance bin/solr start -p 8984 second instance and so its depend on you -- View this message in context: http://lucene.472066.n3.nabble.com/Multiple-solr-instances-on-one-server-tp4248411p4248413.html Sent from the

Re: how to search miilions of record in solr query

2016-01-04 Thread Mugeesh Husain
>>This is not a use-case to which Lucene lends itself. However, if you >>must, I would try the terms query parser, which I believe is used like >>this: {!terms f=id}2,3,6,7 I did try terms query parser like above, but the problem is performance, i am getting result 250ms but i am looking for a

how to search miilions of record in solr query

2016-01-04 Thread Mugeesh Husain
hi, I have a requirement to search ID field values like Id:(2,3,6,7 upto millions), in which query parser i should to write the result should be display within a 50 ms. Please suggest me which query parser i should use for above search. -- View this message in context: http://lucene.472

Re: While idexing millions of data Getting error

2015-12-18 Thread Mugeesh Husain
Thanks Toke Eskildsen could you tell me the maximum number of limit for posting data to solr. -- View this message in context: http://lucene.472066.n3.nabble.com/While-idexing-millions-of-data-Getting-error-tp4246320p4246327.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: Jetty Server in Production

2015-12-18 Thread Mugeesh Husain
>> You are *expected* to use the inbuilt Jetty rather than anything else Yes i am deciding to use inbuilt Jetty server instead of any other. Question: If we use inbuit jetty server what type of expected issue may be occurred ? or can we use inbuilt jetty server in production ? >> What do you mea

While idexing millions of data Getting error

2015-12-18 Thread Mugeesh Husain
Hi, I am indexing around 2 millions of data(220) while Api, i am getting following error. badMessage: java.lang.IllegalStateException: too much data after closed for HttpChannelOverHttp@2da6188{r=1,​c=false,​a=IDLE,​uri=-} also i am sharing below Dashboard info. Physical Memory 94.8% Swap Spa

Jetty Server in Production

2015-12-18 Thread Mugeesh Husain
Hello Suggestion Please 1.) can we use inbuilt jetty server in production 2.)Can we use solr instance without using service -- View this message in context: http://lucene.472066.n3.nabble.com/Jetty-Server-in-Production-tp4246309.html Sent from the Solr - User mailing list archive at Nabble.co

how to secure standalone solr

2015-12-11 Thread Mugeesh Husain
Hello, Anyone told me how to secure standalone solr . 1.)using Kerberos Plugin is a good practice or any other else. -- View this message in context: http://lucene.472066.n3.nabble.com/how-to-secure-standalone-solr-tp4244866.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: capacity of storage a single core

2015-12-08 Thread Mugeesh Husain
@Upayavira, could you provice the any link, that issue has been resolved. >>So long as your joined-to collection is replicated across every box wher i can find this related link or example. -- View this message in context: http://lucene.472066.n3.nabble.com/capacity-of-storage-a-single-core-t

Re: capacity of storage a single core

2015-12-08 Thread Mugeesh Husain
Thanks Toke Eskildsen, Actually i need to join on my core, that why i am going to solrlcoud(join does not support in solrlcoud) Is there any alternate way to doing it ? -- View this message in context: http://lucene.472066.n3.nabble.com/capacity-of-storage-a-single-core-tp4244197p4244248.html

capacity of storage a single core

2015-12-08 Thread Mugeesh Husain
Capacity regarding 2 simple question: 1.) How many document we could store in single core(capacity of core storage) 2.) How many core we could create in a single server(single node cluster) Thanks, Mugeesh -- View this message in context: http://lucene.472066.n3.nabble.com/capacity-of-stora

Joins with SolrCloud

2015-12-07 Thread Mugeesh Husain
I have create 3 cores on same machine using solrlcoud. core: Restaurant,User,Review each of core has only 1 shards and 2 replicas. Question 1.) It is possible to use join among 3 of cores on same machine( or different machine) 2.)I am struggling how to use join among 3 of core in solrlcoud mode.

Re: migrate(or copy) data from one core1(node2) to anothere core2(node1)

2015-12-04 Thread Mugeesh Husain
Hello Erick, I did shutdown all node in solrcloud and copy data directory from non solcoud, after that i start all of node, but new data is not refleted. One doubt >> Am i need to shutdown zookeeper node also ? or also clean data from zk directory -- View this message in conte

Re: Solrcloud - adding a node as a replica?

2015-12-04 Thread Mugeesh Husain
Hi, kamaci I have 3 server, solr1, solr2 and solr3 I want to create 3 core in server solr1,and solr2 Not solr 3 in any core/collection. I want to create 3 replica wrt to above core, replica would be in server solr3. When i create one core using bin/solr create -c abc -shard 1 -replicaFactor 1,

Re: Failed to create collection in Solrcloud

2015-12-03 Thread Mugeesh Husain
Thanks you Zheng, I ahve found the issue, there was server IP, when i check, one of my live_collection was pointed to localhost. So i did mention hostname into solr.xml. -- View this message in context: http://lucene.472066.n3.nabble.com/Failed-to-create-collection-in-Solrcloud-tp4243232p4

Failed to create collection in Solrcloud

2015-12-02 Thread Mugeesh Husain
Hi, I am using 3 server ,solr1,solr2a sn solr3 I have setup 3 instance of zookeeper in server solr 2 when i try to create 1 shards and 2 replica, it work find. while i am try to create core with 1 shards with 3 replication,using this command bin/solr create -c abc -n abcr -shards 1 -replication

Re: migrate(or copy) data from one core1(node2) to anothere core2(node1)

2015-12-02 Thread Mugeesh Husain
Thanks Erick, I am making join operation for multiple core in solrcloud mode. >>After that's done, and assuming you want to add replicas in the SolrCloud version for HA/DR/Performance reasons, use the ADDREPLICA Collections API command. If i split core into shard then there is any way to use

migrate(or copy) data from one core1(node2) to anothere core2(node1)

2015-12-02 Thread Mugeesh Husain
Hello, I have a 2 solr instance, one is running in solr(non cloud),another one is solrcloud mode. data is indexed in solr mode(non -cloud),now i have creates/define same core with same schema in solrcloud instance. I want to transfer/copy data from one core(non-cloud) to my solrcloud core. On w

Re: Setting up Solr on multiple machines

2015-11-30 Thread Mugeesh Husain
Hi, You should create below command on any of solr server. bin/solr create -c mytestcollection -d data_driven_schema_configs -shards 2 -replicationFactor 2 it will display as mytestcollection-- 1.>shard1

Re: Solrcloud with Zookeeper in production

2015-11-29 Thread Mugeesh Husain
Hi, I was following this article http://jayant7k.blogspot.in/2013/06/step-by-step-setting-up-solr-cloud.html for solr.5.3 +zk-3.4.6 version. in the above linke, there is an step for configuration files root@solr1$ java -DzkHost=solr1:2181,solr2:2181 -Dbootstrap_confdir=solr/collection1/conf/ -Dnu

Re: Solrcloud with Zookeeper in production

2015-11-27 Thread Mugeesh Husain
thanks narsi, could you share some link for configuring these config files -- View this message in context: http://lucene.472066.n3.nabble.com/Solrcloud-with-Zookeeper-in-production-tp4242162p4242543.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: Solrcloud with Zookeeper in production

2015-11-27 Thread Mugeesh Husain
Thanks Eric, I have successfull setup solrcloud setup with zookeeper. everything is working fine, i am little bit confuse. where is the location of solrconfig.xml,schema.xml files. i mean where i define schema for different-2 core. Still i unable to find location of configuration files ? -- V

Re: multiple table(how to index multiple table in solr)

2015-11-25 Thread Mugeesh Husain
Thanks you Erick Erickson. -- View this message in context: http://lucene.472066.n3.nabble.com/multiple-table-how-to-index-multiple-table-in-solr-tp4241868p4242165.html Sent from the Solr - User mailing list archive at Nabble.com.

Solrcloud with Zookeeper in production

2015-11-25 Thread Mugeesh Husain
for latest version like 5 with ZK Thanks, Mugeesh Husain -- View this message in context: http://lucene.472066.n3.nabble.com/Solrcloud-with-Zookeeper-in-production-tp4242162.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: multiple table(how to index multiple table in solr)

2015-11-24 Thread Mugeesh Husain
Thanks you for replying me, one more question, if join is bad idea at the time of indexing,or i should denormalize data. How i can index/post Restuarnt,user,review table info to solr. we need a unique key at the posting data to solr. Actually i need a unique key for all table(data) for the pur

multiple table(how to index multiple table in solr)

2015-11-24 Thread Mugeesh Husain
Hello, I have a 3 table Restuarnt,User,Review Structure like this Restuarnt--: [rid,name,etc] User-- -- : [uid,name,etc] Review --: [id,rid,uid,name,etc] how i index these structure ? Actually i am confuse about unique key ,Is i have to indexed 3 different core for this or make a single en

Re: Date Math, NOW and filter queries

2015-11-17 Thread Mugeesh Husain
thanks all of you, actually the problem was '+' sign is a URL-escape for space, Using %2B instead of + sign, should be fine -- View this message in context: http://lucene.472066.n3.nabble.com/Date-Math-NOW-and-filter-queries-tp4240561p4240675.html Sent from the Solr - User mailing list archive

Re: Multiple unique key in Schema

2015-11-17 Thread Mugeesh Husain
>>Or perhaps use the UUID auto id feature. if i use UUID, then how i can update particular document, i think using this ,there will not any document identity -- View this message in context: http://lucene.472066.n3.nabble.com/Multiple-unique-key-in-Schema-tp4240550p4240563.html Sent from the

Date Math, NOW and filter queries

2015-11-17 Thread Mugeesh Husain
hi!, http://lucidworks.com/blog/2012/02/23/date-math-now-and-filter-queries/ for date range query i am following above article,in this article I try to querying fq=date:[NOW/DAY-7DAYS TO NOW/DAY], it is working fine, when i fire query fq=date:[NOW/DAY-7DAYS TO NOW/DAY+1DAY], it is giving below

Re: Multiple unique key in Schema

2015-11-17 Thread Mugeesh Husain
>>Or perhaps use the UUID auto id feature. if i use UUID, then how i can update particular document, i think using this ,there will not any document identity -- View this message in context: http://lucene.472066.n3.nabble.com/Multiple-unique-key-in-Schema-tp4240550p4240557.html Sent from the

Multiple unique key in Schema

2015-11-17 Thread Mugeesh Husain
Hi! I have a 3 csv table, 1.)retuarant 2.)User 3.)Review every csv have a unique key, then how i can configure multiple unique key in solr -- View this message in context: http://lucene.472066.n3.nabble.com/Multiple-unique-key-in-Schema-tp4240550.html Sent from the Solr - User mailing list a

Re: Solr facet query(critical solr query response)

2015-11-04 Thread Mugeesh Husain
Thanks Erik >>Shouldn't td have s2=1 also? yes was my mistake I have also a search concern I have a 3 table Resturant, Review,User retuarant-[restid, restname,location...] User-[userid, uname,] Review-[reviewID, userid,restid,comment...] I am searching based on restaurant, how could i will

Solr facet query(critical solr query response)

2015-11-04 Thread Mugeesh Husain
i am facing issue of how to get below response from solr query. In my table, i have a two column vi and vk which has below values: row1: vi:["ta"] ,vk:["s1"] row2: vi:["tb"] ,vk:["s2"] row3: vi:["tc"] ,vk:["s0"] row4: vi:["td"] ,vk:["s2"] row5: vi:["ta"] ,vk:["s1"] row5: vi:["tc"] ,vk:["s0"] and

Re: how to deployed another web project into jetty server(solr inbuilt)

2015-10-09 Thread Mugeesh Husain
Thank you Upayavira &Daniel Clearly understand, now they agree to install another server. -- View this message in context: http://lucene.472066.n3.nabble.com/how-to-deployed-another-web-project-into-jetty-server-solr-inbuilt-tp4233288p4233733.html Sent from the Solr - User mailing list arc

Re: Best Indexing Approaches - To max the throughput

2015-10-08 Thread Mugeesh Husain
Good way Using SolrJ with Thread pool executor framework, increase number of Thread as per your requirement -- View this message in context: http://lucene.472066.n3.nabble.com/Best-Indexing-Approaches-To-max-the-throughput-tp4232740p4233513.html Sent from the Solr - User mailing list archive at

Re: how to deployed another web project into jetty server(solr inbuilt)

2015-10-08 Thread Mugeesh Husain
Thank you Daniel Collins. Client is not providing tomcat or any other server that why i was looking for it. any i ask again for server installation. Thanks, Mugeesh Husain -- View this message in context: http://lucene.472066.n3.nabble.com/how-to-deployed-another-web-project-into-jetty

how to deployed another web project into jetty server(solr inbuilt)

2015-10-07 Thread Mugeesh Husain
I am using Solr-5.3 with inbuilt jetty server. everything solr related is working fine. my problem I have a spring based web application for admin configuration. i don't have a another other server, i want to deploy it to jetty server. I have googled still could not fine suitable answer. can we d

Re: query parsing

2015-09-23 Thread Mugeesh Husain
Hi Mark, Search is not coming properly becuase you have taken "ELall" field as a text type which is not define properly. you have to modify the schema.xml with these chance. -- View this message in context: http://lucene.472066.n3.nabble.com/query-parsing-tp423077

Re: working of Sharded Query in SOLR 3.6

2015-09-09 Thread Mugeesh Husain
You are correct for distributed search. do worry care about join, solr will aggregate results from all core. share your requirement what you want ? -- View this message in context: http://lucene.472066.n3.nabble.com/working-of-Sharded-Query-in-SOLR-3-6-tp4227952p4227979.html Sent from the Solr

Re: Sorting on date with multivalued False attribute

2015-09-08 Thread Mugeesh Husain
Hi, stop the solr server,delete index before indexing you should change or write schema fields then start solr and index which you want. -- View this message in context: http://lucene.472066.n3.nabble.com/Sorting-on-date-with-multivalued-False-attribute-tp4227495p4227625.html Sent from the So

Re: /suggest

2015-09-04 Thread Mugeesh Husain
Hi, I have a requirement that in the field user want suggestion like i enter nice comes nicer,nicest. but the problem is that i have a 40 millions of data and same number of solr field. how it possible to make suggestion all number of field ? Thanks -- View this message in context: http

how to make suggestion in solr

2015-09-04 Thread Mugeesh Husain
Hi, I have a requirement that in the field user want suggestion like i enter nice comes nicer,nicest. but the problem is that i have a 40 millions of data and same number of solr field. how it possible to make suggestion all number of field ? Thanks -- View this message in context: http:/

Re: Can Apache Solr Handle TeraByte Large Data

2015-08-05 Thread Mugeesh Husain
thanks you Upayavira, I think i have done all these thing using SolrJ which was usefull before starting development of the project. I hope i will not got any of issue using SolrJ and got lots of stuff using it. Thanks Mugeesh Husain -- View this message in context: http://lucene.472066

  1   2   >