Re: update some index documents after indexing process is done with DIH

2010-03-24 Thread ANKITBHATNAGAR
context: http://old.nabble.com/update-some-index-documents-after-indexing-process-is-done-with-DIH-tp24695947p28020805.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: update some index documents after indexing process is done with DIH

2009-08-07 Thread Chris Hostetter
: What is confusing me now is that I have to implement my logic in you're certianly in a fuzzy grey area here ... none of this stuff was designed for the kind of thing you're doing. : But in processCommit, having access to the core I can get the IndexReader : but I still don't know how to get t

Re: update some index documents after indexing process is done with DIH

2009-07-31 Thread Marc Sturlese
ader in there. > Any advice? > Thanks in advance > -- View this message in context: http://www.nabble.com/update-some-index-documents-after-indexing-process-is-done-with-DIH-tp24695947p24755320.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: update some index documents after indexing process is done with DIH

2009-07-30 Thread Marc Sturlese
Jul 2009 10:14:16 +0530 > : From: > : > =?UTF-8?B?Tm9ibGUgUGF1bCDgtKjgtYvgtKzgtL/gtLPgtY3igI0gIOCkqOCli+CkrOCljeCk > : s+CljQ==?= > : Reply-To: solr-user@lucene.apache.org, noble.p...@gmail.com > : To: solr-user@lucene.apache.org > : Subject: Re: update some index doc

Re: update some index documents after indexing process is done with DIH

2009-07-29 Thread Chris Hostetter
lr-user@lucene.apache.org : Subject: Re: update some index documents after indexing process is done with : DIH : : If you make your EventListener implements SolrCoreAware you can get : hold of the core on inform. use that to get hold of the : SolrIndexWriter : : On Wed, Jul 29, 2009 at 9:20 PM

Re: update some index documents after indexing process is done with DIH

2009-07-29 Thread Noble Paul നോബിള്‍ नोब्ळ्
ote: >>>>>> >>>>>> It is best handled as a 'newSearcher' listener in solrconfig.xml. >>>>>> onImportEnd is invoked before committing >>>>>> >>>>>> On Tue, Jul 28, 2009 at 3:13 PM, Marc >>>>>&

Re: update some index documents after indexing process is done with DIH

2009-07-29 Thread Marc Sturlese
I would like to open an indexreader, iterate over all >>>>>> docs, >>>>>> modify some of them depending on others and delete some others. I can >>>>>> easy >>>>>> do this directly cod

Re: update some index documents after indexing process is done with DIH

2009-07-29 Thread Noble Paul നോബിള്‍ नोब्ळ्
w if there's a >>>>> way >>>>> to do it with Solr using SolrDocument or SolrInputDocument classes. >>>>> I have thougth in using SolrJ or DIH listener onImportEnd but not sure >>>>> if

Re: update some index documents after indexing process is done with DIH

2009-07-28 Thread Marc Sturlese
an IndexReader in there. >>>> Any advice? >>>> Thanks in advance >>>> -- >>>> View this message in context: >>>> http://www.nabble.com/update-some-index-documents-after-in

Re: update some index documents after indexing process is done with DIH

2009-07-28 Thread Noble Paul നോബിള്‍ नोब्ळ्
h-DIH-tp24695947p24695947.html >>> Sent from the Solr - User mailing list archive at Nabble.com. >>> >>> >> >> >> >> -- >> - >> Noble Paul | Principal Engineer| AOL | http://aol.com >> >> > > -- > View this message in context: > http://www.nabble.com/update-some-index-documents-after-indexing-process-is-done-with-DIH-tp24695947p24696872.html > Sent from the Solr - User mailing list archive at Nabble.com. > > -- - Noble Paul | Principal Engineer| AOL | http://aol.com

Re: update some index documents after indexing process is done with DIH

2009-07-28 Thread Marc Sturlese
nd but not sure if >> I >> can get an IndexReader in there. >> Any advice? >> Thanks in advance >> -- >> View this message in context: >> http://www.nabble.com/update-some-index-documents-after-indexing-process-is-done-with-DIH-tp24695947p24695947.html >

Re: update some index documents after indexing process is done with DIH

2009-07-28 Thread Noble Paul നോബിള്‍ नोब्ळ्
t; I have thougth in using SolrJ or DIH listener onImportEnd but not sure if I > can get an IndexReader in there. > Any advice? > Thanks in advance > -- > View this message in context: > http://www.nabble.com/update-some-index-documents-after-indexing-process-is-done-with-DIH-tp246959

update some index documents after indexing process is done with DIH

2009-07-28 Thread Marc Sturlese
index-documents-after-indexing-process-is-done-with-DIH-tp24695947p24695947.html Sent from the Solr - User mailing list archive at Nabble.com.