Re: Bringing down ZK without Solr

2017-06-09 Thread Vivek Pathak
Why need to bring down. How about bring down network access e.g. by adding a temp firewall rule. Or just send a stop signal to zookeeper process. On test done send a continue Sent from my iPhone > On Jun 9, 2017, at 9:33 AM, Venkateswarlu Bommineni wrote: > > Thanks for your reply Eric. >

Re: Solr Web Crawler - Robots.txt

2017-06-01 Thread Vivek Pathak
I can help. We can chat in some freenode chatroom in an hour or so. Let me know where you hang out. Thanks Vivek On 6/1/17 5:45 PM, Dave wrote: If you are not capable of even writing your own indexing code, let alone crawler, I would prefer that you just stop now. No one is going to help

Re: Phonetic Search

2017-01-19 Thread Vivek Pathak
https://cwiki.apache.org/confluence/display/solr/Phonetic+Matching didnt work for you? On 01/19/2017 05:58 AM, PAVAN wrote: Hi, I am trying to implement phonetic search in my application. Below are indexed terms in solr. "satpura private limited" when user search with "satpuda" it has to d

Re: Duplicate Documents

2015-09-11 Thread Vivek Pathak
At query time, you could externally roll in the dups when they have the same signature. If you define your use case, it might be easier.. On 09/11/2015 11:55 AM, Shawn Heisey wrote: On 9/11/2015 9:10 AM, Mr Havercamp wrote: fieldType def: It is not SolrCloud. As long

Re: json update handler gone?

2015-09-07 Thread Vivek Pathak
:21 AM, Upayavira wrote: On Mon, Sep 7, 2015, at 11:11 AM, Vivek Pathak wrote: Hello, Wring a custom handler, I am having trouble with JsonUpdateRequestHandler - getting a class not found error. I see web examples till 4.7. Has it been depractaed in 5.2 and what class may replace it? Since

json update handler gone?

2015-09-07 Thread Vivek Pathak
Hello, Wring a custom handler, I am having trouble with JsonUpdateRequestHandler - getting a class not found error. I see web examples till 4.7. Has it been depractaed in 5.2 and what class may replace it? Thanks Vivek

Re: Relevancy Score and Proximity Search

2015-05-28 Thread Vivek Pathak
You explain parameter and it should show you the scores and the calculations Sent from my Fire On May 28, 2015, at 10:06 AM, Zheng Lin Edwin Yeo wrote: Hi, Does anyone knows how Solr does its scoring with a query that has proximity search enabled. For example, when I issue a query q=Matex~1,

Re: Backuping SolrCloud

2014-11-24 Thread Vivek Pathak
I was able to get very good backup procedure by having cron job perform compact on each shard and then copy out the physical shard (the full lucene index directory to a backup server) Updates would need to be stopped during this period. And restore would be as simple as copying in the backed

Re: Business Name spell check

2014-08-31 Thread Vivek Pathak
Can you write your own spell check class and use something like edit distance to get the desired result Sent from my iPhone > On Aug 27, 2014, at 9:55 AM, Corey Gerhardt > wrote: > > Sorry to keep beating this to death. I could be looking for perfection which > isn't possible. > > I'm tr

Re: solrj error

2014-06-17 Thread Vivek Pathak
Street > > New York, NY 10017 > > t: @appinions <https://twitter.com/Appinions> | g+: > plus.google.com/appinions > < > https://plus.google.com/u/0/b/112002776285509593336/112002776285509593336/posts > > > w: appinions.com <http://www.appinions.com/> &

solrj error

2014-06-17 Thread Vivek Pathak
Hi I am using solrj 4.6 for accessing solr 4.6.As a test case for my application, I created a servlet which holds the SolrJ connection via zookeeper. When I run the test, I am getting a weird stack trace. The test fails on not finding a currency file of java. This file I believe used to be

core recovery stalled indefinitely in solr cloud

2014-06-05 Thread Vivek Pathak
Hi I have a set of solr cloud nodes which were working correctly for a while until one of them had problems (due to incorrect java version - but the cause of how it went bad is not very important) Once the problem was fixed and the node was started, I got the following situation: The node