I wanted to know whether the terms are hashed before putting them in the term
dictionary in Lucene. Also, does Earlybird use Hashes to retrieve the
documents which contain the searched term.
The Earlybird Paper [1] does talk about indexing the terms but can you tell
me where exactly is the hashing
er
>> H.-H.-Meier-Allee 63, D-28213 Bremen
>> http://www.thetaphi.de
>> eMail: u...@thetaphi.de
>>
>>
>> -Original Message-
>>> From: Adrien Grand [mailto:jpou...@gmail.com]
>>> Sent: Tuesday, July 09, 2013 11:25 PM
>>> To: java-user@lucene.apa
http://www.thetaphi.de
eMail: u...@thetaphi.de
-Original Message-
From: Adrien Grand [mailto:jpou...@gmail.com]
Sent: Tuesday, July 09, 2013 11:25 PM
To: java-user@lucene.apache.org
Subject: Re: posting list strings
Hi,
Lucene stores the string because it may need it to run prefix or
eMail: u...@thetaphi.de
>
>
> > -Original Message-
> > From: Adrien Grand [mailto:jpou...@gmail.com]
> > Sent: Tuesday, July 09, 2013 11:25 PM
> > To: java-user@lucene.apache.org
> > Subject: Re: posting list strings
> >
> > Hi,
> >
>
, 2013 11:25 PM
> To: java-user@lucene.apache.org
> Subject: Re: posting list strings
>
> Hi,
>
> Lucene stores the string because it may need it to run prefix or range
> queries. We don't have a hash-based terms dictionary right now but I know
> some people wrote
Hi,
Lucene stores the string because it may need it to run prefix or range
queries. We don't have a hash-based terms dictionary right now but I
know some people wrote one since they don't need support for these
queries, see for instance the Earlybird paper[1]. Then if you can find
a perfect hashin