RE: demo indexing problems on linux

2004-06-18 Thread Morris Mizrahi
thoughts or ideas? Thanks for any help. Morris -Original Message- From: Daniel Naber [mailto:[EMAIL PROTECTED] Sent: Friday, June 18, 2004 10:52 AM To: Lucene Users List Subject: Re: demo indexing problems on linux On Thursday 17 June 2004 21:10, Morris Mizrahi wrote

demo indexing problems on linux

2004-06-17 Thread Morris Mizrahi
Hey everyone. I am using the Lucene 1.4rc3 demo classes. When I run org.apache.lucene.demo.IndexHTML on Linux the indexer works fine when I am creating a new index (e.g. using -create -index option). But when I run the indexer again (-index without the -create option) for updates it does

RE: Zero hits for queries ending with a number

2004-03-24 Thread Morris Mizrahi
Thanks to Otis, Morus, and Erik for their responses to my question. I see that my question is also related to the posting: Query syntax on Keyword field question. I tried all of your suggestions. When using: a) the tokens generated by the analyzer and b) the parsed query (using the to_string

RE: Zero hits for queries ending with a number

2004-03-24 Thread Morris Mizrahi
To: Lucene Users List Subject: Re: Zero hits for queries ending with a number On Mar 24, 2004, at 5:58 PM, Morris Mizrahi wrote: I think the custom analyzer I created is not properly doing what a KeywordAnalyzer would do. Erik, could you please post what KeywordAnalyzer should look like? It should

Zero hits for queries ending with a number

2004-03-12 Thread Morris Mizrahi
Hey everyone. My document object for my lucene index has a url field. I have created url as a Text field. The problem I am having is that searches with a url that end with a number, e.g. e:\k2_beta1, don't return any hits even though there is data that should match this search criteria. If