search for: rcldb

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

2019 Aug 26
2
Commit error with Xapian 1.4.11
A Recoll user gets the following message while indexing: "Attempted to delete or modify an entry in a non-existent posting list for #bannerholder" The exception happens during a commit call. Xapian version 1.4.11, Debian Buster A little more detail here: https://opensourceprojects.eu/p/recoll1/tickets/108/ I asked if this was reproducible, and to run the indexing in single-thread
2018 Sep 14
3
How to make database build threaded?
On 14/09/2018 at 09:30, Jean-Francois Dockes wrote: > Hi, > > You may be interested by how Recoll does it: > > https://www.lesbonscomptes.com/recoll/idxthreads/threadingRecoll.html > > A few things in the document are slightly obsolete (esp. the last > paragraph: recollindex now does use vfork()), but it's overall quite close > to how the current indexer works.
2024 Mar 15
1
Using multiple temporary indexes during updates
On Fri, Mar 15, 2024 at 08:15:55PM +0100, Jean-Francois Dockes wrote: > I have been playing at converting the index update stage of the Recoll indexer to use > multiple temporary indexes and a final merge. > > This yields an improvement factor of almost 3 (on my quad-core CPU), for the total > indexing time for "easy" files like HTML pages. This is nice (!) and I wanted
2016 Jan 08
2
Strange index consistency issue
.... Today, I searched for a term that I know is in many documents and can be found (my last name). No documents were found in the gui Recoll. I then searched in one external index on the command line "recoll -c -t -q term" and received the following response: :2:../rcldb/rclquery.cpp:358:xenquire->get_mset: exception: Document 6 not found Recoll query: ((term...)) -1 results :2:../rcldb/rclquery.cpp:392:enquire->get_mset: exception: Document 6 not found I then went through and checked as above (after installing xapian-tools). I ran...