Re: Exact match query on a field in index which has been indexed using StandardAnalyzer

2008-05-13 Thread Gauri Shankar
take any documents returned, > get the field and compare, but then stop words, casing, etc are tricky. > > What is the use case you're trying to support? There may be other ways > to accomplish your goal than messing around with exact matches. > > On Tue, May 13, 2008 at 9:43

Exact match query on a field in index which has been indexed using StandardAnalyzer

2008-05-13 Thread Gauri Shankar
"Member of Technical Staff" should returns this document. Note that I am writing the phrase query for matching the query string. -- Regards, Gauri Shankar

Re: How to get the doc ID from HITS

2008-02-21 Thread Gauri Shankar
scribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > -- Regards, Gauri Shankar

Re: how to get the programmatic control over index's document id

2008-02-14 Thread Gauri Shankar
tions?? Thanks, Gauri Shankar On Sat, Feb 9, 2008 at 9:10 PM, Erick Erickson <[EMAIL PROTECTED]> wrote: > If you're referring to the internally-assigned document id, I don't think > there is a way. Assuming you're trying to assign one yourself or some > such. > > Fr

how to get the programmatic control over index's document id

2008-02-09 Thread Gauri Shankar
Hi, I would like to get the control over the docId field from my code. Can anyone suggest some way for doing the same? -- Warm Regards, Gauri Shankar