Displaying 8 results from an estimated 8 matches for "ninive".
Did you mean:
ninite
2010 Jan 18
4
Index indexed words
Hello,
We would like to create Google or Firefox like "search hints".
If someone types "abc", the search system should name
some possible hints.
I think, Firefox does it by indexing 3-characters of the domain
name. If you enter parts, you get some hints.
Thank you very much
Marcus
2007 Dec 29
3
Term-Flags
Hi,
Is it necessary to set the down below flag to the TermGenerator,
if I want the "Did you mean ..." spelling corrections?
Xapian::TermGenerator::flags::FLAG_SPELLING
Thank you very much
Markus
2007 Dec 31
2
"and" without boolean operators
Salve,
Thank you very much for your kind answer. Spelling correction works very
well now. I have just one more question.
I am using Xapian::QueryParser() to create the Query. The flags are:
FLAG_PHRASE | FLAG_LOVEHATE | FLAG_WILDCARD
If I search, lets say for "king queen" (without quotes), I get all documents
with either "king" or "queen". Is there a chance to
2010 Mar 09
2
On disk format
Hello,
Does anyone know, did the on-disk-format change
between Xapian 1.1.2 and 1.1.4 ?
Greetings from Austria
Marcus
2010 Nov 17
0
File handles
Hello,
Xapian-Connect() + fork() + exec()
will result in a handle leak, because the file handles remain
open during `exec()`.
Maybe to open the handles with "O_CLOEXEC" or to flag them
using `fcntl(FD_CLOEXEC)`?
Thanks
Marcus
2010 Dec 29
0
Exzellent
Hi Olly,
Xapian 1.2 is a huge step ahead.
Great work!
Thanks
Marcus
2011 Jan 24
2
Memory leak
Hello,
There is a memory leak in Xapian 1.2.4.
We use a persistant connection in FastCGI processes. As soon
as we catch this exception, "dmalloc" recognizes memory leaks:
The revision being read has been discarded - you should
call Xapian::Database::reopen() and retry the operation
Down below the output of "dmalloc".
This happens only on the production system. On my
2010 Mar 16
2
Debug build
Hello,
I have updated to Xapian 1.1.4 and maybe there is a
memory leak. I can run only dmalloc - valgrind would
be much too slow.
How can I build a debug-build of xapian?
Thanks a lot
Marcus