xapian Questions
3
Solved
I am using django haystack with xapian as the backend search engine. I am using FacetedSearchView and FacetedSearchForm for faceting over the search. I have passed searchqueryset to the FacetSearch...
Sustainer asked 24/11, 2011 at 18:54
7
Solved
I'm currently looking at other search methods rather than having a huge SQL query.
I saw elasticsearch recently and played with whoosh (a Python implementation of a search engine).
Can you g...
Reverend asked 16/2, 2010 at 8:59
1
I'm trying to get a good natural language search going in a website, and trying to understand the advantages of Apache Solr vs Xapian. Xapian seems easier to set up. Do both offer good natural lang...
1
Solved
The requirement is that we have a lot of saved searches, and when new documents come in, we want to be able to find which saved searches are matched by these new documents, and be able to notify th...
1
Solved
I want to compile and use Xapian with xcode on iOS, is there any one with any experiments on this? Is it possible?
Is there any other option for implementing full text search on iOS?I have tried
S...
1
Solved
I am looking for a document search engine (like Xapian, Whoosh, Lucene, Solr, Sphinx or others) which is capable of searching partial terms.
For example when searching for the term "brit" the sea...
Syncrisis asked 26/4, 2011 at 5:32
4
Solved
I’m evaluating full text search methods for Rails 3 ATM. Does anyone here have a recommendation? Seems to me as if most of the known methods (Sunspot, Sphinx, Ferret, Xapian) aren’t yet ready for R...
Cosmopolis asked 28/11, 2010 at 15:25
3
Solved
I am studying fulltext search engines for django.
It must be simple to install, fast indexing, fast index update, not blocking while indexing, fast search.
After reading many web pages, I put in s...
Alfieri asked 5/5, 2010 at 21:8
7
The story so far:
Decided to go with Xapian as search backend because it has all search-engine features I was looking for, knows about Unicode, stemming, has few dependencies and requires no bloat...
Ileum asked 6/3, 2010 at 1:25
1
Solved
I am currently using whoosh to dev a website, and I'll need to choose something more powerful once the website will be in production.
If anyone of you used both of these engines, which one gave yo...
Awl asked 21/3, 2010 at 21:28
1
© 2022 - 2024 — McMap. All rights reserved.