weak documents

2013-11-27 Thread Thomas Scheffler
Hi, I am relatively new to SOLR and I am looking for a neat way to implement weak documents with SOLR. Whenever a document is updated or deleted all it's dependent documents should be removed from the index. In other words they exist as long as the document exist they refer to when

Re: weak documents

2013-11-27 Thread Upayavira
to implement weak documents with SOLR. Whenever a document is updated or deleted all it's dependent documents should be removed from the index. In other words they exist as long as the document exist they refer to when they were indexed - in that specific version. On update

Re: weak documents

2013-11-27 Thread Paul Libbrecht
difference. Paul Le 27 nov. 2013 à 09:13, Thomas Scheffler thomas.scheff...@uni-jena.de a écrit : Hi, I am relatively new to SOLR and I am looking for a neat way to implement weak documents with SOLR. Whenever a document is updated or deleted all it's dependent documents should be removed

Re: weak documents

2013-11-27 Thread Thomas Scheffler
to track that change. These dump author documents are used for an alphabetical person index and hold a unique field that is used to group them but these documents exists only as long as their master documents do. My two use-cases are quite similar so I would like these weak documents

Re: weak documents

2013-11-27 Thread Jack Krupansky
: Wednesday, November 27, 2013 3:13 AM To: SOLR User Subject: weak documents Hi, I am relatively new to SOLR and I am looking for a neat way to implement weak documents with SOLR. Whenever a document is updated or deleted all it's dependent documents should be removed from the index. In other

Re: weak documents

2013-11-27 Thread Walter Underwood
. If the perceived performance overhead is too great, get beefier hardware. -- Jack Krupansky -Original Message- From: Thomas Scheffler Sent: Wednesday, November 27, 2013 3:13 AM To: SOLR User Subject: weak documents Hi, I am relatively new to SOLR and I am looking for a neat way