Re: setting Similarity at search time

2005-01-07 Thread John Wang
Hi Chuck:

 Trying to follow up on this thread. Do you know if this feature
will be incorporated in the next Lucene release?

 How would someone find out which patches will go into the next release?

Thanks

-John


On Mon, 15 Nov 2004 13:05:36 -0800, Chuck Williams [EMAIL PROTECTED] wrote:
 Take a look at this:
 
 http://issues.apache.org/bugzilla/show_bug.cgi?id=31841
 
 Not my initial patch, but the latest patch from Wolf Siberski.  I
 haven't used it yet, but it looks like what you are looking for, and
 something I want to use too.
 
 Chuck
 
-Original Message-
From: Ken McCracken [mailto:[EMAIL PROTECTED]
Sent: Monday, November 15, 2004 11:31 AM
To: Lucene Users List
Subject: setting Similarity at search time
   
Hi,
   
Is there a way to set the Similarity at search(...) time, rather
 than
just setting it on the (Index)Searcher object itself?  I'd like to
 be
able to specify different similarities in different threads
 searching
concurrently, using the same IndexSearcher instance.
   
In my use case, the choice of Similarity is a parameter of the
 search
request, and hence may be different for each request.
   
Can such a method be added to override the search(...) method?
   
Thanks,
-Ken
   
   
 -
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
 
 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]
 


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: setting Similarity at search time

2005-01-07 Thread Erik Hatcher
On Jan 7, 2005, at 4:26 AM, John Wang wrote:
 Trying to follow up on this thread. Do you know if this feature
will be incorporated in the next Lucene release?
 How would someone find out which patches will go into the next 
release?
CVS commit messages are sent to the lucene-dev e-mail list.  This is 
the best way to see what is happening with the codebase.  As for what 
is planned, see here:

http://wiki.apache.org/jakarta-lucene/Lucene2Whiteboard
Lucene is community-driven, though, so if you have a compelling 
rationale for why something should be committed by all means lobby for 
it.

Erik
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


RE: setting Similarity at search time

2004-11-15 Thread Chuck Williams
Take a look at this:

http://issues.apache.org/bugzilla/show_bug.cgi?id=31841

Not my initial patch, but the latest patch from Wolf Siberski.  I
haven't used it yet, but it looks like what you are looking for, and
something I want to use too.

Chuck

   -Original Message-
   From: Ken McCracken [mailto:[EMAIL PROTECTED]
   Sent: Monday, November 15, 2004 11:31 AM
   To: Lucene Users List
   Subject: setting Similarity at search time
   
   Hi,
   
   Is there a way to set the Similarity at search(...) time, rather
than
   just setting it on the (Index)Searcher object itself?  I'd like to
be
   able to specify different similarities in different threads
searching
   concurrently, using the same IndexSearcher instance.
   
   In my use case, the choice of Similarity is a parameter of the
search
   request, and hence may be different for each request.
   
   Can such a method be added to override the search(...) method?
   
   Thanks,
   -Ken
   
  
-
   To unsubscribe, e-mail: [EMAIL PROTECTED]
   For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]