Home | About | Sematext search-lucene.com search-hadoop.com
 Search Lucene and all its subprojects:

Switch to Plain View
Lucene, mail # dev - DR.getCommitUserData() vs DR.getIndexCommit().getUserData()


+
Ryan McKinley 2012-02-07, 21:44
Copy link to this message
-
Re: DR.getCommitUserData() vs DR.getIndexCommit().getUserData()
Michael McCandless 2012-02-07, 23:11
Hmmm no difference.  I don't like ambiguity... we should remove one!
(I think remove DR's method?).

Mike McCandless

http://blog.mikemccandless.com

On Tue, Feb 7, 2012 at 4:44 PM, Ryan McKinley <[EMAIL PROTECTED]> wrote:
> I'm looking at solr LukeRequestHandler:
>
>    String s = reader.getIndexCommit().getUserData().get(SolrIndexWriter.COMMIT_TIME_MSEC_KEY);
>
> is there any reason/advantage/disadvantage/difference between getting
> UserData through the DR or IndexCommit?
>
> thanks
> ryan
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>

---------------------------------------------------------------------
+
Ryan McKinley 2012-02-08, 00:16
+
Robert Muir 2012-02-08, 00:33
+
Michael McCandless 2012-02-08, 15:50