search for: delve

Displaying 20 results from an estimated 530 matches for "delve".

Did you mean: dele
2015 Jan 26
2
delve not found
Hi all, Today I just cloned Xapian and Xapian-Docsprint from your GitHub repos and was working through the practical example in Python in your Getting Started with Xapian 1.2 guide. However after the index was generated, I wasn't able to inspect it with delve because the command was not found. My system set-up is a fresh install of Debian 7.8.0 as a virtual machine under Virtual Box, and I followed your HACKING and INSTALL guides for the dependencies and to bootstrap the config script, run the script (but without any special options/flags enabled), an...
2016 Jul 10
3
Xapian 1.4.0 released
On Fri, Jul 08, 2016 at 06:42:23PM -0700, Kevin Duraj wrote: > The issue is that delve was renamed to xapian-delve but documentation > is still saying that delve is delve. Who has access to update the > documentation? > > http://www.linuxfromscratch.org/blfs/view/svn/general/xapian.html That website has nothing to do with Xapian, so you probably need to contact whoever...
2016 Jul 06
2
Xapian 1.4.0 released
I have installed the new Xapian 1.4.0 , during the installation, I haven't seen any problems, however, when I execute commands quest and delve I get different versions, and my Perl-based searches return Exception: Couldn't detect type of database ... and what are these glass things in the index directories? There is a no new version of Perl Search::Xapian. $ quest -version quest - xapian-core 1.4.0 $ delve --version delve - xapian-c...
2015 Nov 14
1
Xapian-Haystack is available in Python 3
...n 3, and I thank you for that. Here I report some of the "features" that hindered this task from our perspective, so that Xapian devs are aware of the kind of problems a user may face on this process. 1. Dev version of Xapian has different names for their tools, namely xapian-config and delve. xapian-config became xapian-config-1.3, delve became xapian-delve-1.3. Suggestion: make names independent of oddity of the minor version. I don't find a compelling reason to force users to code: XAPIAN_VERSION = [int(x) for x in xapian.__version__.split('.')] if XAPIAN_VERSION[1] &l...
2016 Jun 20
2
Compilation problem with a few configure option
...cls -Wpointer-arith -Wcast-qual -Wcast-align -Wno-long-long -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wstrict-null-sentinel -Wshadow -Wstrict-overflow=1 -Wlogical-op -Wmissing-declarations -Wdouble-promotion -Winit-self -fvisibility=hidden -g -O2 -std=gnu++11 -o bin/xapian-delve bin/xapian-delve.o libgetopt.la libxapian-1.3.la libtool: link: g++ -fshow-column -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wno-long-long -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wstrict-null-sentinel -Wshadow -Wstrict-overflow=1 -Wlogical-op -Wm...
2016 Jan 08
2
Strange index consistency issue
...oc = db.get_document(*docid) In this situation, Recoll will try to update the doc. replace_document() then succeeds, and this repeats on the next indexing pass. This is with Xapian 1.2.16 Here follows a slightly edited version of what the user reports about experiments run with pure xapian-check/delve: Recoll 1.21.3 + Xapian 1.2.16 with two external indices (on a network server) and one local index. The setup has been running fine for weeks and the external indices update on a cron job overnight. Today, I searched for a term that I know is in many documents and can be foun...
2012 Jan 15
3
I'm trying to relate what I know about Omega/Scriptindex with the actual data
James, thanks for the explanations. I misread the notes. As an exercise, I'm trying to convert an existing project that currently uses Scriptindex and Omega to direct Xapian API calls. I did a (I think) complete dump of a document with delve -r 565 -d database and I see things like subject='A typical subject' with a corresponding set of terms like Sa Stypical Ssubject Which is what I expect, however I have two "fields" unixdate and summary which I've specified as unixdate : field date=unix summary : field...
2016 Jan 10
2
Strange index consistency issue
Olly Betts <olly <at> survex.com> writes: > > You could try: > > delve -t '' ./xapiandb > > That will list the document lengths, so you can see if document 6 is in > that list or not. I am the recoll user mentioned in the first post above. I still have a copy of the (potentially) corrupted index and I did the requested testing. I ran delve -t '...
2010 Jun 09
1
pam_winbind and krb5_auth
Hey list, I'm wondering if there is any advantage to be gained by using kerberos with pam_winbind. I've configured pam_winbind and enabled krb5_auth though apart from being granted a ticket, I'm unsure as to any advantage that would be gained by enabling Kerberos. Thanks, Matt Delves -- --------------------------------------------- Matthew Delves System Administrator Information Systems Networks & Infrastructure University of Ballarat ph: 03 5327 9732 email: m.delves at ballarat.edu.au
2016 Jul 09
0
Xapian 1.4.0 released
The issue is that delve was renamed to xapian-delve but documentation is still saying that delve is delve. Who has access to update the documentation? http://www.linuxfromscratch.org/blfs/view/svn/general/xapian.html Installed Programs: copydatabase, delve, quest, simpleexpand, simpleindex, simplesearch, xapian-check, x...
2009 Dec 22
7
puppet, mongel, nginx and new nodes
...us line: "<html>" Nginx seems to be receiving the message (had a quick look at the log file). Though puppet doesn''t appear to be. The setup I''m using is for nginx > 0.8.7 as detailed on http://reductivelabs.com/trac/puppet/wiki/UsingMongrelNginx Thanks, Matt Delves -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To post to this group, send email to puppet-users@googlegroups.com. To unsubscribe from this group, send email to puppet-users+unsubscribe@googlegroups.com. For more options, visit this g...
2016 Jul 11
0
Xapian 1.4.0 released
James, You are saying that when I search for "delve Xapian 1.4" on Google, a company worth of 491 Billion of Dollars and you saying that their top of the search result has nothing to do with Xapian. https://www.google.com/search?q=xapian+delve&ie=utf-8&oe=utf-8#q=delve+xapian+1.4 Whooo, that is strong. I don't think Google will e...
2016 Jul 12
3
Xapian 1.4.0 released
On Mon, Jul 11, 2016 at 02:02:56PM -0700, Kevin Duraj wrote: > You are saying that when I search for "delve Xapian 1.4" on Google, a > company worth of 491 Billion of Dollars and you saying that their top > of the search result has nothing to do with Xapian. > > https://www.google.com/search?q=xapian+delve&ie=utf-8&oe=utf-8#q=delve+xapian+1.4 Well, I'm not saying that it...
2023 Mar 27
1
manual flushing thresholds for deletes?
...gt; is 5 bytes. If we go for +1 that's: > > Actually, 10 may be too short in my case since there's a lot of > 40-byte SHA-1 hex (and likely SHA-256 in the future) from git; and > also long function names, etc... > > Without capitalized prefixes, I get a mean length from delve as 15.3571: > > xapian-delve -a -1 . | tr -d A-Z \ > awk '{ d = length - mean; mean += d/NR } END { print mean }' That's not weighted by frequency though, and short words tend to be more frequent, so you're likely skewing the answer. Also it'll include boolean te...
2009 Dec 17
12
puppet performance and inability to retrieve file metadata
...asynchronous stored configs as well. I''m wondering if this has anything to do with performance on the box and if there is anything to be done to address that issue. Currently there are roughly 100 nodes and this will end up growing. Any advice would be greatly appreciated. Thanks, Matt Delves -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To post to this group, send email to puppet-users@googlegroups.com. To unsubscribe from this group, send email to puppet-users+unsubscribe@googlegroups.com. For more options, visit this g...
2013 Oct 13
2
trouble with user's right indexing with omega
......). That work well with "other" and "group" right, but not in all case for "user" right. Here is an example: assume that we have an user "ftp" not in "users" group. If file right are: -rw-r------ 1 ftp users 13 2013-10-06 16:26 test.txt # delve -t "I*" dbb/ term `I*' not in database That's ok, "other" cannot read this file. # delve -t "I#users" dbb/ Posting List for term `I#users' (termfreq 1, collfreq 0): 1 That's ok, group 'users' can read this file. # delve -t "I at ftp&quo...
2008 Nov 05
4
select in form - best practice?
Q. What resource do readers recommend for referencing regarding best practices for form construction in Rails? I have the following situation: location_type of Locations may have one of five (5) possible codes. Presently I have these codes listed in a drop-down select constructed thusly: <p> <b>Location type</b><br /> <%= f.select :location_type,
2016 Jun 20
0
Compilation problem with a few configure option
...-Wcast-qual -Wcast-align > -Wno-long-long -Wformat-security -fno-gnu-keywords -Wundef > -Woverloaded-virtual -Wstrict-null-sentinel -Wshadow -Wstrict-overflow=1 > -Wlogical-op -Wmissing-declarations -Wdouble-promotion -Winit-self > -fvisibility=hidden -g -O2 -std=gnu++11 -o bin/xapian-delve > bin/xapian-delve.o libgetopt.la libxapian-1.3.la > libtool: link: g++ -fshow-column -Wall -W -Wredundant-decls > -Wpointer-arith -Wcast-qual -Wcast-align -Wno-long-long > -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual > -Wstrict-null-sentinel -Wshadow -Wstrict-ov...
2010 Jun 03
8
authenticating new nodes that are created by provisioning
...master and then run puppet again. What I would like to do is accept the certificate automatically, though am hesitant to do so as then anyone could just register against the puppetmaster. Is there a way to do this securely? Thanks, Matt. -- --------------------------------------------- Matthew Delves System Administrator Information Systems Networks & Infrastructure University of Ballarat ph: 03 5327 9732 email: m.delves@ballarat.edu.au -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To post to this group, send email to puppet...
2023 May 03
1
manual flushing thresholds for deletes?
...+1 that's: > > > > Actually, 10 may be too short in my case since there's a lot of > > 40-byte SHA-1 hex (and likely SHA-256 in the future) from git; and > > also long function names, etc... > > > > Without capitalized prefixes, I get a mean length from delve as 15.3571: > > > > xapian-delve -a -1 . | tr -d A-Z \ > > awk '{ d = length - mean; mean += d/NR } END { print mean }' > > That's not weighted by frequency though, and short words tend to be more > frequent, so you're likely skewing the answer. Als...