Navigation Menu

Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Xapian 1.2 support #113

Closed
GoogleCodeExporter opened this issue Mar 16, 2015 · 8 comments
Closed

Xapian 1.2 support #113

GoogleCodeExporter opened this issue Mar 16, 2015 · 8 comments

Comments

@GoogleCodeExporter
Copy link

I'm aiming to get Xapian 1.2 into the next Debian stable release, so I've 
been checking all the Debian packages which depend on Xapian.

Xapian 1.2.0 drops support for some deprecated features, and djapian seems 
to use a few of these:

http://trac.xapian.org/browser/trunk/xapian-core/docs/deprecation.rst#id5

I'll attach a patch, but it is untested as I don't actually use djapian and 
don't know enough about it to write a test.  There seem to be some tests in 
the djapian source, but I didn't see how to run them.

Original issue reported on code.google.com by ojwbe...@gmail.com on 30 Apr 2010 at 10:02

Attachments:

@GoogleCodeExporter
Copy link
Author

Original comment by daevaorn on 30 Apr 2010 at 10:31

  • Changed state: Accepted
  • Added labels: Milestone-Release2.5

@GoogleCodeExporter
Copy link
Author

BTW, I forgot to mention that with the patch the code should work with Xapian 
1.0.x 
and 1.2.x.

Original comment by ojwbe...@gmail.com on 30 Apr 2010 at 2:05

@GoogleCodeExporter
Copy link
Author

We've just had someone on #xapian on IRC who had hit this incompatibility.

I think you probably want to apply this patch before 2.5 if you don't want to
frustrate many potential new djapian users.

Original comment by ojwbe...@gmail.com on 23 May 2010 at 12:52

@GoogleCodeExporter
Copy link
Author

The patch has been committed in r365. It would be better to check for other 
obsoleted things before closing the issue, though.

Original comment by esizi...@gmail.com on 21 Jun 2010 at 4:05

@GoogleCodeExporter
Copy link
Author

Original comment by daevaorn on 21 Jun 2010 at 9:04

  • Added labels: Milestone-Release2.4
  • Removed labels: Milestone-Release2.5

@GoogleCodeExporter
Copy link
Author

Closed. Thanks Olly!

Our new release will be soon.

Original comment by daevaorn on 23 Jun 2010 at 10:24

  • Changed state: Fixed

@GoogleCodeExporter
Copy link
Author

In r366 additional fixes were made: get_collapse_count() and get_collapse_key() 
methods of MSetItem class are obsoleted by collapse_count and collapse_key 
properties since Xapian 1.0 release and removed in Xapian 1.2

Original comment by esizi...@gmail.com on 30 Jun 2010 at 7:29

@GoogleCodeExporter
Copy link
Author

Issue 118 has been merged into this issue.

Original comment by daevaorn on 21 Jul 2010 at 7:41

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant