getting "dedupe" management when updating index via tika and SolrJ

2017-03-15 Thread Phil Scadden
I have added a signature field to schema and setup dedupe handler in solrconfig.xml as per docs, however docs say: “Be sure to change your update handlers to use the defined chain, as below:” Umm, WHERE do you change the update handler to use the defined chain? Is this in one of config xmls or

Re: Realtime search with multi clients updating index simultaneously.

2012-02-17 Thread Erick Erickson
the results to Solr will just see the results of the aggregate changes to the underlying database as single records, so I don't think this is an issue. Best Erick > Now the question before me is: Is Solr fit in my case? If yes, How? > Can't answer this for you. > -- > View this message in context: > http://lucene.472066.n3.nabble.com/Realtime-search-with-multi-clients-updating-index-simultaneously-tp3749881p3749881.html > Sent from the Solr - User mailing list archive at Nabble.com.

Realtime search with multi clients updating index simultaneously.

2012-02-16 Thread v_shan
ple update the ticket simultaneously? Now the question before me is: Is Solr fit in my case? If yes, How? -- View this message in context: http://lucene.472066.n3.nabble.com/Realtime-search-with-multi-clients-updating-index-simultaneously-tp3749881p3749881.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: Question about updating index with custom field types

2012-01-12 Thread 罗赛
Hi Sylvain, I'm very sorry that I could not help you for I'm also doing pure English project... Erick, Thanks for your approach, I'll try it. Luo Sai On Wed, Jan 11, 2012 at 10:08 PM, Erick Erickson wrote: > I'm not sure what custom field types have to do with XML here. > Somewhere, you hav

Re: Question about updating index with custom field types

2012-01-11 Thread Erick Erickson
I'm not sure what custom field types have to do with XML here. Somewhere, you have to have defined a *field* in your schema.xml that references your custom type, something like: then the XML is just like any other field 56.75 WARNING: I don't quite know how to access the attributes down in

Question about updating index with custom field types

2012-01-10 Thread 罗赛
Hello everyone, I have a question on how to update index using xml messages when there are some complex custom field types in my index...like: And field offer has some attributes in it... I've read page, http://wiki.apache.org/solr/UpdateXmlMessages and example shows that xml should be like:

RE: how to do offline adding/updating index

2011-06-03 Thread vrpar...@gmail.com
Thanks to all, i done by using multicore, vishal parekh -- View this message in context: http://lucene.472066.n3.nabble.com/how-to-do-offline-adding-updating-index-tp2923035p3019219.html Sent from the Solr - User mailing list archive at Nabble.com.

RE: how to do offline adding/updating index

2011-05-11 Thread Jonathan Rochkind
much of a pain as that can be. It seems there are lots of significant variables. From: kenf_nc [ken.fos...@realestate.com] Sent: Tuesday, May 10, 2011 4:01 PM To: solr-user@lucene.apache.org Subject: Re: how to do offline adding/updating index Master/slave

RE: how to do offline adding/updating index

2011-05-11 Thread Jonathan Rochkind
___ From: kenf_nc [ken.fos...@realestate.com] Sent: Wednesday, May 11, 2011 9:46 AM To: solr-user@lucene.apache.org Subject: Re: how to do offline adding/updating index My understanding is that the Master has done all the indexing, that replication is a series of file copie

Re: how to do offline adding/updating index

2011-05-11 Thread kenf_nc
so a reasonable trade off. -- View this message in context: http://lucene.472066.n3.nabble.com/how-to-do-offline-adding-updating-index-tp2923035p2927336.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: how to do offline adding/updating index

2011-05-10 Thread Markus Jelsma
Replication large files can be bad for OS page cache as files being written are also written to the page cache. Search latency can grow due to I/O for getting the current index version back into memory. Also, Solr cache warming can casue a doubling of your heap usage. Frequent replication in an

Re: how to do offline adding/updating index

2011-05-10 Thread Mike Sokolov
oving parts for swapping search servers or anything like that. -- View this message in context: http://lucene.472066.n3.nabble.com/how-to-do-offline-adding-updating-index-tp2923035p2924426.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: how to do offline adding/updating index

2011-05-10 Thread kenf_nc
fresh itself, quickly, efficiently, minimal impact to search performance. No need to build extra moving parts for swapping search servers or anything like that. -- View this message in context: http://lucene.472066.n3.nabble.com/how-to-do-offline-adding-updating-index-tp2923035p2924426.html Sent fro

Re: how to do offline adding/updating index

2011-05-10 Thread Mike Sokolov
er way? Thanks -- View this message in context: http://lucene.472066.n3.nabble.com/how-to-do-offline-adding-updating-index-tp2923035p2923035.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: how to do offline adding/updating index

2011-05-10 Thread Michael McCandless
d i use multicore-with merge and swap or delta query or any other > way? > > Thanks > > -- > View this message in context: > http://lucene.472066.n3.nabble.com/how-to-do-offline-adding-updating-index-tp2923035p2923035.html > Sent from the Solr - User mailing list archive at Nabble.com. >

RE: how to do offline adding/updating index

2011-05-10 Thread Jonathan Rochkind
en swapping the indexes out. From: vrpar...@gmail.com [vrpar...@gmail.com] Sent: Tuesday, May 10, 2011 9:22 AM To: solr-user@lucene.apache.org Subject: how to do offline adding/updating index Hello all, indexing with dataimporthandler runs every hour

how to do offline adding/updating index

2011-05-10 Thread vrpar...@gmail.com
or any other way? Thanks -- View this message in context: http://lucene.472066.n3.nabble.com/how-to-do-offline-adding-updating-index-tp2923035p2923035.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: Re: Updating index: Replacing data directory recommended?

2010-02-16 Thread Peter Karich
Hi Ups, sorry. I didn't recognized the answer because it was in the bulk folder. I though with this procedure it will be a lot faster and less overhead. Just two lines of shell script. What do you think? Regards, Peter. This should work on Linux. The rsync based replication scripts used to

Re: Updating index: Replacing data directory recommended?

2010-02-16 Thread Peter Karich
Hi, any hints or suggestions? Does anyone do the updating this way? Regards, Peter. Hi solr community! Is it recommended to replace the data directory of a heavy used solr instance? (I am aware of the http queries, but that will be too slow) I need a fast way to push development data to pr

Re: Updating index: Replacing data directory recommended?

2010-02-16 Thread Shalin Shekhar Mangar
On Mon, Feb 15, 2010 at 3:30 PM, Peter Karich wrote: > Hi solr community! > > Is it recommended to replace the data directory of a heavy used solr > instance? > (I am aware of the http queries, but that will be too slow) > > I need a fast way to push development data to production servers. > I tr

Updating index: Replacing data directory recommended?

2010-02-15 Thread Peter Karich
Hi solr community! Is it recommended to replace the data directory of a heavy used solr instance? (I am aware of the http queries, but that will be too slow) I need a fast way to push development data to production servers. I tried the following with success even under load of the index: mv da

Re: Updating index

2008-06-17 Thread Otis Gospodnetic
: Tuesday, June 17, 2008 6:25:26 AM > Subject: Updating index > > Hi! > > Updating index with post.jar just replaces the index with the defined > xml's. But if there are, for example, two fields in all xml's that > were changed, is there a way to update only these

Updating index

2008-06-17 Thread Mihails Agafonovs
Hi! Updating index with post.jar just replaces the index with the defined xml's. But if there are, for example, two fields in all xml's that were changed, is there a way to update only these fields (incremental update)? If there are a lot of large xml's, it would be performance slo

RE: Updating index on cluster

2007-07-18 Thread Xuesong Luo
@lucene.apache.org Subject: Updating index on cluster Hi, I'm currently working on an application which is living in a clustered server environment. There is a hardware based balancer, and each node in the cluster has a separate install of Solr. The application code and files are on

Re: Updating index on cluster

2007-07-18 Thread Yonik Seeley
No need to restart when there has been an index change... just send a commit message and Solr will open a new searcher. If there have been schema changes, Solr will need to be restarted. -Yonik On 7/18/07, Matt Mitchell <[EMAIL PROTECTED]> wrote: Hi, I'm currently working on an application wh

Updating index on cluster

2007-07-18 Thread Matt Mitchell
Hi, I'm currently working on an application which is living in a clustered server environment. There is a hardware based balancer, and each node in the cluster has a separate install of Solr. The application code and files are on a NFS mount, along with the "solr/ home". The first node ha