Dear MonetDB enthusiasts,

Feel free to use the suffix array search demo of the MonetDB source
tree where you see fit:
  http://devel.spinque.com/SearchMonetDBSource/
The index is refreshed every night!

You will interactively view all the exact matches of the string you
type (with their count);
while you type it -  like Google Instant, but then per character
instead of word.

(Nice examples for a first try: allready, is build, != null, ...)

For more complex needs, an extended syntax is supported.
Here, all individual operands have to be delimited by single quotes.

(Infix) operators supported are < and > for before and after, respectively,
and ~ for "near". After the second operand, specify the window size in
characters.

Examples:

'#define'<('max','min')30
finds occurrences of #define before either max or min, in a 30 character window.

'if'<'== -1'80~'&&'50
Finds 'if' appearing before '== -1' in an 80 char window,
together with  '&&' in a char window.

We are open to suggestions (send to i...@spinque.com to reach all of
us), and keen to hear about your successful (and even the
unsuccessful) uses of the demo.

Many greetings,

The Spinque team
Arjen, Roberto and Wouter

-- 
====================================================================
CWI, room L333                            Centre for Mathematics and
Computer Science
Science Park 123                           Email: arjen.de.vr...@cwi.nl
1098 XG Amsterdam                       tel:       +31-(0)20-5924306
The Netherlands                              fax:       +31-(0)20-5924199
===================== http://www.cwi.nl/~arjen/ ====================

------------------------------------------------------------------------------
Colocation vs. Managed Hosting
A question and answer guide to determining the best fit
for your organization - today and in the future.
http://p.sf.net/sfu/internap-sfd2d
_______________________________________________
Monetdb-developers mailing list
Monetdb-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/monetdb-developers

Reply via email to