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
Hello. I, ThomasMurphy on the wiki, would like to be a member of
ContributorsGroup.
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
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
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
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