Hi all , I am a novice here and how to use the xapian in java ? I have installed the xapian-core and xapian-bindings(--with-java) on debian, and what should i do next? Who can provide a "helloworld" demo for me? Thanks.
2009/6/10 gl <g65537 at gmail.com>> Hi all , I am a novice here and > > how to use the xapian in java ? > > I have installed the xapian-core and xapian-bindings(--with-java) on > debian, > and what should i do next? > > Who can provide a "helloworld" demo for me?Hi gl, Have a look at the SimpleIndex.java and SimpleSearch.java files included with the bindings. There's also more information on the wiki: http://trac.xapian.org/wiki regards, Tom