[
https://issues.apache.org/jira/browse/LUCENE-1334?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
DM Smith updated LUCENE-1334:
-----------------------------
Attachment: LUCENE-1334.txt
patch for the issue
> Term improvement
> ----------------
>
> Key: LUCENE-1334
> URL: https://issues.apache.org/jira/browse/LUCENE-1334
> Project: Lucene - Java
> Issue Type: Improvement
> Components: Index
> Affects Versions: 2.3.1
> Environment: all
> Reporter: DM Smith
> Priority: Trivial
> Fix For: 2.4
>
> Attachments: LUCENE-1334.txt
>
>
> Term is designed for reuse of the supplied filter, to minimize intern().
> One of the common use patterns is to create a Term with the txt field being
> an empty string.
> To simplify this pattern and to document it's usefulness, I suggest adding a
> constructor:
> public Term(String fld)
> with the obvious implementation
> and use it throughout core and contrib as a replacement.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]