Hi all,
As far as I understand today, Lucene assigns docIDs to documents according
to the order in which the documents are added to the index. Hence, docIDs
are assigned by the engine in a sequential manner, without gaps. This order
of document identifiers then determines the order of the postings
s it's fields) and Index (such
> as
> coreference information). Alas, no time...
>
> -Grant
>
> >-Original Message-
> >From: Shane O'Sullivan [mailto:[EMAIL PROTECTED]
> >Sent: Monday, October 10, 2005 8:38 AM
> >To: java-dev@lucene.apache.org
&
Hi,
To the best of my knowledge, it is not possible to add generic data to a
Term's posting list.
By this I mean info that is defined by the search engine, not Lucene itself.
Whereas Lucene adds some data to the posting lists, such as the term's
position within a document,
there are many other use
Hi all,
Does Lucene use Document and a time (DAAT), or Term at a time (TAAT)
searching?
To explain what I'm asking, let's look at a three-term query T1 T2 T3
In term-at-a-time (TAAT) evaluation, the engine would typically start by
scanning the entire postings list of T1, and would keep some score
Hi,
Are the new features of Lucene 1.9 documented anywhere? I couldn't find it
on the site.
Also, is there a documented roadmap for Lucene?
Thanks
Shane
I've been looking into whether or not it is possible the check a Lucene
index for corruption. It doesn't matter how the corruption occurs, from JVM
crashes, bad file copying or whatever. I found an old thread in this mailing
list on the subject, which was from before Lucene 1.2, over 3 years ago
I've been looking into whether or not it is possible the check a Lucene
index for corruption. It doesn't matter how the corruption occurs, from JVM
crashes, bad file copying or whatever. I found an old thread in this mailing
list on the subject, which was from before Lucene 1.2, over 3 years ago
t: Re: Global Analysis possible in Lucene?
>
> Shane - could you give us some details on what Global Analysis is and how
> it
> relates to full-text searching?
>
> I googled for it and came up with some heavy duty mathematical stuff, but
> did not see a direct relationship w
Hi,
Does anyone know if Lucene supports Global Analysis? I haven't seen any
documentation on it.
Thanks
Shane O'Sullivan