Displaying 20 results from an estimated 1000 matches similar to: "xapian-check on "crashed" index?"
2010 Oct 22
1
overlapping docids when searching on multiple databases?
Just a quick question - it seems to me that it's entirely possible to
get overlapping docids when searching on multiple databases? For
instance:
open database1
add database2 to database1
search db1+db2
if docid 10 exists in both databases, is there any way of telling which
which database to retrieve the document from?
/Per Jessen, Z?rich
2010 Dec 01
2
Are stub databases still supported in 1.0.21?
I have the following setup:
Databases:
/var/lib/xapian-omega/data/db1
/var/lib/xapian-omega/data/db2
/var/lib/xapian-omega/data/db3
Stub:
/var/lib/xapian-omega/data/default
The stub file "default" is a text file that contains the following:
auto /var/lib/xapian-omega/data/db1
auto /var/lib/xapian-omega/data/db2
auto /var/lib/xapian-omega/data/db3
Using the following returns nothing:
2011 Mar 08
1
MSet order
Hello
I defined a weighting scheme to simulate a king of "euclidean" distance.
To test it, i used a database with 1000 documents.
If I run :
enquire.set_weighting_scheme(MyWeight());
Xapian::MSet matches = enquire.get_mset(0, 1000);
I have a correct list of results.
But if I run Xapian::MSet matches = enquire.get_mset(0, 10);
I don't have the top-10 results.
If I run Xapian::MSet
2011 Feb 18
1
Is it possible to reset the parameters in BM25 each time a new query enters?
Hi guys,
I'm trying to improve the search results of our collection by tuning the parameters in the BM25 weighting schema. Since our collection includes several databases, such as for pictures, websites, etc., I would like to use different values of the same schema to calculate the weights. Yet, rebuilding each time after the change was done to the head file seems not an optimal approach and
2010 Oct 28
1
hypens in words + NEAR + 3 terms + AND_MAYBE => crash
Probably an uncaught malformed query - the following form of search queries
causes a crash for me (core 1.2.3, Perl API, 64bit Debian Lenny, self-compiled):
x-y NEAR test NEAR test
The first term can be anything with a hyphen in it but word characters at the
beginning and end ("3--3" will do). The other 2 terms can be anything.
"test NEAR x-y NEAR test" will not cause a
2008 Mar 19
1
fxo tdm400p issue
hi, all
I have configure tdm400p analog fxo card.
that's ok.
but how to chek that is working properly or not.
i chek with ztcfg -vvvv and zttool .
that's ok.
i want to dial from my fxo port to another extesion.
zaptel.conf
------------------
fxsls=1,2,3,4
defaultzone=in
loadzone=in
zapata.conf
----------------
context=mycontext
signalling=fxl_ls
group=1
channel=1-4
thanks' in
2006 May 03
2
help server crash
chek this out how can i fix this pple?
http://channels.debian.net/paste/2475
http://channels.debian.net/paste/2476
pls i need help
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://dovecot.org/pipermail/dovecot/attachments/20060503/266fdab0/attachment-0001.html>
2008 Jul 22
1
Accu-Chek Compass
Hi, I am a new user of Wine, and I am having trouble running the programme 'Accu-Chek Compass'.
It is a programme for diabetics, that downloads data from a meter, and then graphs it in all sorts of ways.
The Programme installs correctly, but when I try to run it, it just flashes on the screen for a split second, and exits.
Any help would be nice....
Plod.
2010 Sep 30
1
Routing of outgoing packets
Hi!
I am trying to use hping to chek the latency of our network.
Somehow things are not going to plan and I thought someone might be able
to shed some light on the subject.
Here is the setup:
(the IP addresses gvien here are fake, but they do represent the correct
state of the networking setup)
vlan interface IP mask
V2 eth0 192.168.20.20 32
2011 Mar 28
1
use scan("http://www.example.com/file.htm") with an hidden-fake IP adress
Dear users,
I am currently using scan(,what="character") to read - automacally - some
html pages,
I was wondering if there was an option to "hide" my IP-adress, or to use a
"fake" one ?
I would like to chek if the website is using my IP-adress to change the
content of the page (it is the price of airline tickets actually)
I want to see if it is possible to do a
2009 Oct 20
1
Systemfit package
Dear Arne Henningsen,
I send you this message because I have question with regard to systemfit package. I hope you answer to my request.
I estimated a system of equation bu using SUR method. The function summary(xx) gives me summary of estimated equation system. However, this function does not give my the value of the durbin watson statistic for each one of my equations (to chek for serial
2008 Mar 23
1
trouble with logging Windows XP pro in samba4
Hello Everybody
First I want to said thanks for the great job you've been done with samba4.
I'm french and I live in Reunion Island near South Africa.
Sorry if i'm english is wrong lol.
Here my trouble.
I follow the how to on the wiki samba.
I successfully join the domain I create.
But when I try to log a user on windows xp ( create via swat and configure in 2003 active
2010 May 26
2
Problems with Outlook clients after a migration
Hi,
I'm doing the final tests before I migrate my 10000 users from RHEL 4 +
dovecot 1.1.20 to RHEL5 + dovecot 1.2.11, and I'm having some serious problems
with outlook 2007 clients disconnecting very often.
In dovecot's log I see lot of connects and disconnects from these clients (as
oposed to my kmail, that just connects once when I come in and disconnects
when I shut it off).
2003 Nov 18
3
howto improve sharpeness of fonts in a jpg-image produced by R ?
Hi.
I've done a standard barplotexample using R1-8.0, redhat8, probably using a
GhostScript-integration.
How can I improve the "sharpness" of the fonts.
See for example the barplot (originally jpg coming from R) which is part of
this screendump:
http://www.zug.dk/Members/Nielssteenkrogh/1067525916309553166/element_103003161029
I'm not sure where to improve the this. Is it an
2004 Dec 14
3
make check-all failed on SLES8 for x86_64
Hi all,
I've only now noticed that on our Opteron boxes running Suse Enterprise
Server 8 that R-2.0.1 did not pass make chek-all. It bombed in
tests/lapack.R at:
> eigenok <- function(A, E, Eps = 1000 * .Machine$double.eps) {
V <- E$vect
lam <- E$values
stopifnot(abs(A %*% V - V %*% diag(lam)) < Eps, .... [TRUNCATED]
> Ceigenok <- function(A, E, Eps =
2007 Nov 08
2
centile reference chart / clildren growth chart - what package/method to use
We are constructing growth charts (age/weight and age/length) for children
with diagnosis that impacts weight/length.
But we we don't know how to use R for producing growth charts.
We are collection data of Age, Weight and Length.
The data are used to produce diagnosis-specific Growth charts (like the CDC
Growth Charts:
2007 Mar 19
2
sorting with criteria that are "out of order"
I try to sort this dataframe:
[,1] [,2] [,3] [,4] [,5] [,6] [,7] [,8]
[1,] "CM" "BARBY" "INCREASED" " 0" " 2" " 0" " 1" " 1"
[2,] "CM" "BARBY" "REDUCED" " 0" " 1" " 2" " 2" " 5"
[3,] "CM"
2004 Feb 28
2
logististic regression (GLM). How to get 95 pct. confidence limits?
Dear R-list.
I'm doing af logistic analyses using gml.
The model explaines variations in Adverse events infections (0 og 1) using
age as explanatory variable.
model2d<-glm(formula=AEorSAEInfecBac~Age,family=binomial("logit"),data=emrisk)
I want to get predictions with 95% confidence limits for age 30 and age 60.
I've been reading the "google" and "search
2010 May 17
0
[LLVMdev] ARM EABI Exceptions
Hello, Renato
> Anyone has any idea on the status of exception handling in clang/LLVM?
> DwarfException cannot be easily overwritten, and adding target specific
> code to it seems wrong...
Neither llvm-gcc nor clang support exceptions on ARM (except, maybe,
sjlj excheptions on arm/darwin). I have some patched uncommitted for
EH on ARM but they are too far from being complete.
--
With
2015 Dec 11
5
Samba-4 DNS issue
Folks
I've managed (due to me being fat-fingered that morning) to get a DNS zone in a Samba-4 DNS setup screwed up.
Basically I was trying to add a new A record to an internal domain "e2eservices.co.uk" using the MS administration tools (not the samba-tool CLI). However instead of adding the entry "styx" to the domain, I accidently added