Displaying 7 results from an estimated 7 matches for "indexnopos".
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
2007 Feb 02
1
Working demo of search engine using boolean query.
...er.gov
text=medications diet food
url=myhealthcare.com
text=Nanotechnology nanoscale science
#------------------------------------------------------------------------------#
# scriptindex
#------------------------------------------------------------------------------#
url : index=S field
text : indexnopos truncate=1024 field
#------------------------------------------------------------------------------#
# Perl Search Script
#------------------------------------------------------------------------------#
#!/usr/bin/perl -w
use strict;
use ExtUtils::testlib;
use Search::Xapian qw/:all/;
#---------...
2011 Dec 02
1
Problems with scriptindex
...in the
output.
Here is the file I am using (they are inspired on what I found on the net)
The script file :
url : field boolean=Q unique=Q
title: field=title index=S value=0
author: field index=A value=2
translator: field index=XTRANS value=3
date: field=date date=yyyymmdd index=D value=1
body : indexnopos
The data file :
url='/phil/aristotle-categories-79.txt'
author=Aristotle
translator=E. M. Edghill
date=20041204
body=350 BC
=CATEGORIES
=by Aristotle
=translated by E. M. Edghill
=1
=Things are said to be named 'equivocally' when, though they have a
=common name, the definition co...
2010 Mar 24
1
Omega: behavior msize when collapsing results
...Q unique=Q field=uniqueid
objectid: field=objectid boolean=XID value=0
objecttype: field=type boolean=XTYPE
language: field=language boolean=L
title: field=title index
content: index
catalog: field=catalog boolean=XCATALOG
number: field=number
searchnumber: field=searchnumber boolean=XNUMBER indexnopos
productgroup: field=productgroup boolean=XPRODUCTGROUP
property: field=property boolean=XPROPERTY
colour: field=colour boolean=XCOLOUR
size: field=size boolean=XSIZE
colourandsize: field=size boolean=XCOLOURANDSIZE
norm: field=norm boolean=XNORM
picture: field=picture
sort: valuenumeric=1...
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 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