Re: Vector Search with OpenAI Embeddings: Lucene Is All You Need

2023-08-31 Thread Kent Fitch
ed to find out why before condemning it. Kent Fitch On Thu, Aug 31, 2023 at 7:53 PM Michael McCandless < luc...@mikemccandless.com> wrote: > Thanks Michael, very interesting! I of course agree that Lucene is all > you need, heh ;) > > Jimmy Lin also tweeted about the stren

Re: Replicating Lucene Index with out SOLR

2008-08-27 Thread Kent Fitch
Check out this recipe for using rsync by Doug Cutting: http://www.mail-archive.com/[EMAIL PROTECTED]/msg12709.html Kent Fitch On Thu, Aug 28, 2008 at 1:38 PM, rahul_k123 <[EMAIL PROTECTED]> wrote: > > I have the following requirement > > Right now we have multiple indexe

Re: How to get the doc ID from HITS

2008-02-21 Thread Kent Fitch
Two ways to work through the Hits object getting docids are: Hits hits = ... int hitCount = hits.length(); for (int i=0;ihttp://lucene.apache.org/java/2_3_0/api/org/apache/lucene/search/Hits.html as this is just code typed into a mail program! Regards, Kent On Fri, Feb 22, 2008 at 4:17 PM, sumi

Lucene performance using a solid state disk (SSD)

2007-07-27 Thread Kent Fitch
read rate), it looks a promising match for some Lucene applications Regards, Kent Fitch - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]