Click here to Skip to main content
15,867,594 members
Everything / Search

Search

search

Great Reads

by Patrick P. Frey
This tutorial based on a docker image will guide through the development of a search engine service based on Strus and its Python Bindings within the Tornado web-framework.
by Ajcek84
Using locality-sensitive hashing algorithm to improve performance of searching of musical incipits
by Patrick P. Frey
Article about implications of scalability requirements on full-text search engines and how Strus meets these requirements.
by Arnaldo P. Castaño
This document describes a tabu Search algorithm embedded in a multiobjective framework capable of finding solutions to the zoning problem by allowing the optimization of multiple objectives.

Latest Articles

by Arctype SQL
How to use full text search and the match keyword to find a string in every table in a MySQL database
by Dharmesh Barochia
Recommended best practices for finding and removing Duplicate Text/Documents
by Mehdi Gholam
Smallest full text search engine (lucene replacement) built from scratch using inverted MGRB bitmap index, highly compact storage, operating in database and document modes
by Ajcek84
Using locality-sensitive hashing algorithm to improve performance of searching of musical incipits

All Articles

Sort by Score

Search 

23 Apr 2019 by Dharmesh Barochia
Recommended best practices for finding and removing Duplicate Text/Documents
31 May 2016 by roks nicolas
For those who deal with Text Research in MongoDb 3.2 with the new C# Driver, here is some advice.
8 Dec 2011 by PIEBALDconsult
I wasn't going to publish this version, but I just used it a second time, so maybe someone else will need it too. This is very much like the second version above except that it uses a non-generic IList. Today, I used this to find and insert TreeNodes in a TreeNodeCollection, yesterday I used it...
27 Aug 2013 by hmdmgd3
SQL code allows you to find objects using multiple keywords in your DB
22 Oct 2015 by Varun Sriram
This article explains how to develop a custom Java utility to find and replace strings in multiple files in one go
23 Feb 2012 by Joyce Keller 2
Using MasterPage.master for ASPX pages, in Visual Studio 2008 and 2010, an ASP content area is automatically created for use within the head section of the HTML code when you create a new page using a master page.If you aren't using Visual Studio, you can create a content area for the head...
25 Dec 2011 by PIEBALDconsult
A binary search of a sorted IList to retrieve an index
6 May 2015 by FrostedSyntax
Learn how to use regular expressions to find addresses or parts of an address in a given string. These patterns can also be used to verify that a given string is a true address.
30 Jan 2015 by Amir Mohammad Nasrollahi
In this article, i consider the problem of identifying motifs in the biological sequence data sets. To solve this task, i present a new algorithm for finding patterns that just use library in C compiler and a new way to avoid using arrays search.