Displaying 20 results from an estimated 700 matches similar to: "locate and omega: how to index file names?"
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 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
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
2004 Jun 28
2
[Fwd: Irix install of omega fails.]
OK, I'll try again.
Thanks,
Jim.
-------------- next part --------------
An embedded message was scrubbed...
From: Jim Lynch <jwl@sgi.com>
Subject: Irix install of omega fails.
Date: Mon, 28 Jun 2004 14:16:46 -0400
Size: 2057
Url: http://lists.tartarus.org/pipermail/xapian-discuss/attachments/20040628/212669c1/Irixinstallofomegafails.eml
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
2004 Dec 17
2
Omega changes
I propose making a few changes to the way omega (and omindex) operate.
I'm posting these to the list before doing so to check if they'll cause
obvious problems for anyone.
1) Configuration handling for omega.  Omega has a configuration file,
which specifies where databases, templates and logfiles are to be found.
It currently looks for this configuration file in its current working
2012 Dec 13
1
omindex one file at a time?
Hi, all -- I want to do Plain Old Omindex'ing *but* the mapping
between my documents' filenames and the URLs where I hope search
users to find them is, uh..., strange.  The simplest thing (to
me) would be to run omindex for each document, e.g.
  omindex --no-delete -U /cool-url-1 /funky/doc/file-blah.pdf
  omindex --no-delete -U /cool-url-7 /doc/funky/ohmy/blah-file.txt
  ... and so on...
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 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
2009 May 19
4
omindex options
Hi.
I am writing a python equivalent of omindex (we are using scriptindex
currently - but I wanted to use omindex instead, and extend it to work with
our internal file format.. BUT did not want to compile code if possible...
so anyway).
I have tried to keep the code as close to possible to the omindex native
code, but am facing a bit of confusion: what exactly is the reason for
omindex to take
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
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 Jan 28
1
omega: $field{sample} clarification
I'm using omega for a sitesearch and currently having a problem trying 
to filter $field(sample). At the moment it returns text from the page 
header and navigation within the sample, ideally I'd like it to return 
only the page content. I've been trying various omegascript commands to 
trim the output or seperate the fields and also looking at scriptindex 
to control how the xhtml is
2006 Aug 11
3
Proposed changes to omindex
Proposed changes to omindex
Currently Available Items
=========================
1) Have the Q prefix contain the 16 byte MD5 of the full file name used for document lookup during
indexing.
2) Add the document?s last modified time to the value table (ID 0).  This would allow incremental
indexing based on the timestamp and also sorting by date in omega (SORT=0)
a. Currently I store the timestamp
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 Oct 18
1
Re: [Xapian-commits] 6355: trunk/xapian-applications/omega/ trunk/xapian-applications/omega/docs/
On Fri, Jul 29, 2005 at 10:08:13AM +0100, james wrote:
> SVN root:       svn://svn.xapian.org/xapian
> Changes by:     james
> Revision:       6355
> Date:           2005-07-29 10:08:13 +0100 (Fri, 29 Jul 2005)
> 
> Log message (6 lines):
> omindex.cc: add --preserve-nonduplicates / -p option to not delete any
> documents that aren't updated, in replace duplicates mode
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
2016 Sep 27
1
omega issues/notes
All,
I've run into a couple of things using omega/omindex under cygwin. I don't
think I'd attribute them to xapian, omega or omindex, but wanted to get
them out to the list so that if anyone else should run into these things
down the road, hopefully someone will remember and be able to help.
1) after compiling and building omega, and doing make install, I get a set
violation when
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 researches these fileds does not appear in