[ https://issues.apache.org/jira/browse/LUCENE-2548?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13052236#comment-13052236 ]
Uwe Schindler commented on LUCENE-2548: --------------------------------------- bq. Can you explain shortly what "Unable to render embedded object: File" has to do with interning? That was just a JIRA formatting issue in Mike's comment I was referring to. > Remove all interning of field names from flex API > ------------------------------------------------- > > Key: LUCENE-2548 > URL: https://issues.apache.org/jira/browse/LUCENE-2548 > Project: Lucene - Java > Issue Type: Improvement > Reporter: Uwe Schindler > Assignee: Michael McCandless > Fix For: 4.0 > > Attachments: LUCENE-2548.patch, LUCENE-2548.patch > > > In previous versions of Lucene, interning of fields was important to minimize > string comparison cost when iterating TermEnums, to detect changes in field > name. As we separated field names from terms in flex, no query compares field > names anymore, so the whole performance problematic interning can be removed. > I will start with doing this, but we need to carefully review some places > e.g. in preflex codec. > Maybe before this issue we should remove the Term class completely. :-) > Robert? -- This message is automatically generated by JIRA. For more information on JIRA, see: http://www.atlassian.com/software/jira --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org For additional commands, e-mail: dev-h...@lucene.apache.org