Displaying 1 result from an estimated 1 matches for "node_fil".
Did you mean:
node_file
2012 Apr 27
4
GSoC xapian node binding
...t; you go. Watch for where you can combine API features into a higher-level
>>>> function, as I did with Enquire::GetMset(). Doing sync & async versions of
>>>> many APIs makes sense. Node does this for the require('fs') module; see
>>>> node-v.../src/node_file.cc
>>>>
>>>> We might want to design a query spec structured as a JS object, instead
>>>> of surfacing all the different query functions. For example:
>>>>
>>>> (one OR two) AND green ==> {op:AND, terms:[ {op:OR, terms:['one'...