@@ -96,32 +96,19 @@ Backend Support Matrix
96
96
+----------------+------------------------+---------------------+----------------+------------+----------+---------------+--------------+---------+
97
97
98
98
99
- Wishlist
100
- ========
101
-
102
- The following are search backends that would be nice to have in Haystack but are
103
- licensed in a way that prevents them from being officially bundled. If the
104
- community expresses interest in any of these, there may be future development.
105
-
106
- * Riak _
107
- * Lupyne _
108
- * Sphinx _
109
-
110
- .. _Riak : http://www.basho.com/
111
- .. _Lupyne : http://code.google.com/p/lupyne/
112
- .. _Sphinx : http://www.sphinxsearch.com/
99
+ Unsupported Backends & Alternatives
100
+ ===================================
113
101
102
+ If you have a search engine which you would like to see supported in Haystack, the current recommendation is
103
+ to develop a plugin following the lead of `xapian-haystack <https://pypi.python.org/pypi/xapian-haystack >`_ so
104
+ that project can be developed and tested independently of the core Haystack release schedule.
114
105
115
106
Sphinx
116
- ------
107
+ ~~~~~~
117
108
118
- This backend is unlikely to be built. Sphinx is pretty gimpy & doesn't do
119
- blended search results across all models the way the other engines can.
120
- Very limited featureset as well .
109
+ This backend has been requested multiple times over the years but does not yet have a volunteer maintainer. If
110
+ you would like to work on it, please contact the Haystack maintainers so your project can be linked here and,
111
+ if desired, added to the ` django-haystack < https://github.com/django-haystack/ >`_ organization on GitHub .
121
112
122
- * Full SearchQuerySet support
123
- * Automatic query building
124
- * Term Boosting
125
- * Stored (non-indexed) fields
126
- * Highlighting
127
- * Requires: sphinxapi.py (Comes with Sphinx)
113
+ In the meantime, Sphinx users should consider Jorge C. Leitão's
114
+ `django-sphinxql <https://github.com/jorgecarleitao/django-sphinxql >`_ project.
0 commit comments