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.

Best way to deal with misspellings in a MySQL fulltext search

I have about 2000 rows in a mysql database. Each row is a max of 300 characters and contains a sentence or …

php mysql lucene full-text-search sphinx
Fast 'Find in Files' for VIM?

What are some options for getting really fast 'Find in Files' searching in VIM? Our codebase is large enough that …

search vim full-text-search find code-search-engine
How to search fields with wildcard and spaces in Hibernate Search

I have a search box that performs a search on title field based on the given input, so the user …

java hibernate lucene full-text-search hibernate-search
Google like search query using Full Text Search in SQL Server

I am running a small website wherein I would like to make a functionality like Related Links section. For that …

sql-server search full-text-search freetext
Keyword analysis in PHP

For a web application I'm building I need to analyze a website, retrieve and rank it's most important keywords and …

php full-text-search analytics keyword pagerank
SQL Server Full-Text Search for exact match with fallback

First off there seems to be no way to get an exact match using a full-text search. This seems to …

sql-server-2008 full-text-search contains exact-match
Specify the table type/storage engine in Doctrine 2

So how can one specify the storage engine to use for a given entity in Doctrine 2? I'm creating a table …

php mysql full-text-search doctrine-orm myisam
How to reset stop words in MYSQL?

I want to reset stop word list in mysql for FULLTEXT search. I have installed WAMP Server in my system …

mysql database search full-text-search stop-words
Cassandra full text search like

Let's say I have a column family named Questions like below: Questions = { Who are you: { username: "user1" }, What is the …

search full-text-search cassandra words