Displaying 20 results from an estimated 20000 matches similar to: "PHP bindings now work for Windows"
2007 Apr 03
3
More weirdness with PHP bindings
Hi all,
There's been a odd bug reported to us by Daniel Menard while working on
the PHP bindings:
"I then tried to run the dotest target...All tests passed, except the
one about get_matching_terms (smoketest.php line 94).
I added this line before the exit:
for ($i=0; $i<strlen($terms); $i++) echo $c=ord($terms[$i]), ' ',
($c>31?$terms[$i]:''), "\n";
2008 Nov 19
1
ruby xapian bindings and windows
Hi,
I've compiled xapian 1.0.9 (core and buildings) on Windows Xp, using
Lemur's nmake files[1].
I'm trying to use acts_as_xapian [2] on RubyOnRails, but I'm facing a
problem with the rebuild index process.
in acts_as_xapian, to rebuild the index, a new
Xapian::WritableDatabase is created with a different path, then
flush() is invoked; lastly, the new path is renamed to the old
2007 Jul 09
7
Xapian pubmeet
Hi all,
A few of us have been discussing whether we should have a Xapian social
gathering of some kind. The current idea is meeting up in a pub in
London some time in autumn for drinks and food. However all of this
really depends on who might be able to come! It would be a chance to
meet other Xapian enthusiasts in an informal social setting and talk
about all things search-related (and
2010 Jun 04
2
Xapian-devel Digest, Vol 66, Issue 2
Hi Charlie,
Thanks for your reply.
I've modified config.mak according to README. I just want to output the
xapian dll for php, so i removed other config such python, csharp, etc. I
download source code from php site & set the path in config.mak accordingly.
It still reports this error. I'm confused which config i missed.
Thanks.
Jaber
2010/6/3 <xapian-devel-request at
2010 May 18
0
New stable release series - Xapian1.2.0 released
Le mar 18/05/10 11:49, "Charlie Hull" charlie at juggler.net a ?crit:
> On 14/05/2010 18:29, Emmanuel Engelhart wrote:
> > -----BEGIN PGP SIGNED MESSAGE-----
> > Hash: SHA1
> >
> > Le 14/05/2010 13:31, Charlie Hull a ?crit
> :
>> On 29/04/2010 08:22, Olly Betts
> wrote:
>>> I've uploaded Xapian 1.2.0 (including
> Search::Xapian
2008 Apr 30
1
Python bindings smoketest error
Hi all,
I'm getting an error in the smoketest. I'm using latest Swig and Python
bindings from SVN-HEAD:
File "smoketest.py", line 23, in <module>
import xapian
File
"C:\work\xapian\xapian-SVN\xapian-core\win32\Release\Python\xapian.py",
line 2099, in <module>
ValueRangeProcessor.__call__ = ValueRangeProcessor.__call
AttributeError: type
2008 Nov 28
1
Lucene & Solr
Hi all,
I've been asked to prepare a comparison of Lucene/Solr and Xapian and
I'm trying to find some differences between the two. I'm not that
familiar with Lucene myself but I expect there are lots of people who
will have looked at both before ending up on this mailing lists.
Can anyone help? I'm looking for both differences between the two
systems and perhaps the reasons
2007 Aug 21
0
Packaged Xapian Python 2.5 Bindings for Windows
Hi!
Just to mention, I have built the Xapian python bindings on Windows with
the Lemur Consulting makefiles, and packaged them up in a distutils
executable.
If anyone is interested, they are available here, in a nice easy to
install format:
http://www.raptorized.com/?page_id=136
I've only built them for Python 2.5 so far, but I'll try to package them
for 2.4 as well when I get home
2010 May 18
1
New stable release series -Xapian1.2.0 released
Le mar 18/05/10 12:10, emmanuel at engelhart.org a ?crit:
> Le mar 18/05/10 11:49, "Charlie Hull" charlie at j
> uggler.net a ?crit:> On 14/05/2010 18:29, Emmanuel Engelhart
> wrote:> > -----BEGIN PGP SIGNED MESSAGE-----
> > > Hash: SHA1
> > >
> > > Le 14/05/2010 13:31, Charlie Hull a
> ?crit> :
> >> On 29/04/2010 08:22, Olly
2008 Dec 16
0
Build files for Win32 now include C# bindings
Hi all,
As per subject line. The new build files for 1.0.9 are available from
http://lemurconsulting.com/Products/Xapian/Overview.shtml
I've not tested these extensively, although they appear to pass the
smoke test, so any test reports would be welcome.
Cheers
Charlie
2007 Jan 30
1
Re: [Xapian-commits] 7603: trunk/xapian-core/trunk/xapian-core/backends/flint/ trunk/xapian-core/backends/quartz/
hi,
I'm using Xapian on Windows with large files. My index directory is about 65 607 466 693 bytes:
2007-01-30 09:28 17 position_baseA
2007-01-30 10:06 17 position_baseB
2007-01-23 14:18 0 position_DB
2007-01-30 10:06 360 496 postlist_baseB
2007-01-30 10:06 23 623 852 032 postlist_DB
2007-01-30 10:06 88 432
2007 Jan 12
1
Re: [Xapian-commits] 7603: trunk/xapian-core/ trunk/xapian-core/backends/flint/ trunk/xapian-core/backends/quartz/
On Tue, Jan 02, 2007 at 03:55:59PM +0000, richard wrote:
> * backends/quartz/btree.cc,backends/flint/flint_io.h: Patches from
> Charlie Hull to allow 2GB+ index files work when compiled using
> Visual C++.
I suspect that xapian-compact.cc (and quartzcompact.cc if you can be
bothered) will also need fixing since they use off_t. You need to make
sure that the stat() function called
2006 Aug 04
0
Xapian article in PHP Architect
Hi all,
I've just seen a great article in PHP Architect all about Xapian,
written by Marco Tabini who set up the BeebleX PHP search site.
"..This level of specialization has allowed the developers of Xapian to
implement some features that, for a lack of a more technical term, can
only be defined as "extremely cool":.....'
It's a great introduction to Xapian and how
2014 Nov 29
4
Adding Support for Krovetz Stemmer Algo in Xapian
Hello,
As mentioned on the project ideas page, Adding more support for stemmer
algorithm,
i found an implementation of Krovetz Stemmer Algo in C++ but before
working on it to merge it into xapian, i needed help in recognizing the
license information associated with the source code.
To avoid further licensing issues kindly someone check the link
2006 May 10
1
Documentation for the PHP OO wrapper
I finally had a chance to spend some time on Olly's idea about
generating documentation for the object-oriented PHP wrapper
http://www.oligarchy.co.uk/xapian/patches/xapian9.phps
>Another way to approach it might be to postprocess Doxygen's XML output
>(which would allow mechanical changes to match PHP syntax).
>
>
I wrote an xslt script to test the idea (It is one of the
2007 Apr 19
1
Fixes for omega under Windows
Hi all,
There's been a lot of changes to Omega recently and the Windows build
wasn't working; I've attached a patch which should fix this. It's mainly
a lot of changes to use the "safe..." versions of header files.
Cheers
Charlie
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: patch3.patch
URL:
2010 Dec 14
0
Xapian Windows binaries now working
Hi all,
http://www.flax.co.uk/xapian_binaries is now working after a brief
glitch due to a website update - sorry!
Cheers
Charlie
2007 Apr 23
1
Patch for database code
Hi all,
Attached is a simple patch for Flint and Quartz; Visual C++ complains if
you try and define arrays with non-constant size.
Charlie
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: patch7.patch
URL: <http://lists.xapian.org/pipermail/xapian-devel/attachments/20070423/d92c683a/attachment.ksh>
2007 Jul 04
1
Latest patches for win32 build files
Hi all,
Some small patches are attached for the Win32 build files. Also,
currently it's failing a test on some of the new stuff:
...
Running test: spell1... ok
Running test: spell2... ok
Running test: spell3....flint\dbw\flintlock - The process cannot access
the file because it is being used by another process.
.flint\dbw\postlist.DB - The process cannot access the file because it
is being
2009 Apr 07
0
Binaries now available for Windows
Hi all,
We're now offering pre-built Windows binaries for Xapian examples, tools
and bindings for PHP, Python, Java-swig, Ruby and C#. You can find them at
http://www.flax.co.uk/xapian.shtml
I'd appreciate any feedback from those with more experience in a
particular language - for example I've built one-click installable
packages for Python, but I'm not sure if there's