django-haystack
Removing from a Haystack/Xapian Index with update_index --remove
I\'m trying to have the ./manage.py update_index --remove management command remove results from the search index.[详细]
2023-03-27 04:51 分类:问答Any third party search engines (fulltext search and so on) work fine with InnoDB tables?
I know, that InnoDB tables do not support fulltext searches, yet. So I thought of using a third party search engine like solr, xapian or whoosh. Do t开发者_JAVA技巧hose third party tools work equivale[详细]
2023-03-25 20:12 分类:问答Drill down the haystack search results with facets but not changing the facet results
I have search results showing with facet options for drilling dow开发者_Python百科n the data.When a facet is selected it then changes the facet results.So if I am originally showing \"places (10)\", \[详细]
2023-03-25 11:48 分类:问答Weird results with Solr 1.4 and EdgeNGrams - some substrings match, some don't
EDIT 3:The workaround I\'m using right now is to strip anything but letters, digits, and whitespace from both my queries and my indexed fields.This produces the desired behavior, but it\'s very much a[详细]
2023-03-24 23:41 分类:问答haystack in a view
Folks. I just can\'t make the jump from the Haystack tutorial/docs to my (simple) application. I\'ve got Haystack/Whoosh working per the tutorial, and serving results. Now, instead of a separate sear[详细]
2023-03-23 03:30 分类:问答How do you improve search?
I just got haystack with solr installed and created a custom view: from haystack.query im开发者_如何学Pythonport SearchQuerySet[详细]
2023-03-22 23:54 分类:问答solr + haystack + django where do I place schema.xml?
I just installed Solr and Haystack for a Django project I\'m working on. Following this Haystack tutorial I cr开发者_JS百科eated a schema.xml but I\'m not sure where to place it in the Solr installati[详细]
2023-03-22 23:01 分类:问答haystack - how you display data from multiple models with ForeignKeys?
I have two models: models.py class model1 (models.Model): field1_model1 = models.CharField() filed2_model1 = models.CharField()[详细]
2023-03-22 17:38 分类:问答ImportError when haystack is added to urls?
When I add the following to my site.urls.py file #haystack search url(r\'^search/\', include(\'haystack.urls\')),[详细]
2023-03-21 11:26 分类:问答django-haystack : Better ways of creating search indexes for models having foreign key and many-to-many fields
Suggestions needed 开发者_如何学运维for creating better and efficient search indexes for models having foreign key and many-to-many fields while using haystack with django.[详细]
2023-03-19 09:33 分类:问答