Displaying 1 result from an estimated 1 matches for "fultext".
Did you mean:
fulltext
2010 Jun 08
1
PHP MatchDecider in 1.2.0
Good afternoon
I would like to ask if is possible in new version of Xapian some kind of
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...