Re: Newbie Search Question

2006-11-26 Thread sirakov
ut this argument, i become an error message. I'll try to found a solution for the problem, but if you have any tips for me - please let me know :) thanks in advance, sirakov -- View this message in context: http://www.nabble.com/Newbie-Search-Question-tf2667479.html#a7555948 Sent from the Luc

Re: Newbie Search Question

2006-11-24 Thread Erick Erickson
!= null) { System.out.println(" Title: " + doc.get("title")); } } else { System.out.println((i+1) + ". " + "No path for this document"); } } The bolded text was added by me. I hope, i have

Re: Newbie Search Question

2006-11-23 Thread sirakov
.out.println(" Title: " + doc.get("title")); } } else { System.out.println((i+1) + ". " + "No path for this document"); } } The bolded text was added by me. I h

Re: Newbie Search Question

2006-11-23 Thread Erick Erickson
analyzer.tokenStream (field, new string reader (text)); The variable "text" is a "null". my question is: should I index the files differently or should I use some parameters? -- View this message in context: http://www.nabble.com/Newbie-Search-Question-tf2667479.html#a7506220 Sent

Re: Newbie Search Question

2006-11-23 Thread sirakov
message in context: http://www.nabble.com/Newbie-Search-Question-tf2667479.html#a7506220 Sent from the Lucene - Java Users mailing list archive at Nabble.com. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]