solr-user-unsubscribe

2019-09-06 Thread Charton, Andre

Re: solr4.1 createNodeSet requires ip addresses?

2013-02-18 Thread Charton, Andre
Hi, I created a ticket and try to describe here https://issues.apache.org/jira/browse/SOLR-4471 Actually search speed, ram and memory usage on solr 4.x compared with 3.6. looks good, only the network is blocked by full copy index from slave. André On 16.02.13 03:25, "Mark Miller" wrote: >For

problem with full copy on replication solr4.1

2013-02-15 Thread Charton, Andre
Hi, I upgrade solr form 3.6 to 4.1. Since them the replication is full copy the index from master. Master is delta import via DIH every 10min. Slave poll interval is 10sec. After debug and search I found patch in SOLR-4413. Problem was slave is checking the wrong directory (index/ instead of index

RE: Ebay Kleinanzeigen and Auto Suggest

2011-05-03 Thread Charton, Andre
Hi, yes we do. If you use a limit number of categories (like 100) you can use dynamic fields with the termscomponent and by choosing a category specific prefix, like: {schema.xml} ... ... {schema.xml} And within data import handler we script prefix from given category: {data-config.xml}

RE: data-config.xml: delta-import unclear behaviour pre/postDeleteImportQuery with clean

2011-02-01 Thread Charton, Andre
Hi Manu, from 1.4.1 it is invoked if "postImportDeleteQuery" is not null and clean is true, see Code ... String delQuery = e.allAttributes.get("preImportDeleteQuery"); if (dataImporter.getStatus() == DataImporter.Status.RUNNING_DELTA_DUMP) { cleanByQuery(delQuery, fullCleanDone);

Default filter in solr config (+filter document by now for near time index feeling)

2010-06-01 Thread Charton, Andre
Hi, I have this use case: I update index every 10 min on a master-solr (via batch) and replicate them to slaves. The clients use the slaves. From client view now it's ugly: it looks like we change our index only every 10 minutes. Sure, but idea now is to index all documents with a index date, s