similar to: range query for terms

Displaying 20 results from an estimated 400 matches similar to: "range query for terms"

2015 Mar 29
1
range query for terms
Thank you, Olly! I tried to figure out a picture about how index/query related to the B-tree block access on disk. I think I'm all messed up and failed. now I am trying to index docs in json format, and came to a question about prefix mapping: a json doc like: {"starttime":1111,"endtime":2222} considerring mapping prefix to slot number in two ways:
2013 Jun 25
1
Direct network link for glusterfs servers and client mount glusterfs from lan
Hello I have 2 gluster servers (10.0.1.11 and 10.0.1.12) and 1 client(10.0.1.1) on same lan. I added a direct network link between the 2 servers (10.10.10.11 and 10.10.10.12). From 1 gluster server : $ sudo gluster peer probe 10.10.10.12 $ sudo gluster peer status Number of Peers: 1 Hostname: 10.10.10.12 Uuid: 467b70c7-c5b5-48c3-9026-4a2b3eadc5b8 State: Peer in Cluster (Connected) $ sudo
2019 Sep 17
3
Improving partial lookup results
Hi, I'm exploring using Xapian to to replace a database-backed people lookup. It's working well but I'd like to know if there's anything more I can do to increase accuracy. It handles partial phrases well, so long as the first part is complete (e.g. "Peter Bow" expands well). If instead I type "P Bow" it fails to work, as the expansion is done at the end. Is
2016 Dec 29
2
Formulating Advanced Queries with Xapian-Omega
To Olly Betts: Thank you very much for any feedback. I apologise for this belated reply and also for the fact that the text of the previous posting appeared fragmented, due to its fixed chars/line format. With reference to: > Can, or could, one construct a query so that Omega (Xapian) can handle > this ? > > ... perhaps with some type of Regex ? > > It would seem
2003 Jun 19
3
Unexpected IP resolution
hi! Sorry in advance if I am not on the right mailing-list and sorry if my question is cover somewhere is doc (I didn't find anything). The result from nmblookup (same result on all platform) for a given samba server isn't what I expect. The key part of my smb.conf is: [global] netbios name = ourserver2 netbios aliases = ourserverdev ourserverlab ourserver name
2012 Jul 06
1
multiword synoyms
I am using synoyms and cannot determine how to use them in following example: $db->add_synonym('Zfoobar','Zfoo Zbar') or $db->add_synonym('Zfoobar','Zfoo AND Zbar') Or is this general not possible? MfG Felix
2004 Aug 06
3
icecast2 ogg vorbis client request headers
Can anyone shed some light as to what icecast2 accepts as a client request methods for ogg vorbis, apparently there is a difference bettween the way icecast2 handles mp3 and ogg vorbis. php example for mp3 that works fwrite($fp,"GET /mymp3 HTTP/1.1\nUser-Agent:$HTTP_USER_AGENT\n\n"); php example for ogg that doesnt work fwrite($fp,"GET /mymnt.ogg
2024 Jun 23
3
Fwd: Two DNS issues with samba
Hi, - I have changed my /etc/resolv.conf for all my three DCs. ### DC 01-03 nameserver 10.10.10.11 nameserver 10.10.10.12 nameserver 10.10.10.13 search intern.preiss.network - In the next step I changed my /etc/hosts for each DC ### DC1 127.0.0.1 localhost 10.10.10.11 01-dc01.intern.preiss.network 01-dc01 ### DC2 127.0.0.1 localhost 10.10.10.12 01-dc02.intern.preiss.network 01-dc02
2024 Jun 14
1
Fwd: Two DNS issues with samba
On Fri, 14 Jun 2024 08:04:57 +0200 Ronny Preiss via samba <samba at lists.samba.org> wrote: > Am Mo., 10. Juni 2024 um 10:14 Uhr schrieb Rowland Penny via samba < > samba at lists.samba.org>: > > > On Sun, 9 Jun 2024 13:18:10 +0200 > > Ronny Preiss via samba <samba at lists.samba.org> wrote: > > > > > > No need to build Samba yourself, you
2013 Oct 30
2
Lucene 3.6.2 backend for xapian (#25)
[Replying to xapian-devel, as I think a wider audience would be useful] On Mon, Oct 21, 2013 at 11:24:51PM +0800, jiangwen jiang wrote: > yes, it's less efficient. Lucene database has multiple segments, each > segment can treat as a independent database. The same term may exists in >= > 1 segments. Sorry for taking a while to respond - I've been both busy and mulling this
2007 Feb 09
1
Fetching document content by Q term in Python
Hello, I'd like to be able to retrieve the indexes stored copy of the document text and tried the following: terms = self.db.allterms() terms.skip_to('Q' + uri.encode('utf-8')) term = terms.next() doc = self.db.get_document(term[1]) print doc.get_data() I just wildly guessed that [1] was the docid, but of course it isn't. So the question is, how do I
2013 Jan 16
6
[PATCH v2 0/2] make mac programming for virtio net more robust
From: Amos Kong <akong at redhat.com> Currenly mac is programmed byte by byte. This means that we have an intermediate step where mac is wrong. Second patch introduced a new vq control command to set mac address in one time. V2: check return of sending command, delay eth_mac_addr() Amos Kong (2): move virtnet_send_command() above virtnet_set_mac_address() virtio-net: introduce a new
2013 Jan 16
6
[PATCH v2 0/2] make mac programming for virtio net more robust
From: Amos Kong <akong at redhat.com> Currenly mac is programmed byte by byte. This means that we have an intermediate step where mac is wrong. Second patch introduced a new vq control command to set mac address in one time. V2: check return of sending command, delay eth_mac_addr() Amos Kong (2): move virtnet_send_command() above virtnet_set_mac_address() virtio-net: introduce a new
2003 Jan 29
1
Multiple Samba Instances on a Single Distribution.
Hello, I am wondering if anyone else has thought that it might be good to be able to run multiple instances of samba on a single machine ? I currently accomplish this task with VMware and multiple vm's. But it seems to me that it may be simpler if samba were able to run multiple instenses, with unique configs and smbpasswds, binding to unique aliased ethernet devices! Such that on a single
2010 Oct 08
1
Get a list of all terms in an indexed corpus
Hello, I have a corpus that I have indexed with xapian/xappy and I would now like to generate a corpus-specific list of stopwords. (This is a technical corpus, so a typical stopword list wouldn't be helpful.) My first thought was to ask the xapian database for a list of terms followed by their frequency. My intuition is that I could probably bring together a list of stopwords by examining
2024 Jun 10
1
Fwd: Two DNS issues with samba
On Sun, 9 Jun 2024 13:18:10 +0200 Ronny Preiss via samba <samba at lists.samba.org> wrote: > > No need to build Samba yourself, you can find packages here: > > > > http://www.corpit.ru/mjt/packages/samba/ > How can I install these files? Try reading the 'README' file from the link I posted. > > Here are the requested files from both servers. > >
2024 Jun 08
1
Fwd: Two DNS issues with samba
On Sat, 8 Jun 2024 17:05:25 +0200 Ronny Preiss via samba <samba at lists.samba.org> wrote: > Hi, > > I have two problems with my 2 Samba AD-DC. I don't know if the two > problems are related. > Both domain controllers show the same error pattern for problem 1.The > second problem only occurs with the second domain controller. > The domain itself seems to work and
2024 Jun 14
1
Fwd: Two DNS issues with samba
Am Mo., 10. Juni 2024 um 10:14 Uhr schrieb Rowland Penny via samba < samba at lists.samba.org>: > On Sun, 9 Jun 2024 13:18:10 +0200 > Ronny Preiss via samba <samba at lists.samba.org> wrote: > > > > No need to build Samba yourself, you can find packages here: > > > > > > http://www.corpit.ru/mjt/packages/samba/ > > How can I install these
2005 Feb 25
2
Bug in TermIterator::skip_to() ?
Hi all, I've been toying with xapian (mostly using the Python bindings) and I think I've hit a bug in the TermIterator::skip_to() method (or maybe in QuartzAllTermsList::skip_to()). I've attached a c++ source file that demonstrates the issue. In short, if you have a WritableDatabase, ask for the all-terms TermIterator with db.allterms_begin(), and then skip_to() a word that is itself
2012 Apr 14
1
[xapian] a bug fixed in brass_database.cc
Hi all, I fixed a bug in brass_database.cc. The bug is: *FIXME: this should be done by checking memory usage, not the number of* *changes. We could also look at the amount of data the inverter object* *currently holds.* I also modified the simpleindex.cc so that it now supports batch files indexing. -- Weixian Zhou Department of Computer Science and Engineering University at Buffalo, SUNY