search for: sarangi

Displaying 15 results from an estimated 15 matches for "sarangi".

Did you mean: baranga
2007 Sep 06
1
(no subject)
On Wed, Sep 05, 2007 at 04:59:36PM +0530, golak Sarangi wrote: > calculation that ferret does to give me the output score. Although > the output that i get is relevant enough but its like a black hole > from outside. I tried to search for it from the C extension of ferret > but lost track > of it at the msea_search function. Could y...
2007 Sep 04
3
can boost change dynamically??
Hi, I have got a peculiar requirement in my project. I need to apply some boost to different fields of my index. But the problem is the boost that needs to be applied is dynamic. It changes for everyrow of data.I am storing that in the index itself while building it. Is there anyway by which i can add the boost to search query while searching. at present am retreiving the whole set of searched
2007 Sep 06
0
Ferret 0.11.4 issue
Hi, please switch to Ferret 0.11.4 first. Jens On Thu, Sep 06, 2007 at 02:03:23PM +0530, golak Sarangi wrote: > On Wed, Sep 05, 2007 at 04:59:36PM +0530, golak Sarangi wrote: > > calculation that ferret does to give me the output score. Although > > the output that i get is relevant enough but its like a black hole > > from outside. I tried to search for it from the C extens...
2012 Aug 22
6
Duplicate definition : Merging arrays
Hello, I am trying to create a new array by combining two other arrays. I get the following error while running : Duplicate definition: Print[test0] is already defined in file /etc/puppet/manifests/test.pp at line 47; cannot redefine at /etc/puppet/manifests/test.pp:47 My code is similar to this : <snip> ..... ..... $sys_server = [ ginger , test0 ] $usr_server = [ test0, test1,
2013 Mar 27
6
Nodes Could not retrieve catalog from remote server: execution expired
Almost 4-5% of the total number of nodes are not receiving catalog from the master on an hourly run. We have about 250 nodes. The nodes that are receiving this error are rather random. The hourly cron happens almost at the same time. Is there any configuration changes for Puppet that can be done to avoid this ? Puppet (err): Could not retrieve catalog from remote server: execution expired
2007 Sep 12
2
ported index from one machine to another
Hi, I built an index on a free bsd machine using ferret and then ported the index to another machine. While searching from that copied index the searcher generates a file not found error. I have set all the permission right and the files do exist in the directories.on creating index from local machine the searcher finds the index. could any body please tell what might be the problem. Is it a
2007 Jul 26
1
doubts in ferret
I am using ferret to build a search application for my site. I used stemming analyzer to build the index. When i searched "market" i get hits but on searching "marketing" i get no hits,while there are fields containing the word marketing. I am using stemming analyzer even while searching. Is the problem with the analyzer? Or am I missing out something -------------- next part
2012 May 01
1
uninitialized constant LoginController in Ruby
This is my environment.rb # Load the rails application require File.expand_path(''../application'', __FILE__) # Initialize the rails application Qstack::Application.initialize! require ''koala'' This is my application_controller.rb class ApplicationController < ActionController::Base # protect_from_forgery before_filter :parse_facebook_cookies def
2007 Jul 14
1
performance bottleneck
I have got my database in Mysql. I used ferret to index a table with 10 million rows. On limiting the selection of data to 1000 initial retrieval, it takes 200 seconds but for the whole table it took more than four hours and after which i had to close my indexing application. I used the StandardAnalyser for it. There is no problem from the database side as retrieval of all the data in the table
2013 Mar 26
5
Running ENC alongside site.pp (node defn)
Hello, Is it possible to configure an ENC to provide class definition to a number of nodes at the same time where a few other nodes are controlled in the site.pp by node ''FQDN'' {blah} for the same puppetmaster ? I am wondering once parameters are set for the master to look for an ENC based definitions, will it conflict with the site.pp node definitions ? For example these
2013 Aug 29
0
[linux-linus test] 18805: regressions - FAIL
...de.ad.jp> Anhua Xu <anhua.xu@intel.com> Anil Gurumurthy <agurumur@brocade.com> Anil Kumar <anilk4.v@gmail.com> Anil Veerabhadrappa <anilgv@broadcom.com> AnilKumar Ch <anilkumar@ti.com> Anirban Chakraborty <anirban.chakraborty@qlogic.com> Anirudha Sarangi <anirudh@xilinx.com> anish kumar <anish.singh@samsung.com> anish kumar <anish198519851985@gmail.com> Anisse Astier <anisse@astier.eu> Anju Bhartiya <Anju.Bhartiya@freescale.com> Ankur Kishore <a-kishore@ti.com> Anmol Sarma <unmole.in@gmail.com>...
2013 Aug 29
0
[linux-linus test] 18844: regressions - FAIL
...de.ad.jp> Anhua Xu <anhua.xu@intel.com> Anil Gurumurthy <agurumur@brocade.com> Anil Kumar <anilk4.v@gmail.com> Anil Veerabhadrappa <anilgv@broadcom.com> AnilKumar Ch <anilkumar@ti.com> Anirban Chakraborty <anirban.chakraborty@qlogic.com> Anirudha Sarangi <anirudh@xilinx.com> anish kumar <anish.singh@samsung.com> anish kumar <anish198519851985@gmail.com> Anisse Astier <anisse@astier.eu> Anju Bhartiya <Anju.Bhartiya@freescale.com> Ankur Kishore <a-kishore@ti.com> Anmol Sarma <unmole.in@gmail.com>...
2007 Aug 23
0
Language support in ferret
Hi, I am using ferret 0.10.9. I have indexed a whole set of data using the standard tokenizer and stem filter. Its stemming well for english characters. But when i enter any non english character the whole application crashes down. although the index doesn''t get corrupted. Instead of crashing down it should atleast so no results.Am I missing out something. -------------- next part
2013 Apr 11
3
Understanding how Puppet SSL works !
I revoked the certificate of one of the clients by issuing the following command on puppetmaster : puppet cert clean <hostname> Then tried to access the catalog from <hostname> via : puppet agent --server=puppet .... and I can still access the catalogs from the master without any error. I checked that the certificate is no longer there in the puppetmaster for this
2012 Dec 04
14
custom define type for array with 'case' argument pass to it
I am trying to write a define type which will use an array but in the meantime have an argument pass to it that sets a case. See for example : define link_files ($linkcase) { case $linkcase { "var" : { file { "${name}_exelink" : path => "/var/log/puppet/${name}_log", ensure => link,