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.

Search for "whole word match" in MySQL

I would like to write an SQL query that searches for a keyword in a text field, but only if …

mysql sql full-text-search
How do you get leading wildcard full-text searches to work in SQL Server?

Note: I am using SQL's Full-text search capabilities, CONTAINS clauses and all - the * is the wildcard in full-text, % is …

sql-server full-text-search
Choosing a stand-alone full-text search server: Sphinx or SOLR?

I'm looking for a stand-alone full-text search server with the following properties: Must operate as a stand-alone server that can …

mysql full-text-search lucene solr sphinx
IntelliJ IDEA global search

I would like to search across projects for variable usages, or at least for strings. I've got IndexYourFiles which works …

search full-text-search intellij-idea
When should you use full-text indexing?

We have a whole bunch of queries that "search" for clients, customers, etc. You can search by first name, email, …

sql sql-server tsql indexing full-text-search
Does Oracle support full text search?

Is there an Oracle equivalent to MS SQL's full text search service? If so, has anyone implemented it and had …

oracle full-text-search oracle-text
How gracefully restart Sphinx search daemon after reindexing

I've reindexed my Sphinx search with /usr/local/sphinx/bin/indexer --all --rotate and renamed my original index output files …

full-text-search sphinx
Elasticsearch 503 error when checking server status

I've been using elasticsearch as a search engine for my Rails application, however it stopped working properly due to a …

search curl full-text-search elasticsearch tire
SQL Fuzzy Matching

Hope i am not repeating this question. I did some search here and google before posting here. I am running …

sql-server sql-server-2008 full-text-search fuzzy-search
Indexing PDF with Solr

Can anyone point me to a tutorial. My main experience with Solr is indexing CSV files. But I cannot find …

solr full-text-search solrj apache-tika solr-cell