Re: Solr and OpenPipe

2008-04-03 Thread Espen Amble Kolstad
Hi,

I'm one of the developers of the initial version of OpenPipe.

We are currently using OpenPipe with Solr to index the Norwegian and
English wikipedia.

Anything in particular you want to know?

- Espen

> From: "Rogerio Pereira" <[EMAIL PROTECTED]>
> Date: 2. april 2008 23.00.32 GMT+02:00
> To: solr-user@lucene.apache.org
> Subject: Solr and OpenPipe
> Reply-To: solr-user@lucene.apache.org
> Reply-To: [EMAIL PROTECTED]
>
>  Hi!
>
> Somebody has been working with Solr and OpenPipe?
>
> --
> Yours truly (Atenciosamente),
>
> Rogério (_rogerio_)
> http://faces.eti.br
>
> "Faça a diferença! Ajude o seu país a crescer, não retenha conhecimento,
> distribua e aprenda mais." (http://faces.eti.br/?p=45)
>


Re: Search for social networking sites

2011-01-20 Thread Espen Amble Kolstad
I haven't tried myself, but you could look at solandra :
https://github.com/tjake/Lucandra

- Espen

On Thu, Jan 20, 2011 at 6:30 PM, stockii  wrote:
>
> http://wiki.apache.org/solr/NearRealtimeSearchTuning
>
> http://lucene.472066.n3.nabble.com/Tuning-Solr-caches-with-high-commit-rates-NRT-td1461275.html
>
>
> http://lucene.472066.n3.nabble.com/NRT-td2276967.html#a2278477
>
>
> -
> --- System
> 
>
> One Server, 12 GB RAM, 2 Solr Instances, 7 Cores,
> 1 Core with 31 Million Documents other Cores < 100.000
>
> - Solr1 for Search-Requests - commit every Minute  - 4GB Xmx
> - Solr2 for Update-Request  - delta every 2 Minutes - 4GB Xmx
> --
> View this message in context: 
> http://lucene.472066.n3.nabble.com/Search-for-social-networking-sites-tp2295261p2295283.html
> Sent from the Solr - User mailing list archive at Nabble.com.
>


Re: DIH with full-import and cleaning still keeps old index

2011-01-22 Thread Espen Amble Kolstad
Your not doing optimize, I think optimize would delete your old index.
Try it out with additional parameter optimize=true

- Espen

On Thu, Jan 20, 2011 at 11:30 AM, Bernd Fehling
 wrote:
> Hi list,
>
> after sending full-import=true&clean=true&commit=true
> Solr 4.x (apache-solr-4.0-2010-11-24_09-25-17) responds with:
> - DataImporter doFullImport
> - DirectUpdateHandler2 deleteAll
> ...
> - DocBuilder finish
> - SolrDeletionPolicy.onCommit: commits:num=2
> - SolrDeletionPolicy updateCommits
> - SolrIndexSearcher 
> - INFO: end_commit_flush
> - SolrIndexSearcher warm
> ...
> - QuerySenderListener newSearcher
> - SolrCore registerSearcher
> - SolrIndexSearcher close
> ...
>
> This all looks good to me but why is the old index not deleted?
>
> Am I missing a parameter?
>
> Regards,
> Bernd
>


Re: DIH with full-import and cleaning still keeps old index

2011-01-23 Thread Espen Amble Kolstad
I think optimize only ever gets done when either a full-import or
delta-import is done. You could optimize the "normal" way though see:
http://wiki.apache.org/solr/UpdateXmlMessages

- Espen

On Mon, Jan 24, 2011 at 8:05 AM, Bernd Fehling
 wrote:
>
> Is there a difference between sending optimize=true with
> the full-import command or sending optimize=true as
> a separate command after finishing full-import?
>
> Regards,
> Bernd
>
>
> Am 23.01.2011 02:18, schrieb Espen Amble Kolstad:
>> Your not doing optimize, I think optimize would delete your old index.
>> Try it out with additional parameter optimize=true
>>
>> - Espen
>>
>> On Thu, Jan 20, 2011 at 11:30 AM, Bernd Fehling
>>  wrote:
>>> Hi list,
>>>
>>> after sending full-import=true&clean=true&commit=true
>>> Solr 4.x (apache-solr-4.0-2010-11-24_09-25-17) responds with:
>>> - DataImporter doFullImport
>>> - DirectUpdateHandler2 deleteAll
>>> ...
>>> - DocBuilder finish
>>> - SolrDeletionPolicy.onCommit: commits:num=2
>>> - SolrDeletionPolicy updateCommits
>>> - SolrIndexSearcher 
>>> - INFO: end_commit_flush
>>> - SolrIndexSearcher warm
>>> ...
>>> - QuerySenderListener newSearcher
>>> - SolrCore registerSearcher
>>> - SolrIndexSearcher close
>>> ...
>>>
>>> This all looks good to me but why is the old index not deleted?
>>>
>>> Am I missing a parameter?
>>>
>>> Regards,
>>> Bernd
>>>
>