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.

Full text search with weight in mongoose

As I find out, since version 3.8.9, mongoose support full text search. But I can't find a good documentation for it! …

mongodb mongoose full-text-search
What is faceted search?

What exactly is faceted search in the context of full-text search? I even read about it from Wikipedia, but I …

database search full-text-search faceted-search
How do I index documents in SOLR?

Im running Solr 1.4 on Ubuntu 10.04 (installed via apt-get solr-tomcat) and it seems to be working fine. Im having some difficulty …

solr full-text-search apache-tika solr-cell
Limit the number of results returned by Elastic Search

I am having an issue where i want to reduce the number of results from Elastic search to 1,000 no matter …

elasticsearch full-text-search
Fastest way to find string by substring in SQL?

I have huge table with 2 columns: Id and Title. Id is bigint and I'm free to choose type of Title …

sql sql-server full-text-search query-optimization sql-server-2008-r2
Use multiple words in FullText Search input string

I have basic stored procedure that performs a full text search against 3 columns in a table by passing in a @…

tsql sql-server-2008 full-text-search
'Find All' in Android Studio

New to Android Studio and I wanted to find all instances of something across all java files. I read that …

android-studio full-text-search
Entity Framework, Code First and Full Text Search

I realize that a lot of questions have been asked relating to full text search and Entity Framework, but I …

linq entity-framework full-text-search ef-code-first
Any reason not use PostgreSQL's built-in full text search on Heroku?

I'm preparing to deploy a Rails app on Heroku that requires full text search. Up to now I've been running …

postgresql heroku solr full-text-search sphinx
SQL Server searching for text in a column

I'm confused over what to use? Basically I need to have a search string that can search a single column …

sql-server full-text-search contains sql-like patindex