Displaying 4 results from an estimated 4 matches for "ndoc".
Did you mean:
doc
2006 Sep 20
1
Comment blocks in R programs
All,
Is there a way to add comment blocks in an R script other than using #
at the beginning of each line? Or, is there anything like ndocs for C++
and the markup for Java that can generate documentation?
This may be a bad question, but I have searched R documentation and
can't seem to find an Answer. I have also looked at the R package
documentation mark up docs for help files but that was more than I wanted.
thank you for...
2019 Mar 08
0
imap segfault in libc.so with CLucene FTS backend enabled
...hq = <optimized out>
totalHits = <optimized out>
hitCol = {<lucene::search::HitCollector> =
{<lucene::debug::LuceneVoidBase> = {_vptr.LuceneVoidBase = 0x2}, <No data
fields>}, minScore = -1.75304399e+30, bits = 0x30, hq = 0xffffffffffffffff,
nDocs = 40,
totalHits = 0x63e7eda6f2cc
<lucene::util::Compare::WChar::operator()(wchar_t const*, wchar_t const*)
const+20>}
scoreDocsLength = <optimized out>
scoreDocs = <optimized out>
totalHitsInt = <optimized out>
wq = <optimized...
2004 Dec 17
14
WxRuby-SWIG and WxWidgets 2.5.x
A while back there was a discussion about what version of WxWidgets to
target with WxRuby-SWIG. I don''t remember seeing any resolution, but I
gather that thus far WxRuby-SWIG has continued to target 2.4.2, with
the thinking that WxRuby-SWIG would quickly mature to the point that it
could replace WxRuby, and once that was done the focus would shift to
working with 2.5.x.
2006 Jan 02
11
aligning Ferret''s IndexSearcher.search API with Lucene''s
Recently I''ve been revisiting some of my search code. With a greater
understanding of how Java Lucene implements its search methods, I
realized that one level of abstraction is not present in the Ferret
classes/methods. Here are the relevant method signatures:
Ferret''s search methods:
in Ferret::Index::Index:
search(query, options = {}) -> returns a TopDocs