Displaying 20 results from an estimated 51 matches for "scriptindex".
2005 Mar 31
1
omindex and scriptindex question
Hi,
I was researching indexing of text in omindex and scriptindex.
While indexing text with omindex.cc possition of terms is saved with gap.
This is not happening with scriptindex.cc
While this is happening ?
Another question is why in omindex.cc the term possition starts with 0 while
in scriptindex it starts from 1 ?
Code snippet from omindex.cc
// Add p...
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:
omega?P=harry&B=XINja&B=XAR0&...
2011 Dec 02
1
Problems with scriptindex
Hi
I am a beginner with Xapian.
I am trying to use scriptindex but I get some problems :
1) If my script file is empty I have an indexation by default, and I get
two output fields when I am using quest.exe (These fields are caption and
sample)
2) I then tryed to not use an empty script file defining this time my own
fields, but
if I use quest to perform resea...
2011 Dec 05
1
pbs with stdin and scriptindex
Hi,
I am trying to use datas written in the stdin to run scriptindex, (I am
working with Windows and not Unix). And Scriptindex does not work, the
database is created but the datas are not indexed.
Thanks by advance
Stephane
2012 Jan 15
3
I'm trying to relate what I know about Omega/Scriptindex with the actual data
James, thanks for the explanations. I misread the notes.
As an exercise, I'm trying to convert an existing project that currently
uses Scriptindex and Omega to direct Xapian API calls. I did a (I
think) complete dump of a document with
delve -r 565 -d database
and I see things like
subject='A typical subject'
with a corresponding set of terms like
Sa Stypical Ssubject
Which is what I expect, however I have two "fields&quo...
2008 May 05
2
locate and omega: how to index file names?
...indexing a filesystem using omindex, and users can query the
database via omega: everything works fine
now I'd like to add an option like "search files by name" and I'm
wondering how to do this
can omega search files by name directly? how should I build the query?
could I use scriptindex to index, eg., the locate database? how?
should I index file names directly?
can omindex do this or should I use scriptindex? how?
thanks in advice
tindal
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 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
2005 Nov 24
1
Case sensitive search
...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 off. I cannot find it in the omega docs or in the scriptindex docs. Is there such a setting/parameter? If so, where can I find it and how do I use it. If not, what do I need to modify in scriptindex and omega to make this possible?
NOTE: I'm passing in the documents as they are in the database. Meaning that the documents contain words with capita...
2005 Jan 14
0
Term prefixes (was: Xapian Feedback)
I wrote:
> I think it's a bug. Or at least QueryParser uses a rather delicate rule
> for when to add a ":" between the prefix and the term, which scriptindex
> doesn't implement. The rule is undocumented (except in the code) so
> it's arguable who is correct.
I've been looking at this some more.
We need some way to distinguish the term prefix from the term itself.
The scheme Omega uses is that a single upper case letter is a term p...
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 the xap...
2006 Apr 21
2
omega on debian 0.9.5
Hi,
I've tested omega (cgi) on several sql databases on my local machine in
which runs Ubuntu, using the version 0.9.4 (installed using apt), and I was
really satisfied for the results I obtained. I customized a bit the "query"
template.
But once I installed omega on the server (using apt for Debian, and omega
version 0.9.5), I discovered that the relevances didn't work, as
2008 Dec 03
1
flintlock issues
...atabases are first indexed (by user A), the dirs get
chmod'ed to 0777 to allow user B full access to them.
Even after the indexing is done, the file "flintlock" still exists in
all database dirs. It's owned by user A (perm: -rw-------).
When user B wants to change something, scriptindex waits until a)
flintlock is removed OR b) flintlock is chown'ed to user B
Should flintlock remain in all dirs, or is something wrong?
If it should, how do I change things so that both users can make
changes to the databases? (basically getting scriptindex to adhere to
the permissions of...
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...
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
2011 Apr 17
3
Report for http://trac.xapian.org/wiki/SupportedPlatforms
...$root/usr/share/doc \
$root/usr/share/images \
$root/usr/share/man/man1 \
$root/usr/share/vim/vim72
fi
chown -R root:root *
# Install as Olly's pro-forma file list as far as practicable
cp -p omega.conf $root/etc/omega.conf
cp -p omindex $root/usr/bin/omindex
cp -p scriptindex $root/usr/bin/scriptindex
mkdir -p $root/usr/lib/cgi-bin/omega/
cp -p omega $root/usr/lib/cgi-bin/omega/omega
mkdir -p $root/usr/lib/xapian-omega/bin/
cp -p outlookmsg2html $root/usr/lib/xapian-omega/bin/outlookmsg2html
#/usr/share/doc-base/xapian-omega-docs Not found
mkdir -p $root/usr/share/doc...
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 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?