[newbie] Confused about PrefixQuery

2005-01-19 Thread Jerry Jalenak
All, I'm investigating the use of Lucene as a search engine, and have been doing some 'proof-of-concept' coding today. I'm indexing about 650 text files, and then searching against them using QueryParser. Here's the indexing code snippet: snip public static void Result(IndexWriter indexWriter,

Re: [newbie] Confused about PrefixQuery

2005-01-19 Thread Erik Hatcher
On Jan 19, 2005, at 3:16 PM, Jerry Jalenak wrote: The text files have two control lines at the beginning of them - CC and AN. That's quite a complex example to ask a user list to decipher. Simplifying the example, besides making it easier for us to understand, would likely shed light on the

RE: [newbie] Confused about PrefixQuery

2005-01-19 Thread Jerry Jalenak
[EMAIL PROTECTED] -Original Message- From: Erik Hatcher [mailto:[EMAIL PROTECTED] Sent: Wednesday, January 19, 2005 2:42 PM To: Lucene Users List Subject: Re: [newbie] Confused about PrefixQuery On Jan 19, 2005, at 3:16 PM, Jerry Jalenak wrote: The text files have two control

RE: [newbie] Confused about PrefixQuery

2005-01-19 Thread Jerry Jalenak
PROTECTED] Sent: Wednesday, January 19, 2005 3:12 PM To: 'Lucene Users List' Subject: RE: [newbie] Confused about PrefixQuery Erik, Thanks for reply. Some lists want all the info, some don't. Just thought I'd try to provide as much info as possible 8-) That being said, where do I

RE: [newbie] Confused about PrefixQuery

2005-01-19 Thread Jerry Jalenak
] Sent: Wednesday, January 19, 2005 3:28 PM To: Lucene Users List Subject: Re: [newbie] Confused about PrefixQuery On Jan 19, 2005, at 4:12 PM, Jerry Jalenak wrote: Thanks for reply. Some lists want all the info, some don't. Just thought I'd try to provide as much info as possible 8