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.

How to sort MYSQL fulltext search results by relevancy

I am relatively new to MYSQL and have had an issue that has been bugging me for a while. I've …

php mysql sorting full-text-search
MySQL - Efficient search with partial word match and relevancy score (FULLTEXT)

How can I do a MySQL search which will match partial words but also provide accurate relevancy sorting? SELECT name, …

mysql search full-text-search
Is it possible to use Full Text Search (FTS) with LINQ?

I wonder if is possible to use FTS with LINQ using .NET Framework 3.5. I'm searching around the documentation that I …

sql-server linq full-text-search
Order SQL by strongest LIKE?

I have the following query: SELECT * FROM table_name WHERE (col_1 LIKE '%$keyword%' OR col_2 LIKE '%$keyword%…

mysql sql database full-text-search
Full text search in HTML ignoring tags / &

I've recently seen a lot of libraries for searching and highlighting terms within an HTML page. However, every library I …

javascript html tags full-text-search highlighting
Django MySQL full text search

I need to implement full text search for my Django application, running MySQL as backend. Let's say I've got a …

mysql django full-text-search
What is the meaning of O( polylog(n) )? In particular, how is polylog(n) defined?

Brief: When academic (computer science) papers say "O(polylog(n))", what do they mean? I'm not confused by the "Big-Oh" …

algorithm full-text-search compression complexity-theory
SQL full text search vs "LIKE"

Let's say I have a fairly simple app that lets users store information on DVDs they own (title, actors, year, …

sql database full-text-search
Solr - LockObtainFailedException on multiple simultaneous writes

My application does very frequent solr writes from multiple clients via REST. I'm using the autocommit feature by using the "…

java lucene full-text-search solr
Error when creating unaccent extension on PostgreSQL

I am trying to configure PostgreSQL to use fulltext search in my rails app as mentioned in this Railscast. I …

postgresql full-text-search postgresql-9.1 rails-postgresql unaccent