Re: Writing and searching same time

2006-11-29 Thread Simon Willnauer
On 11/29/06, Java Programmer <[EMAIL PROTECTED]> wrote: Hello, I have trouble with writing and searching on lucene index same time, all I did so far is making a class which has 2 methods: private String indexLocation; public void addDocument(int id,String title, String body) throws IOException{

Writing and searching same time

2006-11-29 Thread Java Programmer
Hello, I have trouble with writing and searching on lucene index same time, all I did so far is making a class which has 2 methods: private String indexLocation; public void addDocument(int id,String title, String body) throws IOException{ IndexWriter indexWriter = new Ind