search for: symro

Displaying 4 results from an estimated 4 matches for "symro".

Did you mean: symbo
2011 Feb 20
0
No subject
...r 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".
2013 Apr 26
1
remote backend
...http://xapian.org/docs/apidoc/html/classXapian_1_1Database.html#2fc5aa368a7097ca787a831211a2e3bc Just call add_database for each db you have, and then a search will work over all of them (I think) -- E: sym.roe at talusdesign.co.uk<mailto:sym.roe at talusdesign.co.uk> M: 07742079314 @symroe
2013 Apr 25
2
Converting MySQL database to Xapian
I am looking for some guidance on converting a large MySQL database to Xapian. The current structure is that the database is broken up into 160 "sub-databases". There are 50,000 or so records in each stub database. Each record has content that I am full-text indexing. The average size of the text is about 59k characters. The database is broken up into sub-databases because the MySQL