search for: lesbonscompt

Displaying 8 results from an estimated 8 matches for "lesbonscompt".

Did you mean: lesbonscomptes
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. > > jfd > Thank for your answer, briefly it...
2018 Sep 13
2
How to make database build threaded?
Hi everybody, I'm the author of a small C++11 program called XDGSearch. The source code is hosted on Github, for a quick overview you can visit this link https://github.com/frank67/XDGSearch/blob/master/README.md I'm writing to the mailing list because I'd like to make the database build process splitted in more thread. Is it possible? If you are a C++ programmer you can take a look at
2016 Dec 10
6
Plain requirement: desktop search
Just wondering, what exactly is supported/suggested: I need a comprehensive desktop search functionality. Not only searching for file names but also for content and meta data. The environment is EL6.8 / Gnome2. I have noticed that "beagle" is not part of the distro anymore. Any suggestions for such requirement? Thanks! LF
2011 May 26
0
Desktopsearch "Recoll" for CentOS 5.5 64bit
Hi Folks, is there a rpm-package for desktopsearch "recoll" for CentOS 5.5 64bit If yes - where is it? I've tried fedora-packages from http://www.lesbonscomptes.com/recoll/download.html#rpms but got much dependencies-errors Thx Timothy
2018 Sep 14
0
How to make database build threaded?
...f the databases creation process. > I'd be also happy if I find somebody that want to be involved in the > XDGSearch development :) > Thanks in advance for any answer, best regards > > -- > Franco Martelli 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. jfd
2019 Dec 06
1
How to build a personal desktop full-text search application with xapian
Hello everyone. I want to build a personal desktop full-text search application, which needs to support multiple document formats, such as: Doc, docx, PPT, etc. How to build with xapian? Thank you.
2015 Jul 26
1
Get term from document by position
...st of) and the position of the delimiter. Next, i make an appropriate shift and get positions of the corresponding unstemmed terms. This approach works fine, except for the fact that i have to cycle to get terms by position (this operation is time-consuming). Let me not that Recoll ( http://www.lesbonscomptes.com/recoll/ ) uses the similar approach to generate snippet (actually, i am using their method with some modifications). To get a term by position they cycle through all of the terms too. While it works, it takes 1-2 seconds to generate snippets (about 10 snippets). I think that if one had a way...
2007 Jun 19
2
Deleted documents not deleted
I seem to be seeing cases where I call db.delete_document(somedocid) with no error, then flush() and delete the database object, but the document is still there after process exit. The write lock is normally deleted, so it appears that the database close finished normally. If I then then call delete_document(somedocid) from another command/process, this time it goes away. I've been seeing