django-haystack
In django-haystack, how can I use subclasses of models?
I\'m trying to get django-haystack (using a xapian backend) to index my model here for search, by the name and description fields.[详细]
2023-01-20 08:49 分类:问答find similar documents before add
User fill m开发者_如何学编程ulti-field form (document) with date, time, title and description.[详细]
2023-01-15 20:36 分类:问答solr strfield with haystack django
For one of my fields, I require solr.StrField but it doesn\'t seem to be supported by Haystack.I开发者_运维知识库s there a way i can create schema.xml with ./manage.py build_solr_schema with the strfi[详细]
2023-01-15 20:17 分类:问答how to obtain two different search results from single query in django haystack with solr
I have one search box where users can search for either the movie name or actor.On the search results page I want to show the top hits for both the actor and for the movie name in separate tables.How[详细]
2023-01-15 19:28 分类:问答Django+Haystack+Whoosh: how to deal with language inflection
Many languages in Europe are inflectional. This means that one word can be written in multiple forms in text. For example, word \'computer\' in polish \"komputer\" has multiple forms: \"komputera\", \[详细]
2023-01-15 11:05 分类:问答Problem adding to solr index from Django using zc.buildout
I\'m trying to get Apache Solr running inside my zc.buildout environment. I\'ve defined a simple model:[详细]
2023-01-15 09:46 分类:问答Haystack + Whoosh IndexError: Index was created on an architecture with different data sizes
When rebuilding my indices via ./manage.py rebuild_index I get this error: Traceback (most recent call last):[详细]
2023-01-14 14:20 分类:问答Django haystack, How to search for a ManyToMany related field?
I\'ve added a MultivaluedField to my index (haystack), I need to search for a ManyToMany related field, but it doesn\'t work.[详细]
2023-01-13 02:32 分类:问答haystack multiple field search
Hi i m using haystack with a woosh as search engine: my model looks as follows class Person(models.Model):[详细]
2023-01-11 02:23 分类:问答Django Haystack with multiple databases
开发者_Python百科Django recently added support for using multiple databases and \"database routing\". Does Haystack deal intelligently (or at all) with multiple databases?I\'m using a multi database c[详细]
2023-01-10 17:16 分类:问答