django-sphinx icon indicating copy to clipboard operation
django-sphinx copied to clipboard

sphinx 1.10 beta

Open litchfield opened this issue 15 years ago • 4 comments

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

litchfield avatar Aug 26 '10 23:08 litchfield

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.

dcramer avatar Aug 26 '10 23:08 dcramer

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

dbrgn avatar Apr 19 '11 09:04 dbrgn

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

litchfield avatar Apr 19 '11 10:04 litchfield

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.

dbrgn avatar Nov 17 '11 08:11 dbrgn