Re: [basex-talk] Set Operator Examples

2013-09-26 Thread Arve Gengelbach
I had a typo in my example. The return did not call the map2 version. With it, the results were (now on 7.7 and Windows 7) And I posted the wrong version. Usage of ! within map:new() is not as fast as a flowr expression (in general). BUT neither of the “fastest two” functions yields valid

[basex-talk] Full Text Module - ft:search function

2013-09-26 Thread John Best
Dear Christian, The syntax of the ft:search is - *ft:search($db as xs:string, $terms as item()*, $options as item()) as text()** In the $options part, I have seen various options like - Any Word, All Words, Phrase (for Exact Phrase), fuzzy and wildcards. These are really very good features. I

Re: [basex-talk] BaseX http running single threaded?

2013-09-26 Thread France Baril
Different issues than, my global lock has been set to false all along and I have the problems even on read-only operations. I'm saving my PDF on the file system, redirecting and then loading it in the PdfReview DB in an update operation just to make sure that I don't have a write lock on the DB

Re: [basex-talk] Full Text Module - ft:search function

2013-09-26 Thread Christian Grün
Can these options be implemented.. ?? Yes, they could be implemented, but it may take a while to find a good formalization of all possible choices. Your suggestions are welcome. ___ BaseX-Talk mailing list BaseX-Talk@mailman.uni-konstanz.de

Re: [basex-talk] Set Operator Examples

2013-09-26 Thread Christian Grün
Thanks Arto for the interesting comparisons. One more rewriting for map2 could be.. declare function local:map2($a, $b) { let $m2 := map:new($b ! map:entry(., true())) return $a[$m2(.)] }; ..but my assumption is that all rewritings should yield similar performance, because the flwor

[basex-talk] Debian/Ubuntu package

2013-09-26 Thread Stefan Koch
Dear Basex Team, any plans when the debian package for version 7.7.1 will be released? Kind regards, Stefan ___ BaseX-Talk mailing list BaseX-Talk@mailman.uni-konstanz.de https://mailman.uni-konstanz.de/mailman/listinfo/basex-talk