search for: dbr2

Displaying 3 results from an estimated 3 matches for "dbr2".

Did you mean: db2
2013 Mar 05
1
Remote database & local database, and adding new weight found vtable error
...base db2 = Xapian::Database(the path of DB2); db.add_database(db2); I pre-load the docid and its document data into dictionary DT1; method 2: DB1 and DB2 are opened by Xapian-tcpsrv for remote access. Xapian::Database dbr = Xapian::Remote::open(host of DB1, port of DB1, 0, 0); Xapian::Database dbr2 = Xapian::Remote::open(host of DB2, port of DB2, 0, 0); db.add_database(dbr2); Here dictionary DT2 holds the docid and its document data. ============= Q2. I want add a weight scheme into Xapian-1.2.12; I have implemented it by add Myweight.cc in ./weight/ with weight.cc, etc. and I also adde...
2012 Jun 10
1
HVM vs PV - conversion
...2048 vcpus = 2 cpus = "1-7" bootloader = "/usr/bin/pygrub" on_poweroff = "destroy" on_reboot = "restart" on_crash = "restart" vfb = [ "type=vnc,vncunused=1,keymap=en-us" ] disk = [ "phy:/dev/VG1/DBS2a,xvda,w" , "phy:/dev/VG2/DBR2,xvdb,w" , "phy:/dev/VG2/DBR2_backup,xvdc,w" ] vif = [ "mac= 00:16:36:0a:aa:69,bridge=eth4" ] will create a PV DomU? [xm new DBS2a , xm start DBS2a] Is it a way to convert a config.sxp into a "xm" config file like the one above? Thank you for your help! Frank...
2013 Mar 04
2
Need Beginner Guide for Matcher Optimisations Project
Hi, While searching for a project which matches my interest andskill level, I found this project named Matcher Optimization. This project is really challenging and excting from my view point and I would like to be a part of this project. Optimization techniques metioned in the reference links provided will take some time for me to have a good understanding about them. But I am trying to get my