Found 121,742 results in 0.032 seconds. Displaying page 10 of 12,175, sorted by
Sent 2010-08-26 by Yonik Seeley <yonik@...>
On Thu, Aug 26, 2010 at 10:21 AM, Mark Miller
wrote:
> The latest solr tests are spitting out the exception below. Expected?
> Looking at the test, it doesn't look expected - though I'm not sure why
> the test doesn't fail:
OK, looks like it should fail whene...
Sent 2010-08-26 by Luke Venediger <lukev@...>
Hi Folks,
I'm writing my first SearchComponent to do custom calculations on search
results. Is it possible to get the facet values for a field from within a
SearchComponent? I've thought of adapting the StatsComponent and
FieldFacetStats classes to try and accomplish this. But before I try that,...
Sent 2010-08-26 by Yonik Seeley <yonik@...>
On Thu, Aug 26, 2010 at 10:21 AM, Mark Miller
wrote:
> The latest solr tests are spitting out the exception below. Expected?
> Looking at the test, it doesn't look expected - though I'm not sure why
> the test doesn't fail:
I just checked in a faceting optimi...
Sent 2010-08-26 by Ron Ratovsky <ronr@...>
Hi everyone,
My colleague and I are fairly new to Lucene. We've been playing around with
it for a while, but we're far from being experts.
We want to use Lucene to allow full text search on the objects our
application produces.
The application is operates at a fairly high throughput. Without inde...
Sent 2010-08-26 by Mark Miller <mark.miller@...>
The latest solr tests are spitting out the exception below. Expected?
Looking at the test, it doesn't look expected - though I'm not sure why
the test doesn't fail:
[junit] SEVERE: Exception during facet
counts:java.lang.NegativeArraySizeException
[junit] at
org.apache.solr.request.UnIn...
Sent 2010-08-26 by Nigel <nigelspleen@...>
I'm curious about what the largest Lucene installations are, in terms of:
- Greatest number of documents (i.e. X billion docs)
- Largest data size (i.e. Y terabytes of indexes)
- Most machines (i.e. Z shards or severs)
Apart from general curiosity, the obvious follow-up question would be what
a...
Sent 2010-08-26 by Li Li <fancyerii@...>
do you mean that InstantiatedIndex is not as fast as its document says?
2010/8/26 Earwin Burrfoot :
> IMHO, Instantiated sucks GC-wise. Put more docs in it, do enough
> queries, and RAMDir eventually outperforms it.
>
> On Thu, Aug 26, 2010 at 11:24, Li Li ...
Sent 2010-08-26 by Earwin Burrfoot <earwin@...>
IMHO, Instantiated sucks GC-wise. Put more docs in it, do enough
queries, and RAMDir eventually outperforms it.
On Thu, Aug 26, 2010 at 11:24, Li Li wrote:
> I have about 70k document, the total indexed size is about 15MB(the
> orginal text files' size).
> ...
Sent 2010-08-26 by Aida Hota <hota.aida@...>
ok, thank you Ivan!!
On Tue, Aug 24, 2010 at 5:13 PM, Ivan Provalov wrote:
> Aida,
>
> Right now it will do two term collocation only.
>
> Ivan
>
>
> --- On Mon, 8/23/10, Aida Hota wrote:
>
> > From: Aida Hota
> > Subject: Re: Cal...
Sent 2010-08-26 by suman.holani@...>
hi ,
1. whether any search query, will scan for all documents in the
lucene indexes
2.
I want to search query faster.So I thought of if I
could reduce the number of docs , lucene needs to search for , when given
some search parameters. It would act lil faster.
Can we make subset
(subindexe...