Displaying 20 results from an estimated 9000 matches similar to: "document weights"
2011 Mar 04
1
swapping database mid replication
The Xapian documentation talks about a situation where you don't want to
do two database swaps while in the process of replicating. It says...
To confuse the replication system, the following needs to happen:
1. Start with two databases, A and B.
2. Start a replication of database A.
3. While the replication is in progress, swap B in place of A (ie, by
moving the files around, such that B
2011 Jan 20
1
replicating a compacted database
Suppose that I'm indexing on a database foo, and I'm replicating it to
another database bar using xapian-replicate. If I compact foo and
produce foo2, can I safely use xapian-replicate on foo2 to bar? The
version in question is 1.2.4.
Thanks,
Wes
--
http://www.s7labs.com
2012 Jan 20
0
Python Xapian tutorial
I've written a little Xapian tutorial using Python that indexes tweets.
It's hopefully useful to anybody trying to figure out how it all works
in Python (actually, how it all works in general). Please let me know if
I've made any mistakes, and comments are always welcome.
http://www.s7labs.com/learn/xaptut/
Wes
--
http://www.s7labs.com
2008 Dec 18
2
username aliases?
Is it possible to specify aliases for the username, so that a user can
choose any 1 of several names to log in with?
Like let's say we have my name as a username, "Wesley". But what I if I want
to be very lazy and only sign in with "wes"? And I would like to have the
option of using either. And if I change any attribute of one alias, it's all
stored in the same place,
2006 May 21
2
Samba share question
I have the following Samba share:
[Programs]
writable = yes
path = /home/wes/Download
I want myself to have write access, and everyone else to have read-only
access. The write access works fine when I authenticate, but anyone that
does not authenticate gets the you do not have permission error. The
/home/wes/Download folder ACL has read access to group and others. What do
I need to do to
2010 Apr 02
1
Question from a new user of xapian: query term weight
Hi all,
I've been a Lucene user for the past year, but lately, with most of my
project moving to Python, I really love Xapian's clean python binding.
I can't seem to see how to boost a query term using Xapian's query
syntax. In Lucene, there is "hello^4 world^.2" to boost "hello" and
suppress "world". However, digging through Xapian's
2006 Jan 25
1
Dial String Questions
Hi all-
My TDM long distance is provided by MCI. We use account codes where MCI
sends a challenge tone after receiving 1NXXNXXXXXX. Anyone have any
suggestions of how to accomplish this? I can't get the soft phones to send
the DTMF (the other digits go down the d-channel of our PRI). I also have
not bee able to get the dial or the outgoing queue command to work. Anyone
run into this?
2011 May 30
1
[LLVMdev] Type::removeAbstractTypeUser crash when freeing module from ExecutionEngine
hi list,
I've got a situation where I'm constantly adding and removing Modules
from an ExecutionEngine. When removing a module and the jitstate is
freed, clean up of the StructLayoutMap ends up trying to access a Type
instance was was already freed by the removal of another Module. In
trying to debug this, it basically comes down to a Type instance
serving as key in
2006 Nov 08
2
freebsd-security Digest, Vol 184, Issue 2
On Nov 4, 2006, at 8:30 AM, Wesley Shields <wxs@atarininja.org> wrote:
>
> On Fri, Nov 03, 2006 at 07:54:59AM -0800, Ricardo A. Reis wrote:
> [...]
>> In the II COLARIS - Joanna Rutkowska alert the possible
>> new technology of Malware's using hardware virtualization, present
>> in AMD and INTEL new processor.
>>
>> I've two questions ...
2019 Mar 08
0
imap segfault in libc.so with CLucene FTS backend enabled
Steps to reproduce:
- Enable CLucene FTS in Dovecot;
- Open mailbox with MUA;
- Search for message with any text;
- IMAP session crash.
OS: Gentoo Base System release 2.6
Version:
FTS: dev-cpp/clucene-2.3.3.4-r6
IMAP: net-mail/dovecot-2.3.2.1
LIBC: sys-libs/musl-1.1.21
Dovecot FTS config:
plugin {
fts = lucene
fts_lucene = whitespace_chars=@. normalize no_snowball
fts_autoindex=yes
2006 Apr 03
4
Multiple file uploads - only one file object gets posted
All,
Trying to upload multiple files.
Form:
<% index = 0
for @image in images do %>
<TR>
<TD>
<%= @image.path.split(''/'').last[0..39] %>:
<% if ((! @image.path.nil?) && (@image.path.length > 40)) %>
<%= h("...") %>
<% end %>
</TD>
<TD>
<%=
2017 Jan 24
2
CentOS AMI's published to AWS
Greetings! Can someone please explain the process for publishing CentOS 7
AMI's to AWS?
I see the "official" CentOS marketplace page here:
https://aws.amazon.com/marketplace/pp/B00O7WM7QW
However, if I select us-west-2 and launch based on the current AMI that was
released on 2/26/2016, I see that it is CentOS 7.2.1511 at boot up.
Do new AMI's get published on a particular
2006 Mar 11
4
Unable to add computer to domain
I have an OpenLDAP backend, Samba knows how to talk to it, my Samba users
are stored in LDAP and file shares work fine authenticating to the LDAP
server.
I tried executing smbldap-useradd -w server02 on the command-line and got
the following error:
failed to perform search; Can't contact LDAP server at
/usr/lib/perl5/vendor_perl/5.8.7/smbldap_tools.pm line 362, <DATA> line 283.
Error
2012 Oct 15
1
fts = squat solr
I don't know if this was supposed to have changed with dovecot2, but
http://wiki.dovecot.org/Plugins/FTS shows
fts = squat solr
so, since I have the lucene plugin?"fts = lucene" works by itself?I
tried
fts = squat lucene
but:
$ doveadm index '*'
doveadm(dave): Error: fts: Failed to initialize backend 'squat lucene': Unknown backend
So, is that syntax
2006 Jul 04
3
Recalculating the score
Hey ..
I''m using ferret to index various objects and i''m create a
Ferret::Document for each of these objects. Indexing and searching is
working fine.
Each of these Ferret::Documents has a ''relevance'' field, storing an
integer, how relevant this object is for the search. The ''relevance'' is
in the range of 1..10
Now i would like to
2004 Jun 27
0
problem connecting to Samba share
OS: Mandrake 10.0 Official PowerPack
Samba version: 3.0.2a
OpenLDAP: 2.1.25
smb.conf:
# Global parameters
[global]
workgroup = WSLYHBB
netbios aliases = wslyhbb
server string = Wes' Computer
map to guest = Bad User
smb passwd file =
passdb backend = ldapsam:ldap://wslyhbb.personal-pc.com
passwd program = /etc/passwd
unix password sync = Yes
client plaintext auth = No
log file =
2012 May 21
1
Failed build with lucene plugin
Hi,
I've tryed build dovecot with the lucene plugin but I have this is output:
/bin/sh ../../../libtool --tag=CXX --mode=compile c++
-DHAVE_CONFIG_H -I. -I../../.. -I../../../src/lib
-I../../../src/lib-mail -I../../../src/lib-index
-I../../../src/lib-storage -I../../../src/plugins/fts
-I../../../src/doveadm -I/usr/local/include -I/usr/local/lib -O2
-pipe -fno-strict-aliasing
2012 Oct 15
1
[BUG] Lucene plugin breaks header substring search
According to the IMAP spec if I do a search for "TO isocpp.org" it
should find all the messages whose To: field contains the string
"isocpp.org", but dovecot is returning me an empty list. However, a
search for "TO tm at isocpp.org" produces a long list of messages. This
behavior is present if I *even load* the lucene fts plugin.
Note that lucene isn't in use
2014 May 27
0
doveadm fts: mbox/lucene-indexes, and other errors
I turned on fts_autoindex today, and wanted to rescan all my mailboxes....
Ran doveadm -Dv fts rescan, and garnered:
thebighonker.lerctr.org /home/ler/mail $ doveadm -Dv fts rescan
doveadm(ler): Debug: Loading modules from directory:
/usr/local/lib/dovecot
doveadm(ler): Debug: Module loaded:
/usr/local/lib/dovecot/lib20_fts_plugin.so
doveadm(ler): Debug: Module loaded:
2011 Dec 01
1
v2.1.rc1 missing SnowballAnalyzer.h
While trying to test v.2.1.rc1 with
configure \
--with-lucene \
--without-stemmer \
[...]
I get the following error:
[...]
/bin/sh ../../../libtool --tag=CXX --mode=compile
i686-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I../../.. -I../../../src/lib
-I../../../src/lib-mail -I../../../src/lib-index
-I../../../src/lib-storage -I../../../src/plugins/fts
-I../../../src/doveadm -O2 -march=i686