Re: with regarding to the blog post reply done on [AnonymousJune 28, 2012 5:19 AM]

2012-07-02 Thread Kasun Perera
Hi Nadeesha If you want to try out how Lucene indexing and searching works, try this simple tutorial http://oak.cs.ucla.edu/cs144/projects/lucene/index.html. Download lucene-tutorial.zip file there and try the code. I have tested i

with regarding to the blog post reply done on [AnonymousJune 28, 2012 5:19 AM]

2012-07-02 Thread nadeesha meththananda
Hi Mike, with regarding to the blog post reply done on [AnonymousJune 28, 2012 5:19 AM ] *""Hi Mike, * *i have the smile problem in writing a search for relational data se

Re: Best practise closing Lucene index

2012-07-02 Thread Torsten Krah
I you really want a per session based reader, use a http://docs.oracle.com/javaee/5/api/javax/servlet/http/HttpSessionListener.html and create the object there in sessionCreated and destroy the Reader in sessionDestroyed. You seam component can get the create objected under a well known name you'

question about weibo tags Index using lucene

2012-07-02 Thread chao yin
Hi, I'am new to lucene.Recently I have a project about weibo.Now I have some tags data, which have a uid and tags pair for each record. I want to index tags by lucene,but I don't know whether lucene is ok to do tags indexing.Because it says that lucene is doing document indexing. Could anyone