[hibernate-issues] [Hibernate-JIRA] Resolved: (HSEARCH-153) Provide the possibility to configure writer.setRAMBufferSizeMB() (Lucene 2.3)

Emmanuel Bernard (JIRA) noreply at atlassian.com
Mon Mar 24 16:09:33 EDT 2008


     [ http://opensource.atlassian.com/projects/hibernate/browse/HSEARCH-153?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Emmanuel Bernard resolved HSEARCH-153.
--------------------------------------

    Resolution: Fixed

I applied the patch. It was all good. I also apply the suggestion to delegate all defaults to Lucene.

Two questions and remarks:
 - why is
               //batchIndexParameters.setMaxBufferedDocs(null);
		//batchIndexParameters.setRamBufferSizeMB(64);
  a better default than the one picked by the Lucene team?

 - I am for a "default" value, open a different JIRA issue for it.

> Provide the possibility to configure writer.setRAMBufferSizeMB()  (Lucene 2.3)
> ------------------------------------------------------------------------------
>
>                 Key: HSEARCH-153
>                 URL: http://opensource.atlassian.com/projects/hibernate/browse/HSEARCH-153
>             Project: Hibernate Search
>          Issue Type: New Feature
>          Components: engine
>            Reporter: Emmanuel Bernard
>             Fix For: 3.1.0
>
>         Attachments: patch.txt
>
>
> I applied the patch. It was all good. I also apply the suggestion to delegate all defaults to Lucene.
> Two questions and remarks:
>  - why is
>                //batchIndexParameters.setMaxBufferedDocs(null);
> 		//batchIndexParameters.setRamBufferSizeMB(64);
>   a better default than the one picked by the Lucene team?
>  - I am for a "default" value, open a different JIRA issue for it.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://opensource.atlassian.com/projects/hibernate/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        



More information about the hibernate-issues mailing list