Re: proximity search in lucene (fwd)

2005-05-11 Thread Sujatha Das
Consider a situation in which i have indexed the terms under two different fields (say FIELD_TEXT and FIELD_SYNONYM). What if I wanted to support queries like "jaguar NEAR london", when i have indexed a document with "panthers in zoos around London". So given that Lucene doesn't support cross-fie

Re: proximity search in lucene (fwd)

2005-05-11 Thread Sujatha Das
-- Forwarded message -- Date: Fri, 1 Apr 2005 15:34:10 -0500 From: Erik Hatcher <[EMAIL PROTECTED]> Reply-To: java-user@lucene.apache.org To: java-user@lucene.apache.org Subject: Re: proximity search in lucene On Apr 1, 2005, at 2:29 PM, Sujatha Das wrote: Hi, Does Lucene s

a few basic questions

2005-05-11 Thread Sujatha Das
ic question, but any explanation would be of much use to me. Thanks. Sujatha Das - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: proximity search in lucene

2005-04-01 Thread Sujatha Das
Hi, Does Lucene support "SpanNear" or phrase queries where the clauses or terms are not of the same field? If not, could someone let me know which is the way to support proximity searches with terms belonging to different fields. Thanks much, S