[Monetdb-developers] Search MonetDB Source - character processing at light speed :-)
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 info@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.Vries@cwi.nl 1098 XG Amsterdam tel: +31-(0)20-5924306 The Netherlands fax: +31-(0)20-5924199 ===================== http://www.cwi.nl/~arjen/ ====================
On Mon, 21 Mar 2011, Arjen P. de Vries wrote:
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!
Is there a nice tutorial how to setup this index for other projects? Stefan
Dear Stefan,
Thank you for your interest. Currently, this service is offered as a
test, and is for MonetDB source-code/developers only. The software
behind the service is not publicly available, at least not for now. If
there is interest from other (software)projects to have a similar
interface to their source-code or other data, don't hesitate to
contact us. We are aware of some flaws (for example; the links to the
source-files are not correct), that we first need to fix first. At
this point in time we would just like to learn from user-experiences,
and improve the service where needed.
Kind regards,
Wouter Alink
On Mon, Mar 21, 2011 at 3:56 PM, Stefan de Konink
On Mon, 21 Mar 2011, Arjen P. de Vries wrote:
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!
Is there a nice tutorial how to setup this index for other projects?
Stefan
------------------------------------------------------------------------------ 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
participants (3)
-
Arjen P. de Vries
-
Stefan de Konink
-
Wouter Alink