Lucene Indexing

2011-06-05 Thread Pranav goyal
Hi all, I am a newbie to lucene. I have successfully created my lucene index. But I am not getting how to invalidate previous indexes whenever I add/delete/update any field in my lucene index. Please help me out. for better understanding I have wrote my indexing function : StandardAnalyzer analy

Re: Multi Index Search Query

2011-06-05 Thread NhungLe
Hi all, I have the same problem with Madhu, that i want to search over multi indexes and over different fields. Example: my search text: "lucene multi indexes", i want to search in index A (field: content1) and B (field: content2), and the each result must contains "lucene multi indexes". I tri