Displaying 20 results from an estimated 46 matches for "lemurconsulting".
2006 Dec 22
1
xapian + win XP + 2GB
hi,
I have problem with Xapian on Win XP. I compile Xapian with VC 7.0 using win32.mak from Lemurconsulting. I want to use files 2GB+ but unfortunetly this not work. I know that configure in Linux version change something to allow using large files.
Could anyone help me.
regards,
Grzegorz
----------------------------------------------------
Dwie kobiety i ten sam problem - FACECI! Czy ?wi...
2006 Dec 06
1
Bug and patch for +terms with wildcards
...e.
*/
static std::string get_op_name(Xapian::Query::Internal::op_t op);
Index: ChangeLog
===================================================================
--- ChangeLog (revision 7553)
+++ ChangeLog (working copy)
@@ -1,3 +1,24 @@
+Tue Dec 05 22:25:28 GMT 2006 Richard Boulton <richard at lemurconsulting.com>
+
+ * queryparser/queryparser.lemony: Fix parsing of queries of the
+ form "+foo* bar", where no terms in the database match the
+ wildcard "foo*", but bar does exist in the database. Previously,
+ such queries would be equivalent to &q...
2004 Dec 10
0
Omindex and symlinks
...ortly, but
I can't see many situations where it would be advantageous to
follow-symlinks when crawling a directory tree. Therefore, I propose to
make "don't-follow-symlinks" the default. Before I do this, does anyone
have a reason not to do this?
--
Richard Boulton <richard@lemurconsulting.com>
2007 Apr 21
1
QueryParser::stoplist_begin() behaviour
I'm wondering what the intended semantics for the contents of the list
returned by QueryParser::stoplist_begin() is. Currently, if a query parser
is created, and then used multiple times, the list returned by
stoplist_begin() is the list of all terms that have been excluded from any
query due to being considered a stoplist. I would have expected it to only
return items from the previous
2007 Jun 22
0
Job in (or near) Cambridge, UK
Just a quick note to let the list know that Lemur Consulting are looking
for a Python programmer to work with them on Xapian, and some open
source projects built on top of Xapian.
If you're interested, more details are at:
http://www.lemurconsulting.com/Hiring.shtml
It's short term to begin with, but you never know!
There will need to be a fair bit of face-to-face work to begin with, so
being in or near Cambridge (UK) is probably essential.
(Reply off-list ideally, to avoid clogging up the list.)
--
Richard
2006 Aug 04
0
Xapian article in PHP Architect
...only be defined as "extremely cool":.....'
It's a great introduction to Xapian and how to do basic indexing and
searching, even if you're not a PHP user. You can get the relevant back
issue of the magazine here:
https://www.phparch.com/issue.php?mid=59
Cheers
Charlie
www.lemurconsulting.com
2008 Aug 14
0
Win32 build files for Ruby
Hi all,
I've just been sent a build file for the Ruby bindings, and have thus
produced a new set of build files, available from the usual place at
http://lemurconsulting.com/Products/Xapian/Overview.shtml
Huge thanks to Zsolt Sz. Sztup?k for his work on these.
Cheers
Charlie
2008 Nov 19
1
ruby xapian bindings and windows
...overwriting
the old one, is the right way to do stuff, so now I'm looking for a
way to make things work as painless as I can.
How can I make Xapian::WritableDatabase to release (close) the files
it is using? Can I do that via Ruby, or diving into the code is
needed?
thanks
pietro
[1] http://lemurconsulting.com/Products/Xapian/Overview.shtml
[2] http://github.com/frabcus/acts_as_xapian/tree/master
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
2006 Nov 09
2
patch for xapian-spec(0.9.9)
Missed %{_mandir}/man1/xapian-progsrv.1*
diff -u RPM/BUILD/xapian-core-0.9.9/xapian.spec RPM/SPECS/xapian.spec
--- RPM/BUILD/xapian-core-0.9.9/xapian.spec 2006-11-09
09:14:38.000000000 -0500
+++ RPM/SPECS/xapian.spec 2006-11-09 09:14:03.000000000 -0500
@@ -1,10 +1,10 @@
# RedHat-style .spec file for Xapian
# xapian.spec. Generated from xapian.spec.in by configure.
-Summary: The Xapian
2008 Jul 16
3
Xapian 1.0.7 released
I've uploaded Xapian 1.0.7, which as usual you can download from:
http://xapian.org/download
This release fixes an assortment of bugs, and improves efficiency in a few
cases. It's intended to be a relatively safe incremental update over 1.0.6.
For a more detailed overview see:
http://trac.xapian.org/wiki/ReleaseOverview/1.0.7
The full lists of user-visible changes are linked to from
2009 Mar 18
2
Xapian 1.0.11 released
I've uploaded Xapian 1.0.11 (including Search::Xapian 1.0.11.0), which
as usual you can download from:
http://xapian.org/download
Starting from this release, I'm going to include SHA1 checksums of
the released files in the release announcement. For 1.0.11 these are:
480fd99617975c1aaf9127cd7c7166bc05d07eb1 Search-Xapian-1.0.11.0.tar.gz
217c7fb1754d0aeaf82c3ab83d5ec0881099bb61
2004 May 20
3
Debian stuff
I've now got working (but not necessarily policy compliant) debian
packages for xapian-core, the xapian python bindings, and omega and
omindex. I will be sorting out a public apt repository of these shortly.
Is it appropriate to add the debian control files (ie, those files in
the debian directories in CVS) to the distribution tarballs? I think
yes - they don't take up much space,
2006 Aug 07
3
Omega is fast, but not THAT fast
>Search took -125.376129 seconds
I double checked with a handheld stopwatch, and at no
point did the hands spin backwards.
Known problem?
2008 Apr 24
3
how to delete all document from the DB (without deleting the DB itself)
Hello,
I'm still testing PHP5 bindings and I could'nt find a way to delete
all documents from a DB without deleting other informations stored in
the DB such as synonyms.
Since the process of adding synonyms is time consuming, I would like
to use the same DB but restart my test without any document in the DB,
is this possibile?
I could'nt find a delete_all or a method like that, nor
2007 Jul 24
2
licensing requirements for using the SWIG bindings
Hi,
I'm confused about my licensing obligation with respect to the Xapian
SWIG bindings.
I've got a python wrapper that sits above the standard Xapian
Python/SWIG bindings, and I wasn't sure if the *intent* of the Xapian
team is that my python wrapper - and any code that also uses my
wrapper also falls under GPLv2.
It seems unclear if the FSF's position on dynamic linking in
2007 Aug 09
2
Closing a DB
Hi,
As part of my whole indexing thing, I want to move the databases
around, from within the code. So, I figured that the safest bet
would be to close the DB before attempting to move it.
But there's no Xapian::Database::close() or even
Xapian::WritableDatabase::close().
I have a global variable that holds the database, and I open it
in the main():
// globals
Xapian::WritableDatabase
2007 Oct 10
2
Something to think about
I'm planning to add multiple-database support for searches to my "Xappy"
python wrapper (more on this wrapper later, but for now, see
http://code.google.com/p/xappy for details). This is reasonably
straightforward, because Xapian supports this nicely: except that
"Xappy" generates a "fieldname->prefix" mapping automatically. The
prefix which corresponds
2008 Sep 27
3
Query::MatchAll
Why there still been rank when using Query::MatchAll() ?
2007 Jun 05
7
Chinese, Japanese, Korean Tokenizer.
Hi,
I am looking for Chinese Japanese and Korean tokenizer that could can
be use to tokenize terms for CJK languages. I am not very familiar
with these languages however I think that these languages contains one
or more words in one symbol which it make more difficult to tokenize
into searchable terms.
Lucene has CJK Tokenizer ... and I am looking around if there is some
open source that we