Full Text Module - ft:search function
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 am using them extensively. But one thing, I think, is missing and that is the Window/Distance Options for proximity search. Can these options be implemented.. ?? -- Have a nice day JBest
Dear Basex Team, any plans when the debian package for version 7.7.1 will be released? Kind regards, Stefan
Hi Stefan, we’re currently restructuring our deployments to save some more time; the debian package for BaseX 7.7.1 or 7.7.2 will be released in near future. Thanks, Christian ___________________________ 2013/9/26 Stefan Koch <koch@buit-solutions.com>:
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
But one thing, I think, is missing and that is the Window/Distance Options for proximity search.
Feel free to add more details here: https://github.com/BaseXdb/basex/issues/762
Hi John, I think you’ll be glad to check out the latest extensions of the ft:search functions [1]. Feel free to check out the 7.8 snapshot. Christian [1] http://docs.basex.org/wiki/Full-Text_Module#ft:search ___________________________ 2013/9/26 John Best <johnbest5673@gmail.com>:
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 am using them extensively.
But one thing, I think, is missing and that is the Window/Distance Options for proximity search.
Can these options be implemented.. ??
-- Have a nice day JBest
participants (3)
-
Christian Grün -
John Best -
Stefan Koch