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 reliable is ElasticSearch as a primary datastore against factors like write loss, data availability

I am working on a project with a requirement of coming up with a generic dashboard where a users can …

elasticsearch full-text-search search-engine nosql
Spring Data mongo case insensitive like query

I want to make a text search case insensitive with regex query with spring-data mongo . For example in Oracle : select * …

full-text-search mongodb-query spring-data-mongodb
How can I manipulate MySQL fulltext search relevance to make one field more 'valuable' than another?

Suppose I have two columns, keywords and content. I have a fulltext index across both. I want a row with …

mysql search indexing full-text-search relevance
SQL 2008: Turn off Stop Words for Full Text Search Query

I'm having quite a bit of difficulty finding a good solution for this: Let's say I have a table of "…

sql-server-2008 full-text-search stop-words
mysql query - contains?

how can i search for a particular string in mysql? I tried using contains- gives me error: SELECT r.name , …

sql mysql database full-text-search mysql-error-1064
How to allow fulltext searching with hyphens in the search query

I have keywords like "some-or-other" where the hyphens matter in the search through my mysql database. I'm currently using the …

mysql search special-characters full-text-search hyphen
Difference between GiST and GIN index

I am implementing a table that has a column with a data type of tsvector and I am trying to …

postgresql indexing full-text-search
How do I insert Chinese characters into a SQLExpress text field?

How do I insert Chinese characters into a SQLExpress text field? I'm using SQL Express from VS 2008. When I add …

character-encoding full-text-search sql-server-express cjk
MongoDB Text Search AND multiple search words

I have an index on an array "keys" that I am using to provide full text functionality to my applicaiton. …

mongodb full-text-search
Is there a pure Python Lucene?

The ruby folks have Ferret. Someone know of any similar initiative for Python? We're using PyLucene at current, but I'd …

python full-text-search lucene ferret