dcramer / django-sphinx

A transparent layer for full-text search using Sphinx and Django
http://groups.google.com/group/django-sphinx
BSD 3-Clause "New" or "Revised" License
357 stars 123 forks source link

sphinx 1.10 beta #12

Open litchfield opened 14 years ago

litchfield commented 14 years ago

hey david- any word on using this with the new sphinx beta?

dcramer commented 14 years ago

I actually don't actively use Sphinx (at least not newer versions) right now. So it's unlikely I'll update this until I have a reason to.

dbrgn commented 13 years ago

I would also welcome a 1.10-compatible version very much.

litchfield commented 13 years ago

I'm running on 1.1- from memory it was just the version const defined in sphinxapi.py that needed a bump. I'll fork it soon and let you know

dbrgn commented 12 years ago

I added 1.10-beta compatibility in my branch: https://github.com/factorAG/django-sphinx

As far as I can see, it seems to work. I did the upgrade mainly to support the new SPH_RANK_SPH04 ranking algorithm, which works a lot better than SPH_RANK_PROXIMITY_BM25. I don't know whether other new features of 1.10-beta work or not.

To enable it, put SPHINX_API_VERSION = 0x117 in your settings.py.