django-haystack
Ordering Solr search result by day/week/month/year views
Have Video mod开发者_开发技巧el and search index for it. Django-haystack and Solr are used. It is needed to sort result by video\'s views for day/week/month/year. Is it possible to this without always[详细]
2023-03-12 20:46 分类:问答Django-Haystack with Solr contains search
I am using haystack within a project using solr as the backend. I want to be able to perform a contains search, similar to the Django .filter(something__contains=\"...\")[详细]
2023-03-12 10:56 分类:问答django haystack inheritance problems
I am using django and haystack for a search (obviously) and I dont want it including inherited objects. For example:[详细]
2023-03-07 12:28 分类:问答Solr: List results by distance
I\'d like to pass some parameters to Solr that should afflict the weighting of the results (I do not want to filter away results that do not match these criterias).[详细]
2023-03-05 22:21 分类:问答Django Haystack refuses to show no results, even for absurd queries
My question may be a bit strange, but it\'s been bothering me since the behavior is not what I expected. Here is my query:[详细]
2023-03-05 13:07 分类:问答Django haystack search returning items that are excluded
I have been having some issues with django-haystack and need some help. I run a site that indexes projects and certain projects are in a status where they should not be seen, ie status=\'DE\', status[详细]
2023-03-04 20:48 分类:问答Pass logged in user to haystack search
I want to show my search results in respect to account type of the current logged in user. Is it possible to pass user from request to object in urls? If not, how else can I pass it?[详细]
2023-03-04 18:20 分类:问答Django search for static parts of the site
I am planning to use Django-Haystack to add a search component to my site. This will take care of the data I have in my models.py. I however also want data which is not in a model, but par开发者_运维知[详细]
2023-03-03 12:07 分类:问答Issue with Haystack/Whoosh SearchQuerySet's order_by
I define an index as shown below, zero-padding the order_key integerfield as specified in the doc. class PlaceIndex(SearchIndex):[详细]
2023-03-03 06:04 分类:问答django-haystack: choosing a large SearchIndex over an Indexed DB
I have a UserProfile Model with 35 fields (Char,Int,Bool,Dec,M2M,FK).As part of the search view functionality, one of the fields requires full-text sea开发者_C百科rching while the remaining 34 fields[详细]
2023-02-27 01:00 分类:问答