Top "Full-text-search" questions

Full text search involves searching documents, usually involving unstructured text, as opposed to searching text fields in a structured database.

Full text search engine for Python

I'm searching for a Python full text search engine. I took a look at PyLucense, but I think that using …

python sqlite full-text-search sqlalchemy pylons
"to_tsquery" on tsvector yields different results when using "simple" and "english"?

I've been enlisted to help on a project and I'm diving back into PostgreSQL after not working with it for …

sql postgresql full-text-search tsvector
How to evaluate hosted full text search solutions?

What are the options when it comes to SaaS/hosted full text search? How should I evaluate the different options …

full-text-search lucene hosting solr sphinx
Full-text search on App Engine with Whoosh

I need to do full text searching with Google App Engine. I found the project Whoosh and it works really …

python google-app-engine full-text-search whoosh
How does a full text search server like Sphinx work?

Can anyone explain in simple words how a full text server like Sphinx works? In plain SQL, one would use …

sql full-text-search search-engine sphinx thinking-sphinx
Sql Server 2008 Express with full text search

I wanted to try out the fts feature of sql server 2008 express. According to the product page (http://www.microsoft.…

full-text-search sql-server-express
Where can I find a list of 'Stop' words for Oracle fulltext search?

I've a client testing the full text (example below) search on a new Oracle UCM site. The random text string …

full-text-search reserved-words stop-words oracle-xe oracle-ucm
Create fulltext index on a VIEW

Is it possible to create a full text index on a VIEW? If so, given two columns column1 and column2 …

mysql view full-text-search multiple-tables
Can I configure PostgreSQL programmatically to not eliminate stop words in full-text search?

I'm using PostgreSQL full text search for a project where traditional stop words ('a', 'the', 'if' etc.) should be indexed …

postgresql full-text-search