.net - Database for full text search needed. SQL vs NoSQL? -



.net - Database for full text search needed. SQL vs NoSQL? -

i know there several postings topic on stackoverflow, requirements of them bit different.

i'm looking database eligible total text search, main criteria short duration of query , should run on windows 2008 server appropriate drivers .net. open-minded kind of software long free - exception in terms of costs mssql server 2008 because have licences it.

i assume there no free sql-based database performs improve total text search ms sql server, question if there nosql-product free , can beat ms sql server in terms of total text search.

thanks

you should check , compare lucene or solr (which based on lucene) indexing engine.

you can utilize sql server store info (the info should indexed in fts , metadata , relationship between tables etc) , indexing lucene (if results of check show it's improve fts)

.net sql database full-text-search nosql

Comments

Popular posts from this blog

How do I check if an insert was successful with MySQLdb in Python? -

delphi - blogger via idHTTP : error 400 bad request -

postgresql - ERROR: operator is not unique: unknown + unknown -