Re: Xapian::Termiterator is not working the way it used to with perl
Jim <[email protected]> Sun, 12 Sep 2021 15:29:05 -0400
| Newsgroups | gmane.comp.search.xapian.general |
|---|---|
| Message-ID | <e3c30dd7.AVIAADvtsvoAAAAAAAAAALFigUYAAV8RcXcAAAAAAAoIrQBhPlUC@mailjet.com> |
I discovered the answer to this. Search::Xapian is the XS bindings while Xapian is the the SWIG generated bindings. Since I couldn't figure out how to get DateRangeProcessor or NumberRangeProcessor to work, and I found an example that used the SWIG bindings, I switched. That may account for the change in behavior of the Termiterator. Is there documentation for the SWIG bindings? Thanks Jim On 9/11/21 4:41 PM, Jim wrote: > Also I noticed that the docs refer to Search::Xapian:: but the > examples in the bindings directory use just Xapian::. > > Why the change?