Searched defs:innerArray (Results 1 - 2 of 2) sorted by relevance
/lucene-3.6.0/lucene/core/src/test/org/apache/lucene/search/function/ |
H A D | TestDocValues.java | 30 float[] innerArray = new float[] { 1.0f, 2.0f, -1.0f, 100.0f }; 31 DocValuesTestImpl docValues = new DocValuesTestImpl(innerArray); 36 innerArray = new float[] {}; 37 docValues = new DocValuesTestImpl(innerArray); 43 float[] innerArray = new float[] { 1.0f, 2.0f, -1.0f, 10.0f }; 44 DocValuesTestImpl docValues = new DocValuesTestImpl(innerArray); 48 innerArray = new float[] { -3.0f, -1.0f, -100.0f }; 49 docValues = new DocValuesTestImpl(innerArray); 53 innerArray = new float[] { -3.0f, -1.0f, 100.0f, Float.MAX_VALUE, 55 docValues = new DocValuesTestImpl(innerArray); 89 float[] innerArray; field in class:TestDocValues.DocValuesTestImpl 91 DocValuesTestImpl(float[] innerArray) argument [all...] |
/lucene-3.6.0/lucene/backwards/src/test/org/apache/lucene/search/function/ |
H A D | TestDocValues.java | 30 float[] innerArray = new float[] { 1.0f, 2.0f, -1.0f, 100.0f }; 31 DocValuesTestImpl docValues = new DocValuesTestImpl(innerArray); 36 innerArray = new float[] {}; 37 docValues = new DocValuesTestImpl(innerArray); 43 float[] innerArray = new float[] { 1.0f, 2.0f, -1.0f, 10.0f }; 44 DocValuesTestImpl docValues = new DocValuesTestImpl(innerArray); 48 innerArray = new float[] { -3.0f, -1.0f, -100.0f }; 49 docValues = new DocValuesTestImpl(innerArray); 53 innerArray = new float[] { -3.0f, -1.0f, 100.0f, Float.MAX_VALUE, 55 docValues = new DocValuesTestImpl(innerArray); 89 float[] innerArray; field in class:TestDocValues.DocValuesTestImpl 91 DocValuesTestImpl(float[] innerArray) argument [all...] |
Completed in 21 milliseconds