sentences and paragraph search requirement

2006-03-01 Thread sog
+s or +p connector. For example, the query ti(mikkelson +p mikkelson) retrieves documents in which the name Mikkelson occurs twice in the title field. I am not sure lucene support this kind of search expression, How can I ? thx sog

phrase frequency??

2006-02-23 Thread sog
aniel Noll" <[EMAIL PROTECTED]> To: Sent: Thursday, February 23, 2006 8:57 AM Subject: Re: How can I get a term's frequency? sog wrote: en, but IndexReader.getTermFreqVector is an abstract method, I do not know how to implement it in an efficient way. Anyone has good advise?

Re: How can I get a term's frequency?

2006-02-22 Thread sog
eld)); freq = result.getTermFrequencies(); but I think this is a very low efficient way. Anyone can help me ? thx sog - Original Message - From: "Daniel Noll" <[EMAIL PROTECTED]> To: Sent: Wednesday, February 22, 2006 1:19 PM Subject: Re: How can I get a term's frequency?

Re: How can I get a term's frequency?

2006-02-22 Thread sog
Frequencies(); but I think this is a very low efficient way. Anyone can help me ? thx sog - Original Message - From: "Daniel Noll" <[EMAIL PROTECTED]> To: Sent: Wednesday, February 22, 2006 1:19 PM Subject: Re: How can I get a term's frequency? sog wrote:

How can I get a term's frequency?

2006-02-21 Thread sog
I search the index with a group of terms. I want to get every term's frequency in each document of the search result. How can I? thx, sog - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e