Re: BOOLEAN OPERATOR HOWTO

2005-07-21 Thread Erik Hatcher
On Jul 21, 2005, at 5:09 AM, Karthik N S wrote: Do you want term frequency across an individual document or the entire index? Of course the Frequency will have to be across the entire index. In such case How does Explanation be usefull (Since Explanation is per document) Explanation wou

RE: BOOLEAN OPERATOR HOWTO

2005-07-21 Thread Karthik N S
arthik -Original Message- From: Erik Hatcher [mailto:[EMAIL PROTECTED] Sent: Thursday, July 21, 2005 2:28 AM To: java-user@lucene.apache.org Subject: Re: BOOLEAN OPERATOR HOWTO On Jul 19, 2005, at 8:31 AM, Karthik N S wrote: > Given a Search word = 'erik OR hatcher AND otis OR gospodne

Re: BOOLEAN OPERATOR HOWTO

2005-07-20 Thread Erik Hatcher
-Original Message- From: Erik Hatcher [mailto:[EMAIL PROTECTED] Sent: Monday, July 18, 2005 6:39 PM To: java-user@lucene.apache.org Subject: Re: BOOLEAN OPERATOR HOWTO On Jul 18, 2005, at 8:12 AM, Karthik N S wrote: I have 2 Questions. But there were no question marks! I don&#x

RE: BOOLEAN OPERATOR HOWTO

2005-07-19 Thread Karthik N S
advance karthik -Original Message- From: Erik Hatcher [mailto:[EMAIL PROTECTED] Sent: Monday, July 18, 2005 6:39 PM To: java-user@lucene.apache.org Subject: Re: BOOLEAN OPERATOR HOWTO On Jul 18, 2005, at 8:12 AM, Karthik N S wrote: > I have 2 Questions. But there were no question marks! I don

Re: BOOLEAN OPERATOR HOWTO

2005-07-18 Thread Erik Hatcher
On Jul 18, 2005, at 8:12 AM, Karthik N S wrote: I have 2 Questions. But there were no question marks! I don't understand your questions at all, sorry, but I'll see if I can decipher it somewhat 1) The Search Criteria src requires to automatically fill " " between Search words

Re: BOOLEAN OPERATOR HOWTO

2005-07-18 Thread Nader Henein
Sounds like straight forward string manipulation, just (a) tokenize your string into a collection, and then (b) manipulate the collection to reach your desired stream, then (c) join it back into a string. Oh and once again Erik is spelled consistently with a 'k' not a 'c', you got the first one