> [X] ASF Mirrors (linked in our release announcements or via the Lucene
> website)
>
> [] Maven repository (whether you use Maven, Ant+Ivy, Buildr, etc.)
>
> [] I/we build them from source via an SVN/Git checkout.
>
> [] Other (someone in your company mirrors them internally or via a downstream
Unfortunately my target index is fully optimized so only one segment.
So CheckIndex won't be useful.
I'll reindex from scratch and also check for hardware issues.
Hopefully it won't get corrupted again.
Thanks for your help.
-
Cristian Vat
On Wed, Oct 20, 2010 at 22:58, Mic
so
finding the last good index and when something might have broken won't
be possible.
Could it be caused by a hardware problem? It's possible there were
some problems on the same server before. But I imagined it would be
completely broken (even for search) if it was a hardware issue.
-
ex.java:657)
at org.apache.lucene.index.CheckIndex.checkIndex(CheckIndex.java:530)
at org.apache.lucene.index.CheckIndex.checkIndex(CheckIndex.java:319)
at org.getopt.luke.Luke$6.run(Unknown Source)
--
Thanks for any help.
-
Cristian Vat
-
To un
e all the
hits in any case to give you the highest scoring documents so totalHits
should be correct.
-
Cristian Vat
On Tue, Feb 23, 2010 at 18:22, jm wrote:
> Hi,
>
> I need to find out how many hits a query will get, is this a valid
> way? (Lucene 3.0)
>
>
only one doing that, was that I
wanted all results so I put an absurdly large number as N. All I got of
course was slower searches because a bigger priority queue had to be
initialized).
-
Cristian Vat