Displaying 20 results from an estimated 3000 matches similar to: "[PHP5] Xapian not compiling"
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
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
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
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 Dec 13
1
Omega datevalue search fails during scriptindex flush
Hi,
I'm experiencing weird behaviour in Xapian/Omega.
Here's my situation:
* I'm indexing data through scriptindex, the output is as follows:
*****************
Replace: 6706476
Replace: 6706477
Replace: 6706478
*****************
Since there is no output after entering several enters, I assume scriptindex is indexing data.
* The search I perform on omega is as follows:
2005 Nov 24
1
Case sensitive search
Hi all,
I´ve been developing a search application using Xapian and Omega. When our visitors search on specific keywords it´s noticable that Omega is case sensitive. It will find results on keyword `Asus´ and it will NOT find results on keyword ´asus´.
I´ve been looking through the documentation to find a CGI param to turn this
2007 Feb 09
1
PHP Binding and dbi2omega questions
Hi All,
I've installed Xapian and the php module. I've set up a script for use with
scriptindex and dbi2omega for getting data from the db into the index
easily, the script file is as follows:
===============================
id : field=id
title : index
title: field=title
description : index
description : truncate=50 field=content
=============================
However, when querying
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
2007 Jun 17
2
Flint failed to deliver indexing performance to Quartz.
Flint failed to deliver indexing performance to Quartz.
I am proposing to remove Flint as default database and place Quartz
database back as default. The catch is not that Flint database is
smaller and faster during searches then Quartz database as developers
were concerning when were measuring and neglecting to measure
performance when creating the large indexes.
The truth is that Flint
2005 Jul 20
1
indexing db data
Hello list,
I would like to try indexing data in a database table. While I got
dbi2omega to work and print the data, I am still not sure how it all
works together. What should be done to the output from dbi2omega?
If for example I have a table with 5 fields 2 of which I would like to
index, like so:
(id primary key,
title varchar(100),
name varchar(100),
description
2006 Mar 29
1
Using boolean terms in PHP bindings
OK, I'm indexing my data with the scriptindex. I want to be able to
restrict the search by the category field. Do I need to do anything to
the data itself? Like, literally prefix it with the characters "XC"?
Below is my indexor for scriptindex and the my php code...
document_id : field=ref unique=Q boolean=Q
search_id : field=document_id index=S
document_title : field=title
2007 Jul 12
1
omega: omindex behaviour with duplicate files
Hi all
I need a little clarification with regard to Omega's behaviour with
'duplicate' files when running 'omindex'.
How is a duplicate recognised? Is it simply by file path? How is an
unmodified file detected, if at all?
I would like to set up subversion post-commit hook to update my index.
If possible I would like to just update the index with the newly
commited files.
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
2004 Nov 22
3
Test builds for CYGWIN and IRIX?
I'm starting to prepare the next release. Since 0.8.3 I've made a
number of changes to get working builds working on HPUX and OSF, and
made some of the Windows specific bits more robust. I'd like to check
that these haven't broken CYGWIN or IRIX builds, but I don't have
access to these platforms. If you are able to test, it'd be most
appreciated if you could. Download a
2007 Nov 27
3
Problems with xapian php bindings in osx
Hello,
I am attempting to run the smoketest.php file from my devserver and
am getting nothing but errors. It looks like it did not install
correctly. Yesterday I compiled the source on os x and it appeared
to install just fine, but now it is not working at all. I tried to
replace the location of the xapian.php file with a hardcoded located
and got a different set of errors. Here are
2005 Nov 27
1
[PHP5] Xapian not compiling
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=us-ascii">
<META content="MSHTML 6.00.2800.1522" name=GENERATOR></HEAD>
<BODY>
<DIV> </DIV></BODY></HTML>
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
2010 Jun 24
2
php5.3 and php5-xapian bindings on ubuntu
Hello all
Im trying to install xapian binging on ubuntu 8.04 for php 5.3, but
its generaiting error, that this package needs phpapi-20060613+lfs.
With php 5.3 I've phpapi-20090626+lfs. I've tried to add backports
from https://launchpad.net/~xapian-backports/+archive/xapian-1.2 but
still I cant install those bindings - any idea, what I can do more?
(I've installed latest: libxapian22)
2006 Mar 17
1
omega crawler: ht://dig or wget?
At wiki page: http://wiki.xapian.org/Omega
I added a comment that ht://Dig looks like dead.
Does anybody really use it?
>From brief glance at docs I had a feeling it is not easy to configure.
Maybe better crawler is GNU wget? Mature, stable, maintained?
--
Peter Masiar