Displaying 5 results from an estimated 5 matches for "valuesetmatchdecider".
2010 Jun 08
1
PHP MatchDecider in 1.2.0
...subclasing MatchDecider in PHP. I am developing application where is
very complex permission management. so it cannot be stored in fultext
database. MatchDeciders are perfect for this purpose. But I dont know if
is possible to use them in PHP even if SWIG now supports directors.
Now Iam using ValueSetMatchDecider which takes array of visible objects
ids and compare them to some document value. But its not ideal, Own
MatchDecider would allow me just call isVisible method on the object
gathered from fultext db.
If its not subclassable, is there some way to create MathDecider, where
we I put at least some...
2014 Apr 13
2
Adding an external library to Xapian
...ur xapian-core-1.2.17-o/api/Makefile.mk xapian-core-1.2.17/api/Makefile.mk
--- xapian-core-1.2.17-o/api/Makefile.mk 2014-01-29 08:28:01.000000000 +0530
+++ xapian-core-1.2.17/api/Makefile.mk 2014-04-13 20:20:53.000000000 +0530
@@ -36,4 +36,5 @@
api/valueiterator.cc\
api/valuerangeproc.cc\
api/valuesetmatchdecider.cc\
- api/version.cc
+ api/version.cc\
+ api/trie.cc
diff -ur xapian-core-1.2.17-o/api/omdatabase.cc xapian-core-1.2.17/api/omdatabase.cc
--- xapian-core-1.2.17-o/api/omdatabase.cc 2014-01-29 08:28:01.000000000 +0530
+++ xapian-core-1.2.17/api/omdatabase.cc 2014-04-13 17:56:04.000000000 +0530
@@ -4...
2014 Apr 13
2
Adding an external library to Xapian
My code is not on Github. I am using the tarball as of now. The following
it the error that occurred:
http://pastebin.com/cVJrjUZX
On Sun, Apr 13, 2014 at 8:16 PM, James Aylett <james-xapian at tartarus.org>wrote:
> On 13 Apr 2014, at 15:37, Pallavi Gudipati <pallavigudipati at gmail.com>
> wrote:
>
> > A linker error is encountered even after following the above
2017 Mar 15
2
xapian core missing link to math on MSYS2
...api/.libs/postingsource.o api/.libs/postlist.o api/.libs/query.o api/.libs/queryinternal.o api/.libs/registry.o api/.libs/replication.o api/.libs/smallvector.o api/.libs/sortable-serialise.o api/.libs/termiterator.o api/.libs/termlist.o api/.libs/valueiterator.o api/.libs/valuerangeproc.o api/.libs/valuesetmatchdecider.o api/.libs/vectortermlist.o backends/.libs/alltermslist.o backends/.libs/dbcheck.o backends/.libs/database.o backends/.libs/databasereplicator.o backends/.libs/dbfactory.o backends/.libs/slowvaluelist.o backends/.libs/valuelist.o backends/.libs/dbfactory_remote.o backends/.libs/contiguousalldocspo...
2020 Mar 22
0
Unable to build RPM for Centos 7
...erator.h include/xapian/postingsource.h
include/xapian/query.h include/xapian/queryparser.h
include/xapian/registry.h include/xapian/stem.h
include/xapian/termgenerator.h include/xapian/termiterator.h
include/xapian/types.h include/xapian/unicode.h
include/xapian/valueiterator.h include/xapian/valuesetmatchdecider.h
include/xapian/geospatial.h include/xapian/visibility.h
include/xapian/weight.h include/xapian/error.h
'/root/rpmbuild/BUILDROOT/xapian-core-1.4.15-1.x86_64/usr/include/xapian'
make[3]: Leaving directory `/root/rpmbuild/BUILD/xapian-core-1.4.15'
make[2]: Leaving directory `/root/rp...