similar to: Xapian Windows binaries now working

Displaying 20 results from an estimated 20000 matches similar to: "Xapian Windows binaries now working"

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 Oct 14
1
Windows Binaries
Hi All, I've tried to grab the Windows binaries from here: http://www.flax.co.uk/xapian_binaries but seem to be running into a problem with the Xapian-Tools packages. I've downloaded version 1.0.22, 1.2.3, and 1.0.21 and all three are giving me errors when I try to decompress the archive. I've tried downloading using Safari, Chrome, and IE; all with the same results. I also grabbed
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
2012 Aug 06
1
Windows link.exe error : libbrass.lib(brass_table.obj) : unresolved external symbol _inflateEnd
Hi guys, I discovered xapian today and I'm trying it because it looks promising compared to other FTS engines. However I'm in a windows environment so it's a bit painful to set up as there is no official binaries. I've heard about http://www.flax.co.uk/xapian_binaries And I'm trying to build their latest release (1.2.8). After a few tries I manage to compile everything with
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
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
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
2010 Oct 03
1
Xapian 1.0.22 released
I've uploaded Xapian 1.0.22 (including Search::Xapian 1.0.22.0), which as usual you can download from: http://xapian.org/download The 1.0 branch is firmly in maintenance mode now. This release fixes some minor bugs and improves portability a little. The full lists of user-visible changes are linked to from here, and from the "[news]" links on the download page:
2011 Jan 14
1
Xapian 1.0.23 released
I've uploaded Xapian 1.0.23 (including Search::Xapian 1.0.23.0), which as usual you can download from: http://xapian.org/download This release fixes a few bugs and improves portability to Cygwin. This will probably be the last release from the 1.0 series. 1.2.0 was released 8.5 months ago, and we'll probably want to start a new development series soon, so it's time to retire 1.0.
2010 Jun 29
1
Xapian 1.2.2 released
I've uploaded Xapian 1.2.2 (including Search::Xapian 1.2.2.0). If you are wondering what happened to 1.2.1, a couple of portability issues were found after packaging it but before announcing it, so we decided not to widely publicise it, and prepare 1.2.2 to fix these. The logs showed at least one download of 1.2.1 already, hence we didn't just reuse that version. As usual you can
2010 Aug 27
2
Xapian 1.2.3 released
I've uploaded Xapian 1.2.3 (including Search::Xapian 1.2.3.0). As usual you can download from: http://xapian.org/download You can read an overview of the release here: http://trac.xapian.org/wiki/ReleaseOverview/1.2.3 The full lists of user-visible changes are linked to from there, and from the "[news]" links on the download page. As always, if you encounter problems, please
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
2010 Apr 29
2
New stable release series - Xapian 1.2.0 released
I've uploaded Xapian 1.2.0 (including Search::Xapian 1.2.0.0). This is the first release in a new stable release series! 1.0.x will continue to be updated with bug-fixes for a while, but we will be moving focus away from it and once any issues with 1.2.x have been sorted out, we'll only fix critical bugs in 1.0.x. Please don't confuse 1.2.0 with 1.0.20 announced a few days ago.
2010 Jun 19
2
Xapian 1.0.21 released
I've uploaded Xapian 1.0.21 (including Search::Xapian 1.0.21.0), which as usual you can download from: http://xapian.org/download The most notable changes in this release are: Xapian-core API: * Xapian::Stem now recognises "nb" and "nn" as additional codes for the Norwegian stemmer. * Xapian::QueryParser now correctly parses a wildcarded term in between two other
2011 Dec 14
2
Xapian 1.2.8 released
I've uploaded Xapian 1.2.8 (including Search::Xapian 1.2.8.0). As usual you can download from: http://xapian.org/download You can read an overview of the release here: http://trac.xapian.org/wiki/ReleaseOverview/1.2.8 The full lists of user-visible changes are linked to from there, and also from the "[news]" links on the download page. As always, if you encounter problems,
2010 Aug 04
1
Xapian binary download
I have been looking for an open source search engine for use on a company intranet site to search certain file repositories. I am not a software developer so compiling myself is not an option. Is there a binary download available for use in JavaScript? Also, is Xapian able to index the contents of office documents? Regards Ashley Ashley Jennings Fuel Management & Indication - EDYUCC 07L
2010 Dec 20
4
Xapian 1.2.4 released
I've uploaded Xapian 1.2.4 (including Search::Xapian 1.2.4.0). As usual you can download from: http://xapian.org/download You can read an overview of the release here: http://trac.xapian.org/wiki/ReleaseOverview/1.2.4 The full lists of user-visible changes are linked to from there, and also from the "[news]" links on the download page. As always, if you encounter problems,
2011 Jun 13
2
Xapian 1.2.6 released
I've uploaded Xapian 1.2.6 (including Search::Xapian 1.2.6.0). As usual you can download from: http://xapian.org/download You can read an overview of the release here: http://trac.xapian.org/wiki/ReleaseOverview/1.2.6 The full lists of user-visible changes are linked to from there, and also from the "[news]" links on the download page. As always, if you encounter problems,
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
2011 Apr 13
0
Xapian developers at ECIR in Dublin next week
I'll be at ECIR 2011 in Dublin next week, from Monday 18th to Thursday 21st: http://www.ecir2011.dcu.ie/ Richard Boulton and Charlie Hull will be speaking at the Industry Day on the Thursday, which I think runs in parallel to the conference. If anyone else is around, do say hello. Cheers, Olly