.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
Post a Comment