Displaying 2 results from an estimated 2 matches for "117ee547f5908e952e2e72d5a986d3bb".
2011 Feb 20
0
No subject
...e user some idea how many other results
there are. And if you index the Subject: as a boolean term as well as
putting it in a value, you can offer a link to a non-collapsed search
restricted to that thread using a boolean filter."
http://xapian.org/docs/apidoc/html/classXapian_1_1Enquire.html#117ee547f5908e952e2e72d5a986d3bb
This sounds very like the case you're talking about.
--
E: sym.roe at talusdesign.co.uk
M: 07742079314
@symroe
2012 Mar 20
2
Incremental indexing
Hi all,
I am trying to implement an Incremental indexing scheme. The problem
is that usually the modified documents are large but the modifications
are limited. Ideally, I would like to reindex only the modified parts
of these documents. If I am not mistaken, xapian cannot do that. Are
there any other approaches?
It would be nice if xapian supported something like the SQL "group
by".