0
votes
0answers
47 views

how to use analyzer “ik" in haystack

As we know, ik analyzer is a plugin of elasticserach. When I use haystack to create indexes, I just need type python manage.py rebuild_index. I dont know if it create indexes through analyzer. If not, ...
-4
votes
2answers
259 views

I want create search engine like Google, which search engine should I use? [closed]

I want create a search engine like google. Which search engine should I use? Does solr or elasticsearch suitable for that?
0
votes
0answers
31 views

Does haystack only make model search?

does haystack only works for model search? I am using elasticsearch. I have indexes in elasticsearch's data folder. Why haystack can not found indexes which are not created from haystack model? Any ...
2
votes
1answer
2k views

Solr More Like This (MLT) not returning results

I'm currently looking to implement more like this functionality based on a on a number of fields in my index. My current configuration is as follows: Haystack | PySolr | Solr For this piece I'm ...