Re: Results from More then One Cors?

2010-08-13 Thread Janne Majaranta
Hi Jörg, You can use the "shards" parameter to search the cores you want. For example, say you have core0, core1, core2. You want to have results from all the cores. Then you could use the following example URL: http://localhost:8983/solr/core0/select?q=*:*&sort=myfield+desc&shards=localhost:8983

Realtime search and facets with very frequent commits

2010-02-11 Thread Janne Majaranta
solution (until the small instance gets big) or is it something is braindead ? And the third question is, would it be a good idea to merge the small and the large index periodically so that a fresh and empty small instance would be available after the merge ? Any ideas ? Best Regards, Janne Majaranta

Re: Realtime search and facets with very frequent commits

2010-02-11 Thread Janne Majaranta
... -Janne 2010/2/11 Jason Rutherglen > Janne, > > I usually just turn the caches to next to nearly off for frequent commits. > > Jason > > On Thu, Feb 11, 2010 at 9:35 AM, Janne Majaranta > wrote: > > Hello, > > > > I have a log search like application

Re: Realtime search and facets with very frequent commits

2010-02-11 Thread Janne Majaranta
cene - Nutch > Hadoop ecosystem search :: http://search-hadoop.com/ > > > > - Original Message > > From: Janne Majaranta > > To: solr-user@lucene.apache.org > > Sent: Thu, February 11, 2010 12:35:20 PM > > Subject: Realtime search and facets with very frequ

Re: Realtime search and facets with very frequent commits

2010-02-15 Thread Janne Majaranta
Hey Dipti, Basically query optimizations + setting cache sizes to a very high level. Other than that, the config is about the same as the out-of-the-box config that comes with the Solr download. I haven't found a magic switch to get very fast query responses + facet counts with the frequency of c

Re: Realtime search and facets with very frequent commits

2010-02-17 Thread Janne Majaranta
with mergeFactor or even mergePolicy? > > -- > Jan Høydahl - search architect > Cominvent AS - www.cominvent.com > > On 16. feb. 2010, at 08.26, Janne Majaranta wrote: > > > Hey Dipti, > > > > Basically query optimizations + setting cache sizes to a very high

Re: Realtime search and facets with very frequent commits

2010-02-18 Thread Janne Majaranta
ic > Hi Janne, > > I *think* Ocean Realtime Search has been superseded by Lucene NRT search. > > Otis > > Sematext :: http://sematext.com/ :: Solr - Lucene - Nutch > Hadoop ecosystem search :: http://search-hadoop.com/ > > > > ----- Original Messag

Re: Realtime search and facets with very frequent commits

2010-02-18 Thread Janne Majaranta
those. > > Jason > > On Thu, Feb 18, 2010 at 7:04 AM, Janne Majaranta > wrote: > > Hi Otis, > > > > Ok, now I'm confused ;) > > There seems to be a bit activity though when looking at the "last > updated" > > timestamps in the google code

Re: Solrsharp

2010-03-01 Thread Janne Majaranta
Hi, I'm using solrnet with solr. It is *the* library to use with .NET and solr. For indexing I'm just sending the XML with the builtin HTTP libraries of the .NET BCL. Cheers, Janne 2010/2/27 Frederico Azeiteiro > Hi Saschin, > > Yes i had to make some patches too (range queries didn't work v

Re: Free Webinar: Mastering Solr 1.4 with Yonik Seeley

2010-03-07 Thread Janne Majaranta
Do I need a U.S. phone number to view the recording / download the slides ? The registration form whines about invalid area code.. -Janne

Re: [ANN] Zoie Solr Plugin - Zoie Solr Plugin enables real-time update functionality for Apache Solr 1.4+

2010-03-20 Thread Janne Majaranta
To my understanding it adds a in-memory index which holds the recent commits and which is flushed to the main index based on the config options. Not sure if it helps to get solr near real time. I am evaluating it currently, and I am really not sure if it adds anything because of the cache r

Re: Realtime search and facets with very frequent commits

2010-04-05 Thread Janne Majaranta
documents randomly (as is > certainly the case for you) your relevancy scores will be poor. > > ~ David Smiley > Author: http://www.packtpub.com/solr-1-4-enterprise-search-server/ > > On Feb 11, 2010, at 12:35 PM, Janne Majaranta wrote: > ... > > > > I have te