Re: Lucene change field values to wrong ones when indexing

2006-12-14 Thread Doron Cohen
Two things I would check: 1) converting pubDate to String during indexing for later date-range-filtering search results might not work well, because, e.g., string wise, "9" > "100". You could use Lucene's DateTools - there's an example in TestDateFilter - http://svn.apache.org/viewvc/lucene/ja

Re: Lucene change field values to wrong ones when indexing

2006-12-14 Thread Steven Rowe
Hi Adrian, I don't see anything obviously wrong with your code. Can you give more details about which field values are different from what you expect? I'm guessing it's the id field you're worried about, but it's not clear from what you have written whether it's the title or the id field which i

Lucene change field values to wrong ones when indexing

2006-12-14 Thread Java Programmer
Hello, I have problem with my search code - i try to index some data with searching simultanously. Everything goes fine till some number of data are indexed then my fields are bugged. Eg. I have field with title indexed as "Nowitzki führt "Mavs" zum ersten Heimsieg" and inner id "15" (not doc id,