RE: group field selection of the form field:(a b c)

2006-09-13 Thread Pramodh Shenoy
lto:[EMAIL PROTECTED] Sent: Wednesday, September 13, 2006 2:01 AM To: java-user@lucene.apache.org Subject: RE: group field selection of the form field:(a b c) It think option B cannot work because due to the MUST operator it requires both "databasemanagement" and "accountmanagement&qu

Re: group field selection of the form field:(a b c)

2006-09-12 Thread Erick Erickson
ode to outlook :-), > actually there arent any. Let me take a look at Luke , especially > testing to see what should be returned when i run the aprsed query.. > sounds very interesting.. > > Thanks a lot > Pramodh > > ________________ >

RE: group field selection of the form field:(a b c)

2006-09-12 Thread Doron Cohen
ting to see what should be returned when i run the aprsed query.. > sounds very interesting.. > > Thanks a lot > Pramodh > > ____ > > From: Erick Erickson [mailto:[EMAIL PROTECTED] > Sent: Tue 9/12/2006 11:19 PM > To: java-user@lucene.apache.org > Su

RE: group field selection of the form field:(a b c)

2006-09-12 Thread Pramodh Shenoy
: Erick Erickson [mailto:[EMAIL PROTECTED] Sent: Tue 9/12/2006 11:19 PM To: java-user@lucene.apache.org Subject: Re: group field selection of the form field:(a b c) Interestingly, you have extra spaces when you construct your queries, e.g. queries[2]= " accountmanagement" has an extra sp

Re: group field selection of the form field:(a b c)

2006-09-12 Thread Erick Erickson
Interestingly, you have extra spaces when you construct your queries, e.g. queries[2]= " accountmanagement" has an extra space at the beginning but when you index the document, there are no spaces. I believe that since you're indexing the fields UN_TOKENIZED, that the spaces are preserved in the q

group field selection of the form field:(a b c)

2006-09-12 Thread Pramodh Shenoy
Hi Eric/Usergroup, I am working on a help content index-search project based on Lucene. One of my requirements is to search for a particular text in the content of files from specific directories. When I index the content Eg. guides/accountmanagement/index.htm and guides/databasemanagement