Displaying 2 results from an estimated 2 matches for "weell".
Did you mean:
well
2010 Sep 17
0
Asterisk 1.8 and CEL logging
Is there the ability in the Asterisk 1.8 CEL logging to log the SIP
endpoint IP as weell as the medie enpoint's ID's?
Thanks
Bryant
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20100917/905bafb0/attachment.htm
2012 Nov 03
1
get the title from the document
...parse_query(queryString)???
??? enquire.set_query(query)
??? matches = enquire.get_mset(offset, limit)
??? for match in matches:?????
??????? print 'rank=%s, documentID=%s' % (match.rank, match.docid)
??????? print match.document.get_data()
//////////// end of the code
Everything works weell. Now my question is how to get the title for the hitted documents.
More precisly, I need the the file name from the hitted document.
For instance, the second document is returnd. Now i also requirt its original file name.
Any thoughts? Thank you in advance.