add LuceneTestCase[J4].newField
-------------------------------

                 Key: LUCENE-2640
                 URL: https://issues.apache.org/jira/browse/LUCENE-2640
             Project: Lucene - Java
          Issue Type: Test
          Components: Tests
            Reporter: Robert Muir
             Fix For: 3.1, 4.0
         Attachments: LUCENE-2640.patch

I think it would be good to vary the different field options in tests.

For example, we do this with IW settings (newIndexWriterConfig), and 
directories (newDirectory).

This patch adds newField(), it works just like new Field(), except it will 
sometimes turns on extra options:
Stored fields, term vectors, additional term vectors data, etc.


-- 
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: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org

Reply via email to