Displaying 2 results from an estimated 2 matches for "tabini".
Did you mean:
tabinit
2005 Jun 29
2
Sort by docid
Hello,
I wonder if there is a way to cause Xapian to order a result set purely by
docid. In other words, once the result set has been determined, I'd like the
results to be returned to me ordered by their docid, as opposed to by their
match relevance.
The problem at hand is that I'm building a search engine for a mailing list
and I would like to return matches sorted by date; ordering by
2006 Aug 04
0
Xapian article in PHP Architect
Hi all,
I've just seen a great article in PHP Architect all about Xapian,
written by Marco Tabini who set up the BeebleX PHP search site.
"..This level of specialization has allowed the developers of Xapian to
implement some features that, for a lack of a more technical term, can
only be defined as "extremely cool":.....'
It's a great introduction to Xapian and how to...