Re: Termdocs question

2008-06-21 Thread Karl Wettin
20 jun 2008 kl. 18.12 skrev Vinicius Carvalho: Hello there! I trying to query for a specific document on a efficient way. Hi Vinicius, termDocs = reader.termDocs(term); while(termDocs.next()){ int index = termDocs.doc(); if(reader.docume

Token payload attribute partitioning

2008-06-21 Thread Karl Wettin
How do you handle token payload that represent multiple values? I simply don't do it even though there are cases where I would like to see it. I also find that my token filters that update payload feels sort of quick and dirty, that it use a lot of that static scope I so much dread for anyt

Re: creating Array of IndexReaders

2008-06-21 Thread Sebastin
Hi otis, Since i am maintaining more than 1.5 years records in the windows 2003 server,based on the user input for example if the user wants to display june 1 - june 15 folders and fetch the records from them.if the user wants to display may 1-may15 records i need to open those folders.thatswhy i