[jira] [Updated] (LUCENE-4178) FieldType.setTokenized shoudl be true by default

2012-07-11 Thread Hoss Man (JIRA)

 [ 
https://issues.apache.org/jira/browse/LUCENE-4178?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Hoss Man updated LUCENE-4178:
-

Fix Version/s: (was: 4.0-ALPHA)
   4.0

hoss20120711-manual-post-40alpha-change

 FieldType.setTokenized shoudl be true by default
 

 Key: LUCENE-4178
 URL: https://issues.apache.org/jira/browse/LUCENE-4178
 Project: Lucene - Java
  Issue Type: Bug
Affects Versions: 4.0-ALPHA
Reporter: Robert Muir
 Fix For: 4.0, 5.0

 Attachments: LUCENE-4178.patch


 This is really confusing, see LUCENE-4176 where a user hit this.
 The example code from the user there reads:
 {code}
 FieldType fieldType = new FieldType();
 fieldType.setIndexed(true);
 fieldType.setStored(true);
 {code}
 Its really trappy that this does not invoke the analyzer: because 
 historically we did this unless you specified NOT_ANALYZED. 
 So i think fieldType.setTokenized(true) should be the default: things like 
 StringField can turn it off.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
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



[jira] [Updated] (LUCENE-4178) FieldType.setTokenized shoudl be true by default

2012-06-28 Thread Robert Muir (JIRA)

 [ 
https://issues.apache.org/jira/browse/LUCENE-4178?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Robert Muir updated LUCENE-4178:


Attachment: LUCENE-4178.patch

 FieldType.setTokenized shoudl be true by default
 

 Key: LUCENE-4178
 URL: https://issues.apache.org/jira/browse/LUCENE-4178
 Project: Lucene - Java
  Issue Type: Bug
Affects Versions: 4.0
Reporter: Robert Muir
 Attachments: LUCENE-4178.patch


 This is really confusing, see LUCENE-4176 where a user hit this.
 The example code from the user there reads:
 {code}
 FieldType fieldType = new FieldType();
 fieldType.setIndexed(true);
 fieldType.setStored(true);
 {code}
 Its really trappy that this does not invoke the analyzer: because 
 historically we did this unless you specified NOT_ANALYZED. 
 So i think fieldType.setTokenized(true) should be the default: things like 
 StringField can turn it off.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
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