Mailing List Archive

DO NOT REPLY [Bug 12723] New: - Date fields should not be tokenized.
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=12723>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=12723

Date fields should not be tokenized.

Summary: Date fields should not be tokenized.
Product: Lucene
Version: CVS Nightly - Specify date in submission
Platform: All
OS/Version: All
Status: NEW
Severity: Normal
Priority: Other
Component: Index
AssignedTo: lucene-dev@jakarta.apache.org
ReportedBy: hc56@cornell.edu


the helper factory method in org.apache.lucene.document.Field :
public static final Field Keyword(String name, Date value)
specifies the field to be tokenized, which I don't think is correct...

the TestDateFilter testcase manually creates the field so the bug is not
caught by testcases

--
To unsubscribe, e-mail: <mailto:lucene-dev-unsubscribe@jakarta.apache.org>
For additional commands, e-mail: <mailto:lucene-dev-help@jakarta.apache.org>