Re: Tool for analyzing analyzers

2004-05-28 Thread markharw00d
Hi Erik, I've had this running OK from the command line and in Eclipse on XP. I suspect it might be because you're running a different OS? The Classfinder tries to split the system property java.class.path on the ; character but I forgot different OSes have different seperators. As for Luke

Re: Tool for analyzing analyzers

2004-05-28 Thread Morus Walter
Hi Mark, I've had this running OK from the command line and in Eclipse on XP. I suspect it might be because you're running a different OS? The Classfinder tries to split the system property java.class.path on the ; character but I forgot different OSes have different seperators. Let me

Re: Range Query Sombody HELP please

2004-05-28 Thread Ype Kingma
Karthik, On Friday 28 May 2004 05:54, Karthik N S wrote: ... Weh we do a search in SQL using '*' we all know that the result would be total no of records in the table,but when we want to get limit our record we apply range between 2 specific row records [Which we call it as subsearch]

Range Query Sombody HELP please

2004-05-28 Thread Karthik N S
Hey ype Thx for the advice but still I need to get the exact situation working , 1) I have a unique Field [ called filename ] which is indexed of type Text. It accepts the name of the HTML files as the indexing parameter , Also there is another Field called Contents which stores all

Re: Range Query Sombody HELP please

2004-05-28 Thread Erik Hatcher
On May 28, 2004, at 4:54 AM, Karthik N S wrote: 1) I have a unique Field [ called filename ] which is indexed of type Text. You probably do not want to use Field.Text for a filename. Use Field.Keyword instead. 2) The indexer complete indexes for about 5000 html files sucessfully . Now use

Re: Tool for analyzing analyzers

2004-05-28 Thread Erik Hatcher
On May 28, 2004, at 2:46 AM, [EMAIL PROTECTED] wrote: Hi Erik, I've had this running OK from the command line and in Eclipse on XP. I suspect it might be because you're running a different OS? The Classfinder tries to split the system property java.class.path on the ; character but I forgot

Re: Tool for analyzing analyzers

2004-05-28 Thread Zilverline info
Hi Erik, Erik Hatcher wrote: [snip] But I'd love to build a Lucene demo application that is powerful enough to be used as a foundation for folks to use out-of-the-box. That's just what I thought. Here's one: http://www.zilverline.org Erik

Re: Range Query Sombody HELP please

2004-05-28 Thread Ype Kingma
On Friday 28 May 2004 10:54, Karthik N S wrote: Hey ype Thx for the advice but still I need to get the exact situation working , 1) I have a unique Field [ called filename ] which is indexed of type Text. It accepts the name of the HTML files as the indexing parameter , Also there

Exact Field Match

2004-05-28 Thread Reece . 1247688
Hi, Does Lucene have support for exact field match? Is there a way to say that this field equals exactly this value? I know I can do it by using an untokenized field. But I have some values that I would want to store in both tokenized and untokenized copies of the same field. Instead of

RE: Exact Field Match

2004-05-28 Thread Gus Kormeier
Yes, you can. And others probably have a much better example than mine... There is probably a wiki or other document describing it. You can chain queries together with BooleanQuery. I am creating a Vector of Query's based on restriction criteria off my site and then loading them into the