Re: Request for addition of ThomasMurphy to ContributorsGroup

2013-06-04 Thread Steve Rowe
I added ThomasMurphy to the lucene-java ContributorsGroup wiki page. - Steve On Jun 4, 2013, at 1:33 PM, Thomas R. Murphy wrote: > Hello. I, ThomasMurphy on the wiki, would like to be a member of > ContributorsGroup. - To unsu

Request for addition of ThomasMurphy to ContributorsGroup

2013-06-04 Thread Thomas R. Murphy
Hello. I, ThomasMurphy on the wiki, would like to be a member of ContributorsGroup.

SIGSEGV in Java 7.0_21?

2013-06-04 Thread S Miller
Hello list, I have a fairly reliable way to produce a SIGSEV under Java 7u21 on Solaris Sparc with Lucene 3.6.0. All it takes is for me to call IndexWriter.deleteAll(), and the JVM instantly dies with a hotspot error. Calling IndexWriter.deleteDocuments(new MatchAllDocsQuery()) is presumably slowe

Re: Lucene 4.2 Doc Vals

2013-06-04 Thread Arun Kumar K
My bad ! Taking time to get used to 4.X ways :) Thanks Uwe for spotting the problem and for the useful pointers! Arun On Tue, Jun 4, 2013 at 2:05 PM, Uwe Schindler wrote: > Hi. > > Your code is wrong: You must use the realdocid variable on vals.get (). > > Your code might be inefficient for r

Re: Lucene 4.2 Doc Vals

2013-06-04 Thread Uwe Schindler
Hi. Your code is wrong: You must use the realdocid variable on vals.get (). Your code might be inefficient for random lookup. You schould do a bibary search to find the right leaf. ComposuteReader and ReaderUtil have utility methods to do this. Uwe Arun Kumar K schrieb: >Hi Guys, > >I am

Lucene 4.2 Doc Vals

2013-06-04 Thread Arun Kumar K
Hi Guys, I am trying to get hands on Lucene 4.2 Doc Values (RAM Based Which is by default). I have a 1GB index with 54 documents. When retrieving the DocVals for matched docs i am able to retrieve vals only upto some limit around 45000 docvals only. for (AtomicReaderContext context : reader