[jira] Updated: (LUCENE-1308) Remove String.intern() from Field.java to increase performance and lower contention

2008-06-17 Thread Rene S (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1308?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Rene S updated LUCENE-1308: --- Description: Right now, *document.Field is interning all field names. While this makes sense because it low

[jira] Updated: (LUCENE-1308) Remove String.intern() from Field.java to increase performance and lower contention

2008-06-18 Thread Rene Schwietzke (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1308?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Rene Schwietzke updated LUCENE-1308: Attachment: yad.zip Test source, code, and data files. Contains a Field.java that can be m