Displaying 20 results from an estimated 95 matches for "uncertaintydivision".
2007 Jul 04
3
Stemming problem
Does anyone know if xapian stemming support suffix -er? I tried -s and -ing
both work, but not -er.
_________________________________________________________________
?????????????? MSN Messenger: http://messenger.msn.com/cn
2007 May 30
5
java bindings 1.0.0 - jni.h not found
Hi all,
I am new to Xapian and want to use it with Java. In order to do that I tried
to compile the Java bindings. I set XAPIAN_CONFIG and invoked "configure".
However "./configure --with-java" exits with an error.
Point of failure:
checking for jni.h... no
checking for jni.h in /usr/lib/jvm/java-1.5.0-sun/include... no
checking for jni.h in
2007 Apr 03
4
binding JAVA, rushing!
Hi,
I met a problem when I binding JAVA.
1. download xapian-bindings-0.9.10.tar.gz to my local.
2. unzip binding file.
3. input ./configure --with-java in cygwin.
4 give me error:
checking for java... /cygdrive/c/Program
Files/Java/jdk1.5.0_11/bin/java
checking for javac... /cygdrive/c/Program
Files/Java/jdk1.5.0_11/bin/javac
checking for jar... /cygdrive/c/Program
Files/Java/jdk1.5.0_11/bin/jar
2008 Sep 09
3
sort by value fails
hi all,
i want use sort_by_value to sort by "username".
so in the indexing process i add the value i want sort by as value
(lang is php)
$document->add_value(0, 'value');
when i sort i got all specialchars at the beginning
?
?
?
alf
the values be indexed as utf8.
what do i wrong? any suggestions?
regards,
sven
2004 May 26
1
PHP4 bindings
...do it? Or am I the only person trying to create a
writable database object in PHP? :)
J
--
/--------------------------------------------------------------------------\
James Aylett xapian.org
james at tartarus.org uncertaintydivision.org
2005 Jul 30
2
[PHP5] Xapian not compiling
The Xapian PHP extension is refusing to compile on my system, is there
any way to force it, or can someone provide the extension compiled for
FreeBSD 5.4? Please?
2005 Jul 30
2
[PHP5] Xapian not compiling
The Xapian PHP extension is refusing to compile on my system, is there
any way to force it, or can someone provide the extension compiled for
FreeBSD 5.4? Please?
2009 Feb 04
2
wildcard support (left truncation)
Dose Xapian support wildcards (left truncation)?
E.g. *ildcard.doc or *.doc or Wild*.doc
I read a post from Olly in 2005 that said it wasn't supported yet, I was
wonder if there had been any progress or easy work around since.
I mainly need when users want to search by the filename extension.
Thanks,
Frank
2009 Oct 21
2
Doc Value Query in Omega
Folks,
Is it possible to query a document value (doc.set_value(i, val)) as part
of the Omega query. I know how to do it from code. Is there a query
markup to use for Omega?
...Thanks,
...Ken
2005 Jul 24
2
Usage with PHP
I am trying to replace my forum's search feature with the Xapian search
system (the forum is phpBB), and there's some critical information that
isn't in the Xapian documentation. I need information on installing
xapian into PHP, since this area is not very detailed in the online
documentation.
So, how does one go about using the Xapian search system with PHP?
OS:FreeBSD 5.4-RELEASE
2005 Jul 24
2
Usage with PHP
I am trying to replace my forum's search feature with the Xapian search
system (the forum is phpBB), and there's some critical information that
isn't in the Xapian documentation. I need information on installing
xapian into PHP, since this area is not very detailed in the online
documentation.
So, how does one go about using the Xapian search system with PHP?
OS:FreeBSD 5.4-RELEASE
2006 Oct 02
2
xapian-config --libs output on Suse 10.1
On Suse 10.1, xapian-config --libs outputs the following:
-L/usr/lib -lxapian -L/usr/lib -lstdc++ -lm -lgcc_s -lc -lgcc_s -lm -lgcc_s -lc -lgcc_s
The usual output on other linuxes seems to be like
-L/where/is/lib/ -lxapian
This causes a problem when trying to perform a static link with xapian,
because there does not seem to exist a libgcc_s.a
Actually, I am not quite sure about what
2009 Sep 30
2
C++ parser for doc.get_data() result.
Xapians!
Did anybody wrote and would like to share a routines that parse result
from doc.get_data() into some key and pair values in C++ ?
Code:
Xapian::Document doc = i.get_document();
string data = doc.get_data();
mymap = parse_result(data);
As you know the data string contain all the data within the document
delimited by "=" sign and "\n" new line and needs to be parse
2006 Jan 30
1
More than one Index?
Morning All,
I use scriptindex to build my database and the PHP bindings to pull it
all out.
Is it possible to have more than one index but select what the bindings
search on?
So at the moment I index property addresses, I would also like to index
property descriptions for more advanced searching but only as an
optional extra...probably in an extra search box.
Also I would like to analyse the
2004 Sep 02
1
bindings - python module
hello all,
i'm new to xapian and am just beginning to play around with the python
bindings. first off, the example (simplesearch.py) i pulled from cvs
didn't work complaining of not finding the _xapian module. after using
strace, i noticed python trying to search for _xapian.so. the default
xapian-bindings build produces _xapian (without the .so extension) so
renaming it to _xapian.so
2007 Sep 24
5
Deprecation policy question
Olly and I have been discussing details of our policy for deprecating
features, and we thought it would be useful to canvas users opinions on
a particular aspect.
From time to time, we remove features from the library (usually because
we have a better replacement). To make life easier for users, we've
been following a deprecation policy, so that users are given plenty of
warning of
2007 Jun 12
1
Empty results OMEGA with XAPIAN 1.0.1
Hi,
I configured XAPIAN 1.0.1 and OMEGA 1.0.1. on my development machine
(first removed the old ones). I recreated my databases (both quartz
and flint) and tried to run original queries against the databases
created by the new versions.
I'm getting empty result sets from OMEGA. If I use the delve tool I
actually see that the records are created fine. No log files are
written as far as I
2008 Jan 15
7
PHP indexing, what's the PHP method for indexscript
Currently I have the following indexscript:
pid : unique=Q boolean=Q field=pid
postdate : field=startdate
author_name: unhtml boolean=XAUTHORNAME field=author
author_id: boolean=XAUTHORID field=authorid
url : field=url
sample : weight=1 index field=sample
How can I create the same indexing using PHP?
With this, I can get an searchable index, but I have no idea how to set the fields, so that I
2007 Feb 20
2
Postgres connection
Hello all,
Is there any way to connect postgres with Xapian?
So that data can be indexed and searched with the help of Xapian but to/from
Postgres.
So, it would be great to integrate it with application which is database
centric.
Waiting for reply.
Thank you
Regards
--
(((())))
(@ @)
(_)
+----oOO------------Ooo----------+
| Gupteshwar D Joshi
2007 Jan 27
4
Xapian vs Lucene
Hello,
It's probably quite troll-risky to put a title like this, but did anyone
take the trouble to compare Lucene to Xapian and make a list of
differences?
As I told the list at the end of last year, I'm going to have to
integrate an indexing/search engine in the coming weeks or months. It
will be integrated to Dokeos, an open-source e-learning application in
PHP, and at the moment we