Displaying 1 result from an estimated 1 matches for "valueslots".
2016 Apr 30
2
R bindings for Xapian: API modifications
...riginally 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' functionality:
xapian_index(dbpath=??, datapath=??, idField=c(0), indexFields=NULL,
stemmer=??,valueSlots=NULL, ?)
dbpath: Path to a xapian database
datapath: Path to a data source
idField: Column number of a column in the data frame whose row v...