search for: 80533fa9

Displaying 2 results from an estimated 2 matches for "80533fa9".

2016 May 02
2
Fwd: R bindings for Xapian: API modifications
...es). Since xapian_search() will return a data frame, its elements can be conveniently extracted using various functions in R. Best regards, Amanda -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.xapian.org/pipermail/xapian-devel/attachments/20160503/80533fa9/attachment.html>
2016 Apr 30
2
R bindings for Xapian: API modifications
Hi, I'm currently reviewing my originally proposed API design and I added two new fields(idField, stemmer) to the xapian_index() function. As my next task I'm planning to determine the output data structure and format of xapian_search() function. Afterwards I will focus back on xapian_index() function and review the format of valueSlots parameter. An outline of 'simple indexing'