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.

mysql fulltext on multiple tables

I'm trying to do a full-text search in three seperate tables and sort the results by relevancy. During my searches …

mysql full-text-search
Match a phrase ending in a prefix with full text search

I'm looking for a way to emulate something like SELECT * FROM table WHERE attr LIKE '%text%' using a …

postgresql full-text-search pattern-matching tsvector
MongoDB fulltext search + workaround for partial word match

Since it is not possible to find "blueberry" by the word "blue" by using a mongodb full text search, I …

mongodb full-text-search
how to search for tags in elasticsearch

I am creating search for photo gallery project where photos could have upto 50 tags (just like in shutterstock and fotolia). …

elasticsearch full-text-search elasticsearch-5
Rails 3 full-text search options (gems, plugins, etc)

I was wondering if there were any suggestions for how to best roll with full text searching in your Rails 3 …

ruby-on-rails full-text-search ruby-on-rails-3
Add a FULLTEXT index in Doctrine 2 using annotations?

I know that Doctrine 2 doesn't support FULLTEXT indexes. I'm actually using a result set mapping and native queries to FULLTEXT …

mysql symfony doctrine-orm full-text-search
What is an index in Elasticsearch

What is an index in Elasticsearch? Does one application have multiple indexes or just one? Let's say you built a …

java ruby elasticsearch full-text-search
In Solr, How to query against one field for distinct set of values in a multi-valued field

I basically want Solr to search each record of the multivalued field for my search parameter.. read on for my …

full-text-search solr parallel-processing multivalue
How to use Elasticsearch on Heroku

I've just finished watching both Railscasts' episodes on Elasticsearch. I've also went ahead and implemented it into my rails application (3.1) …

ruby-on-rails ruby-on-rails-3 heroku full-text-search railscasts
.NET library for text algorithms?

Do you know any .NET library for text algorithms?? Especially I'm interested in strings match, and full-text-search algorithms like Bitap …

c# .net algorithm text full-text-search