Re: Field seems to have become binary field on update to Lucene 4.1

2013-02-19 Thread Simon Willnauer
phew! thanks for clarifying simon On Tue, Feb 19, 2013 at 11:19 PM, Paul Taylor wrote: > On 19/02/2013 20:56, Paul Taylor wrote: >> >> >> Strange test failure after converting code from Lucene 3.6 to Lucene 4.1 >> >> public void testIndexPuid() throws Exception { >> >> addReleaseOne(); >

Re: Field seems to have become binary field on update to Lucene 4.1

2013-02-19 Thread Paul Taylor
On 19/02/2013 20:56, Paul Taylor wrote: Strange test failure after converting code from Lucene 3.6 to Lucene 4.1 public void testIndexPuid() throws Exception { addReleaseOne(); RAMDirectory ramDir = new RAMDirectory(); createIndex(ramDir); IndexReader ir = Inde

Field seems to have become binary field on update to Lucene 4.1

2013-02-19 Thread Paul Taylor
Strange test failure after converting code from Lucene 3.6 to Lucene 4.1 public void testIndexPuid() throws Exception { addReleaseOne(); RAMDirectory ramDir = new RAMDirectory(); createIndex(ramDir); IndexReader ir = IndexReader.open(ramDir); Fields fiel