Re: search problem

2006-04-26 Thread April06
I guess that fixes the problem. Thanx -- View this message in context: http://www.nabble.com/search-problem-t1506294.html#a4096490 Sent from the Lucene - Java Users forum at Nabble.com. - To unsubscribe, e-mail: [EMAIL PROTECTE

search problem

2006-04-25 Thread April06
We indexed several logfiles which contain for example a timestamp, an ip and additional information (all defined as a field) all in one line. A logfile itself contains many of these lines. We used a BooleanQuery (timestamp / ip) to search for a ip between a defined range of time. Problem: while