xapian
searching with haystack and xapian?
I\'ve been trying to do this search: the post\'s title is \'help me\' in my code it\'s: SearchQuerySet().filter(title=request.Get.copy()[\'search\'])[详细]
2023-03-27 19:29 分类:问答Document search in Lucene/Solr, Whoosh, Sphinx, Xapian
I am comparing Lucene/Solr, Whoosh, Sphinx and Xapian for searching documents in DOC, DOCX, HTML and PDF. Only Solr is documented to have a document parser (Tika) which directly in开发者_StackOverflow[详细]
2023-03-20 17:30 分类:问答Document search on partial words
I am looking for a document sear开发者_如何学JAVAch engine (like Xapian, Whoosh, Lucene, Solr, Sphinx or others) which is capable of searching partial terms.[详细]
2023-02-28 12:53 分类:问答django centos xapian haystack
I just went through a bit of an installation process with django-haystack and xapian on my root user and eventually my other user and all the responses seem to be okay.[详细]
2023-02-14 13:40 分类:问答Install Xapian for Python 2.6 on CentOS 5.5
I\'m using Django 1.2 for Python 2.6 on CentOS 5.5 and I\'m trying to install Django Haystack with Xapian as the search backend.I\'ve followed the installation instructions on http://docs.haystacksear[详细]
2023-01-31 09:17 分类:问答Search range of int values using djapian
I\'m using djapian as my search backend, and I\'m looking to search for a range of values. For example:[详细]
2023-01-21 07:12 分类:问答xapian-bindings python compatibility
i am able to get xapian working as expected with python on my development server but i am having issues with my web server.[详细]
2023-01-20 04:39 分类:问答xapian auto-complete
Has anyone ever used Xapian for implementing an Auto-Complete/Auto-Suggest feature? i.e. providing possible set of suggestions as the user types a.k.a. Google\'s Auto-Suggest.[详细]
2023-01-13 13:46 分类:问答How to make django test framework read from live database?
I realize there\'s a similar question here, but this one has a different approach: I have a django app that does queries over data indexed with djapian ; I\'d like to write unit tests for this app\'s[详细]
2023-01-03 13:38 分类:问答Number Formatting in excel Vb.Net
Can someone give me some code to set the cell of an excel spreadsheet to a number format that use a max of 2 decimal places. Or would it work better it I change the data I am putting into the cell to[详细]
2022-12-26 18:32 分类:问答