search for: indexscript

Displaying 3 results from an estimated 3 matches for "indexscript".

2006 Apr 21
2
omega on debian 0.9.5
...ver (using apt for Debian, and omega version 0.9.5), I discovered that the relevances didn't work, as you can see: http://www.opencontent.it/cgi-bin/omega/omega?DB=osservatorio&FMT=osservator io I don't know if the problem is related to the template's customization, nor to the indexscript: they are the same I used for the omega 0.9.4 installation I had on my local machine with Ubuntu. that's the indexscript I wrote: --------------------------------------indexscript------------ id : field=id boolean=Q unique=Q title : field=title weight=3 index content : index truncate=300 fi...
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...
2010 Mar 24
1
Omega: behavior msize when collapsing results
Hello list, I have a problem with the value of the result size ($msize in omegascript) when collapsing results. The index contains 151452 documents. I'm using Omega 1.0.18 on FreeBSD (I tried both the version in ports and the latest one from xapian.org). This is my indexscript: uniqueid: boolean=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=searchn...