search for: termlistend

Displaying 2 results from an estimated 2 matches for "termlistend".

Did you mean: termlist_end
2012 Sep 19
1
java-swig TermIterator
...r my document. If I keep calling next(), it will eventually crash in the C++ code and cause the JVM to crash as well, fair enough. If I call hasNext(), it always returns false, even though there are more terms that I can actually retrieve by calling next(). If I try to compare my iterator to the termListEnd() of my document, it always returns false as well. I've tried comparison with both == and equals() just to be sure. There must be something very simple I'm missing somewhere. Can somebody give me some sample code to iterate through a TermIterator returned by Document.termListBegin()? Many...
2009 Jan 27
1
Segmentation fault in MSetIterator get_weight
Hi, I'm using xapian with c# and mono and i'm having a segfault in get_weight. When i print the index variable, the value is clearly too high. I think something write over it. Do you have any idea on how i could trace the beginning of the segmentation fault ? Thanks, -- Yann