Displaying 6 results from an estimated 6 matches for "xapian_search".
2016 Jun 12
2
R bindings for Xapian - Project progress
Hi all,
I completely facilitated simple indexing with xapian_index function, and
also developed a DatabaseWrapper. Only a few more modifications are
remaining to completely facilitate simple search with xapian_search
function.
Best regards,
Amanda
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.xapian.org/pipermail/xapian-devel/attachments/20160612/354be079/attachment.html>
2016 May 02
2
Fwd: R bindings for Xapian: API modifications
...R users expect to use numeric indexing into their data, or
> >name indexing? Or would it be better to support both?
Is there a specific way of implementing numeric indexing with Xapian? In R
numeric indexing can be used to extract content of a data frame (and other
R data structures). 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' functionality:
xapian_index(dbpath=??, datapath=??, idField=c(0), indexFields=NULL,
stemmer=??,valueSlots=NULL, ?)
dbpath: Path to a xapian d...
2016 May 04
2
Fwd: R bindings for Xapian: API modifications
On Wed, May 04, 2016 at 01:56:39PM +0530, Amanda Jayanetti wrote:
> I shared a link to a google doc in my wiki project page.
Great, thanks -- I'll make comments & suggestions there, and others
can jump in as they see fit.
J
--
James Aylett, occasional trouble-maker
xapian.org
2006 Mar 27
0
how to html parsing should be done?
...the
result to get use .
So purpose of this search engine would be useful.
So i need help regard how to parse my output with html or xml....
And i am trying the same with alternatives but it giving me segmentation
fault (11)
for $database = new_Database($db);
where $db = '/home/jana/public_html/xapian_search/db2';
or may come by http request method in future.
Thank you.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.tartarus.org/pipermail/xapian-discuss/attachments/20060327/ffbb1b2f/attachment.htm
2016 Jun 05
2
R bindings for Xapian - Project progress
On Sun, Jun 05, 2016 at 04:09:34PM +0530, Amanda Jayanetti wrote:
> Using git rebase-i only the commits that were pushed via a local repository
> can be squashed. Could you kindly tell me if there's a way to squash
> commits that were made directly via the git hub web interface?
The best way of thinking of this is that changes via the github web
interface are like changes someone