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.

Solr: What are the benefits of length normalization/omitNorms=false?

We're using Solr to search articles of various lengths. We index both descriptive metadata (title, author, category, keywords, etc) and …

search lucene solr full-text-search solrnet
Full Text Search on SQL Azure

I have a database that I am migrating to SQL Azure. There are a couple of stored procedures in this …

.net tsql azure full-text-search azure-sql-database
Sphinx PHP search

I'm doing a Sphinx search but turning up some really weird results. Any help is appreciated. So for example if …

php full-text-search sphinx
Why is SQL Server full-text search not matching numbers?

I'm using SQL Server 2014 Express, and have a full-text index setup on a table. The full-text index only indexes a …

sql sql-server full-text-search contains containstable
Use function query for boosting score in Solr

I working on a Solr 4 for optimizing my solr results rank based on popularity rank stored in Index. Now when …

solr lucene full-text-search solrnet solr4
Implementing Search with Room

Recently I have been messing around with Android Architecture Components (more specifically Room) but I have hit a bit of …

android full-text-search android-sqlite android-room android-search
Creating FullText Index on Docx files in a FileTable

I'm working on a document storage. Therefore I plan to use SqlServer 2012 with file tables. Now after some tests it …

full-text-search docx sql-server-2012 fulltext-index
RavenDB full-text search

Can you please tell how to perform simple full-text search in RavenDb. The database is stored document: Movie {Name = "Pirates …

search ravendb full-text-search
Get word frequencies from SQL Server Full Text Search

SQL Server Full-Text Search computes rank based on the frequency of the word in the document and in the set …

sql-server full-text-search
SQL Server, ISABOUT, weighted terms

I am trying to figure out exactly how weighted terms work in an ISABOUT query in SQL SERVER. Here is …

sql sql-server full-text-search containstable isabout