Displaying 20 results from an estimated 500 matches similar to: "Problems with scriptindex"
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
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 postings for terms to the document
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:
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
2008 May 05
2
locate and omega: how to index file names?
hallo,
I'm 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
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 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
2009 Nov 27
1
is there a script to find a message from a given username easily?
Hello people,
I used primarily mutt and sendmail for many years. (And elm
before mutt.) All my mail was saved into ~/Mail. Messages
from, say, smith at foo.ber were stored in ~/Mail/smith; all mail
from smith was catenated into one file, and if I wanted to
find something that smith had written, I would just cd to
~/Mail and grep or egrep on a likely word or phrase.
Is there a script
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
2006 Jul 15
1
Cross-Subnet Browsing Problem
Hi all,
I've had cross-subnet browsing working in Samba in the past, though I
tend to struggle with it each time I set it up. For whatever reason, I
can't seem to get things working this time.
Summary: Only my desktop, not the file server, shows up in the desktop's
Network Neighborhood. (I have left the machines running for several
hours, in case there's a time-to-sync issue
2007 Feb 02
1
Working demo of search engine using boolean query.
Lately I was reading many articles about using boolean queries for search
engine but I haven't seen any complete working demo. Therefore I put
together very simple working demo of search engine using boolean query. Feel
free to suggest any performance improvement or error while keeping it as
simple as possible for understanding.
Thanks,
-Kevin Duraj
http://myhealthcare.com
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
2010 Dec 01
4
Domain-name appended into username when "selecting users or groups"
Dear all,
I am facing a peculiar situation:
on my smb.conf log level = 5, and on my windows machine I log on as a
local administrator to add remote desktop users that are in fact domain
users.
When my worgroup = SOMETHING, everything works fine. When I change my
worgroup to: workgroup = example.com, and try to add a new remote
desktop user, and set as an object name example.com\user and try
2008 Jun 07
2
mkhtml.py: writing HTML documents in Markdown
[Note to markdown-discuss readers: for context see
<http://lists.canonical.org/pipermail/kragen-hacks/2008-June/000488.html>]
* Kragen Javier Sitaker <kragen at pobox.com> [2008-06-07 09:40]:
> Stylesheeting comes naturally. I just put a `<style>` element
> at the top with a few lines inside of it to format nicely.
Note that Markdown ends up wrapping `<link>` and
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
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 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
2006 Jan 26
1
nfs root filesystem problem
Hi ,
I am doing some tests with klibc 1.1.16. I would like to have my
root file system on an nfs export , but the /etc folder it to be mounted
from a different nfs export.
I am using 2.6.15.1 with initrd ramdisk initramfs nfsroot etc
compiled in. My pxelinux.cfg looks like this:
default opteron
label opteron
kernel gentoo/vmlinuz-opteron
append initrd=gentoo/initramfs.img ip=dhcp
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