Displaying 5 results from an estimated 5 matches for "qterm".
Did you mean:
term
2015 Oct 07
0
brass and chert compiled / xapian port to Interix
...g to the dependency on C++11 support), but that on the latter probably realistically something newer
some earlier cited code changes from my other posts
cf: http://permalink.gmane.org/gmane.comp.search.xapian.general/9883
/xapian-core-1.2.21/tests/api_backend.cc
- Xapian::Query q(q.OP_PHRASE, qterms, qterms + 2, 5);
+ Xapian::Query q(Xapian::Query::OP_PHRASE, qterms, qterms + 2, 5);
cf: http://permalink.gmane.org/gmane.comp.search.xapian.general/9880
/xapian-core-1.2.21/net/tcpclient.cc
#include <cmath>
#include <cstring>
#ifndef __WIN32__
# include "safenetdb.h"...
2009 Jan 25
2
[LLVMdev] -O4 -fvisibility=hidden
...bitcode in xplor.o
"_tcl_interp_", referenced from:
llvm bitcode in xplor.o
ld: symbol(s) not found
These are all defined as extern as follows...
extern "C" void
FORTRAN(tcl_interp) (const long& canReturn,
long& qterm,
long& fd)
extern "C" void
FORTRAN(python_init)(const long& argc,
char** argv)
extern "C" void FORTRAN(xplorwrapproc_slave)();
The only symbols that become undefined are those extern
symbo...
2009 Jan 25
0
[LLVMdev] -O4 -fvisibility=hidden
...erp_", referenced from:
> llvm bitcode in xplor.o
> ld: symbol(s) not found
>
> These are all defined as extern as follows...
>
> extern "C" void
> FORTRAN(tcl_interp) (const long& canReturn,
> long& qterm,
> long& fd)
>
> extern "C" void
> FORTRAN(python_init)(const long& argc,
> char** argv)
>
> extern "C" void FORTRAN(xplorwrapproc_slave)();
>
defining them as extern i...
2009 Jan 25
2
[LLVMdev] -O4 -fvisibility=hidden
...llvm bitcode in xplor.o
> > ld: symbol(s) not found
> >
> > These are all defined as extern as follows...
> >
> > extern "C" void
> > FORTRAN(tcl_interp) (const long& canReturn,
> > long& qterm,
> > long& fd)
> >
> > extern "C" void
> > FORTRAN(python_init)(const long& argc,
> > char** argv)
> >
> > extern "C" void FORTRAN(xplorwrapproc_slave)...
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