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.

strpos() with multiple needles?

I am looking for a function like strpos() with two significant differences: To be able to accept multiple needles. I …

php full-text-search full-text-indexing strpos
Full text search vs LIKE

My question is about using fulltext.As I know like queries which begin with % never use index : SELECT * from customer …

sql-server full-text-search sql-like fulltext-index
MySQL full text search with partial words

MySQL Full Text searching appears to be great and the best way to search in SQL. However, I seem to …

sql mysql full-text-search
Cassandra Full-Text Search

Full-Text search in Cassandra; I am fairly new to Cassandra, and wish to understand it more properly. I am attempting …

cassandra full-text-search cql
Lucene Standard Analyzer vs Snowball

Just getting started with Lucene.Net. I indexed 100,000 rows using standard analyzer, ran some test queries, and noticed plural queries …

full-text-search lucene lucene.net nlp snowball
SQL Server 2008 Full Text Search (FTS) versus Lucene.NET

I know there have been questions in the past about SQL 2005 versus Lucene.NET but since 2008 came out and they …

sql-server sql-server-2008 full-text-search lucene lucene.net
Delphi - Find text in large TMemo

I have a TMemo which contains quite a lot of texts, 80M (about 400K lines). The TMemo is set with …

delphi full-text-search delphi-7 memo
Postgres full text search: Multiple columns, cross table

I am new to Postgres and came across full text search feature. I want to achieve the following: Specify some …

postgresql full-text-search tsvector
FullText search with CONTAINS on multiple columns and predicate - AND

I have a search table with, say, 4 columns of text data to search. I do something like this: SELECT * FROM …

tsql full-text-search full-text-indexing
Using Full-Text-Search in order to find partial words (SQL Server 2008)

I'm trying to build a facebook like search for my software. I'd like to query the table customers. I've set …

sql-server sql-server-2008 full-text-search