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 create client side full text search engine with pure JavaScript and HTML5?

I need to create client side search engine for an offline html application in offline storage like CDROM. I already …

javascript html full-text-search local-storage client-side
How to get around 4000 characters limitation of text_query in Oracle's CONTAINS operator?

In Oracle, the full text search syntax of Contains operator is: CONTAINS( [schema.]column, text_query VARCHAR2 [,label NUMBER]) RETURN …

oracle full-text-search oracle-text
MySQL FULLTEXT not working

I'm attempting to add searching support for my PHP web app using MySQL's FULLTEXT indexes. I created a test table (…

mysql full-text-search myisam
Full Text Searching with Rails

I've been looking into searching plugins/gems for Rails. Most of the articles compare Ferret (Lucene) to Ultrasphinx or possibly …

ruby-on-rails full-text-search lucene sphinx searchlogic
Why can't I create this sql server full text index?

I have a database table with the primary column defined as: ID bigint identity primary key I also have a …

sql-server full-text-search
Text search though all .xib files in Xcode?

This seems like such a basic task, but I'm stumped. How, in Xcode, do you execute a textual search though (…

xcode full-text-search xib
Postgresql prefix wildcard for full text

I am trying to run a fulltext query using Postgresql that can cater for partial matches using wildcards. It seems …

sql postgresql full-text-search full-text-indexing
Enable Full-Text Search on View with Inner Join

I'm running Sql Server 2008 R2 and I need to enable Full-Text search on a view with a inner join. My …

sql sql-server-2008 full-text-search full-text-indexing
Windows search - full text search in c#

I am looking for a code that gets results of full text search using Windows search (it should be available …

c# .net full-text-search windows-search