How do I do a free text search in Azure Table Storage? -


i have solution azure table storage few tusands "rows" per customer (partition key).

how best lightning fast free text search?

because of nature of data i'm not able hole word search (eg. search "zur" should match "azure").

just spotted may you: azure library lucene


Comments

Popular posts from this blog

c++ - Compiling static TagLib 1.6.3 libraries for Windows -

PostgreSQL 9.x - pg_read_binary_file & inserting files into bytea -

jtree - comparing two TreeNode (or DefaultMutableTreeNode) objects in Java Comparator -