Displaying 20 results from an estimated 2000 matches similar to: "add some class to wrap all operation of file"
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, xapian-chert-update,
xapian-compact, xapian-config, xapian-inspect,
2020 Mar 22
0
Unable to build RPM for Centos 7
Hi,
we are an email hosting provider and we are looking at xapian to improve
our user experience about email search.
So we staring to build xapian 1.4.15 on Centos 7 with your
xapian-core.spec and move it and the source code in /root/rpmbuild/SPECS
and SOURCE, but we have this error after run "rpmbuild -ba":
[...]
Elaborazione file: xapian-core-devel-1.4.15-1.x86_64
errore: File
2009 Apr 20
1
New bindings for Xapian
Hello. I've written the bindings for the Concept Application Server for Xapian (and included into the default package).
The sources are available here: http://www.radgs.com/downloads/standard.search.xapian-1.0.tar.gz
And the Concept Include files here: http://www.radgs.com/downloads/xapian-include-1.0.tgz
Also, i've rewritten 2 examples in Concept:
2007 Feb 04
1
Java Bindings on a Mac
I had to make some changes (sorry no diff available) to "configure" in
0.9.9 of the bindings so that I could compile them for OS X 10.4.8.
Essentially I replaced the the paths to jni.h with
/System/Library/Frameworks/JavaVM.framework/Headers. It compiled
without error and created both libxapian_jni.so and xapian_jni.jar in
the "built" subdirectory when I ran "make
2016 Feb 25
0
Database left unlocked by Tcl bindings
On Wed, Feb 24, 2016 at 04:30:55PM +0100, Eric J wrote:
> On Wed, 24 Feb 2016 03:17:35 +0000, Olly Betts <olly at survex.com> wrote:
> >On Mon, Feb 22, 2016 at 12:26:27PM +0100, Eric wrote:
> >> % package require xapian 1.0.0
> >> 1.2.18
> >
> > I've tested with 1.2.18 and can't reproduce this with that version
> > either (is that also
2016 Feb 25
2
Database left unlocked by Tcl bindings
On Thu, 25 Feb 2016 02:24:51 +0000, Olly Betts <olly at survex.com> wrote:
> On Wed, Feb 24, 2016 at 04:30:55PM +0100, Eric J wrote:
>> On Wed, 24 Feb 2016 03:17:35 +0000, Olly Betts <olly at survex.com> wrote:
>>>On Mon, Feb 22, 2016 at 12:26:27PM +0100, Eric wrote:
>>>> % package require xapian 1.0.0
>>>> 1.2.18
>>>
>>>
2016 Feb 24
4
Database left unlocked by Tcl bindings
On Wed, 24 Feb 2016 03:17:35 +0000, Olly Betts <olly at survex.com> wrote:
>On Mon, Feb 22, 2016 at 12:26:27PM +0100, Eric wrote:
>> On Sun, 21 Feb 2016 22:33:22 +0000, Olly Betts <olly at survex.com> wrote:
>>> On Sun, Feb 21, 2016 at 02:15:25PM +0100, Eric J wrote:
>>>> I discovered, while trying to set up Tcl bindings for Notmuch
>>>>
2012 Mar 07
2
SSOAP and Chemspider: Security token?
Dear community,
has anyone managed to get SSOAP working with the ChemSpider Web APIs, using functions which need the security token?
I use SSOAP 0.9-0 from the OmegaHat repository.
In the example code from SSOAP there is a sample which uses a token function. Interestingly, it checks if(!is.character(token)) first (and proceeds if the token is NOT character.) I can't test that function since I
2017 Mar 15
2
xapian core missing link to math on MSYS2
Dear All,
I've tried to build xapian-core 1.4.3 on MSYS2. It fails with attached
error (undefined reference to `exp10'). I think it might be missing an
explicit link to 'm'. I'm not able to fix this myself as I do not
know autotools sufficiently well, but I hope you might be able to help.
Cheers,
Mario Emmenlauer
--
BioDataAnalysis GmbH, Mario Emmenlauer Tel.
2009 Aug 17
1
Xapian DatabaseError
Hi, I've a problem to integrate xapian in my web application. I've developed the code for index e for search the documents published through my application.
The app is developed in PHP. I've created a file that contain some function for search (called simpleSearch and advSearch).
The problem is that if i run the code through the IDE (Zend for Eclipse) as PHP script it work correctly,
2011 Jan 24
2
Memory leak
Hello,
There is a memory leak in Xapian 1.2.4.
We use a persistant connection in FastCGI processes. As soon
as we catch this exception, "dmalloc" recognizes memory leaks:
The revision being read has been discarded - you should
call Xapian::Database::reopen() and retry the operation
Down below the output of "dmalloc".
This happens only on the production system. On my
2005 Nov 08
2
crash in PHP4 examples
Hi,
I have been experimenting with simpleindex.php in the php4 examples.
However, the command seems to crash on exit:
$ php simpleindex.php h < simpleindex.php
Segmentation fault
I ran it through gdb to get a stack trace (see below). It looks to me as
if the WritableDatabase may be getting deleted twice. Can this be fixed,
or alternatively is there any work around?
I'd have a look at
2016 Feb 24
0
Database left unlocked by Tcl bindings
On Mon, Feb 22, 2016 at 12:26:27PM +0100, Eric wrote:
> On Sun, 21 Feb 2016 22:33:22 +0000, Olly Betts <olly at survex.com> wrote:
> > On Sun, Feb 21, 2016 at 02:15:25PM +0100, Eric J wrote:
> > > I discovered, while trying to set up Tcl bindings for Notmuch
> > > (https://notmuchmail.org/), which uses Xapian, that flintlock was not
> > > being locked (I
2006 Jun 08
0
Question about searchgenerator
Hi,
I am using the search generator in my application. How do i incorporate
this to the application when i deployed it on a host since i can''t
install simplesearch via gem on the server? I tried unpacking the gem on
my local machine. I got the folder SimpleSearch-0.5.0 and i added it to
the vendor directoy of rails. I also added ''require_gem simplesearch'' to
the
2008 Feb 28
0
CentOS 5.1 86_64 : cannot open shared object file
Can't load '/usr/lib64/perl5/site_perl/5.8.8/x86_64-linux-thread-multi/auto/Search/Xapian/Xapian.so'
for module Search::Xapian: libxapian.so.15: cannot open shared object
file: No such file or directory at
/usr/lib64/perl5/5.8.8/x86_64-linux-thread-multi/DynaLoader.pm line
230.
at ./simplesearch.pl line 7
Compilation failed in require at ./simplesearch.pl line 7.
BEGIN
2017 Feb 09
2
[PATCH] virtio: Try to untangle DMA coherency
On Thu, Feb 09, 2017 at 06:31:18PM +0000, Will Deacon wrote:
> On Thu, Feb 09, 2017 at 08:17:16PM +0200, Michael S. Tsirkin wrote:
> > On Thu, Feb 02, 2017 at 04:40:49PM +0000, Will Deacon wrote:
> > > On Thu, Feb 02, 2017 at 06:30:28PM +0200, Michael S. Tsirkin wrote:
> > > > I am inclined to say, for 4.10 let's revert
> > > >
2017 Feb 09
2
[PATCH] virtio: Try to untangle DMA coherency
On Thu, Feb 09, 2017 at 06:31:18PM +0000, Will Deacon wrote:
> On Thu, Feb 09, 2017 at 08:17:16PM +0200, Michael S. Tsirkin wrote:
> > On Thu, Feb 02, 2017 at 04:40:49PM +0000, Will Deacon wrote:
> > > On Thu, Feb 02, 2017 at 06:30:28PM +0200, Michael S. Tsirkin wrote:
> > > > I am inclined to say, for 4.10 let's revert
> > > >
2012 Oct 02
1
Exception in thread "main" java.lang.UnsatisfiedLinkError: no xapian_jni in java.library.path
Hello
I am trying to use the java binding for xapian .
I am using ubuntu i have compiled the java binding and i got .so and .jar
file in build directory.
i tried to compiled the sample program from eclipse i get this exception
Exception in thread "main" java.lang.UnsatisfiedLinkError: no xapian_jni in
java.library.path
at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1681)
at
2017 Feb 10
1
[PATCH] virtio: Try to untangle DMA coherency
On Thu, Feb 09, 2017 at 06:31:18PM +0000, Will Deacon wrote:
> On ARM (and other archs such as
> Power), having a mismatch between a cacheable and a non-cacheable mapping
> can result in a loss of coherency between the two (for example, if the
> non-cacheable gues accesses bypass the cache, but the cacheable host
> accesses allocate in the cache).
I guess it's an optimization
2017 Feb 10
1
[PATCH] virtio: Try to untangle DMA coherency
On Thu, Feb 09, 2017 at 06:31:18PM +0000, Will Deacon wrote:
> On ARM (and other archs such as
> Power), having a mismatch between a cacheable and a non-cacheable mapping
> can result in a loss of coherency between the two (for example, if the
> non-cacheable gues accesses bypass the cache, but the cacheable host
> accesses allocate in the cache).
I guess it's an optimization