You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is a sub-issue of #769. In order to detect whether we need to load libzim for Xapian search, we need to be aware of the existence of a Xapian listing. We currently have titlePtrPos and articlePtrPos as attributes of the ZIM file object for the Directory Listings that they point to. We should add an appropriate attribute pointing to the Xapian data, which could be simply the pathname, that would only be present if the loaded ZIM archive has a Xapian index, and would be null if there is no Xapian index.
The text was updated successfully, but these errors were encountered:
This is a sub-issue of #769. In order to detect whether we need to load libzim for Xapian search, we need to be aware of the existence of a Xapian listing. We currently have
titlePtrPos
andarticlePtrPos
as attributes of the ZIM file object for the Directory Listings that they point to. We should add an appropriate attribute pointing to the Xapian data, which could be simply the pathname, that would only be present if the loaded ZIM archive has a Xapian index, and would be null if there is no Xapian index.The text was updated successfully, but these errors were encountered: