Lotus Domino search formula -
i have little method connection lotus domino database:
session session = notesfactory.createsession(host, user, password); database db = session.getdatabase(servername, dbname);
so need info db search() method. , know need utilize "search formula". illustration form="formunit" & @isunavailable($conflict)
what type of script this, can find inforamtion this?
it's notes/domino formula language. more info here:
http://publib.boulder.ibm.com/infocenter/domhelp/v8r0/index.jsp?topic=%2fcom.ibm.designer.domino.main.doc%2fh_notes_formula_language.html
you cannot utilize @commands
in db.search() , not @formulas
. check db.ftsearch()
much faster in big databases db needs total text indexed.
lotus-domino
No comments:
Post a Comment