Re: [POLL] Where do you get Lucene/Solr from? Maven? ASF Mirrors?

2011-01-18 Thread Cristian Vat
> [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

Re: problem during index merge

2010-10-20 Thread Cristian Vat
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

Re: problem during index merge

2010-10-20 Thread Cristian Vat
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. -

problem during index merge

2010-10-20 Thread Cristian Vat
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

Re: get the total number of hits of a query

2010-02-23 Thread Cristian Vat
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) > >

javadoc questions/inconsistencies

2009-11-17 Thread Cristian Vat
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