|
16 | 16 | * See the License for the specific language governing permissions and |
17 | 17 | * limitations under the License. |
18 | 18 | */ |
19 | | -package org.apache.lucene.codecs.lucene103; |
| 19 | +package org.apache.lucene.backward_codecs.lucene103; |
20 | 20 |
|
21 | | -import static org.apache.lucene.codecs.lucene103.ForUtil.BLOCK_SIZE; |
22 | | -import static org.apache.lucene.codecs.lucene103.ForUtil.MASK16_1; |
23 | | -import static org.apache.lucene.codecs.lucene103.ForUtil.MASK16_2; |
24 | | -import static org.apache.lucene.codecs.lucene103.ForUtil.MASK16_4; |
25 | | -import static org.apache.lucene.codecs.lucene103.ForUtil.MASK16_5; |
26 | | -import static org.apache.lucene.codecs.lucene103.ForUtil.MASK16_6; |
27 | | -import static org.apache.lucene.codecs.lucene103.ForUtil.MASK16_7; |
28 | | -import static org.apache.lucene.codecs.lucene103.ForUtil.MASK16_8; |
29 | | -import static org.apache.lucene.codecs.lucene103.ForUtil.MASK32_1; |
30 | | -import static org.apache.lucene.codecs.lucene103.ForUtil.MASK32_10; |
31 | | -import static org.apache.lucene.codecs.lucene103.ForUtil.MASK32_11; |
32 | | -import static org.apache.lucene.codecs.lucene103.ForUtil.MASK32_12; |
33 | | -import static org.apache.lucene.codecs.lucene103.ForUtil.MASK32_13; |
34 | | -import static org.apache.lucene.codecs.lucene103.ForUtil.MASK32_14; |
35 | | -import static org.apache.lucene.codecs.lucene103.ForUtil.MASK32_15; |
36 | | -import static org.apache.lucene.codecs.lucene103.ForUtil.MASK32_16; |
37 | | -import static org.apache.lucene.codecs.lucene103.ForUtil.MASK32_2; |
38 | | -import static org.apache.lucene.codecs.lucene103.ForUtil.MASK32_3; |
39 | | -import static org.apache.lucene.codecs.lucene103.ForUtil.MASK32_4; |
40 | | -import static org.apache.lucene.codecs.lucene103.ForUtil.MASK32_5; |
41 | | -import static org.apache.lucene.codecs.lucene103.ForUtil.MASK32_6; |
42 | | -import static org.apache.lucene.codecs.lucene103.ForUtil.MASK32_7; |
43 | | -import static org.apache.lucene.codecs.lucene103.ForUtil.MASK32_8; |
44 | | -import static org.apache.lucene.codecs.lucene103.ForUtil.MASK32_9; |
45 | | -import static org.apache.lucene.codecs.lucene103.ForUtil.collapse16; |
46 | | -import static org.apache.lucene.codecs.lucene103.ForUtil.collapse8; |
47 | | -import static org.apache.lucene.codecs.lucene103.ForUtil.decode1; |
48 | | -import static org.apache.lucene.codecs.lucene103.ForUtil.decode10; |
49 | | -import static org.apache.lucene.codecs.lucene103.ForUtil.decode2; |
50 | | -import static org.apache.lucene.codecs.lucene103.ForUtil.decode3; |
51 | | -import static org.apache.lucene.codecs.lucene103.ForUtil.decode9; |
52 | | -import static org.apache.lucene.codecs.lucene103.ForUtil.decodeSlow; |
53 | | -import static org.apache.lucene.codecs.lucene103.ForUtil.encode; |
54 | | -import static org.apache.lucene.codecs.lucene103.ForUtil.expand16; |
55 | | -import static org.apache.lucene.codecs.lucene103.ForUtil.expand8; |
| 21 | +import static org.apache.lucene.backward_codecs.lucene103.ForUtil.BLOCK_SIZE; |
| 22 | +import static org.apache.lucene.backward_codecs.lucene103.ForUtil.MASK16_1; |
| 23 | +import static org.apache.lucene.backward_codecs.lucene103.ForUtil.MASK16_2; |
| 24 | +import static org.apache.lucene.backward_codecs.lucene103.ForUtil.MASK16_4; |
| 25 | +import static org.apache.lucene.backward_codecs.lucene103.ForUtil.MASK16_5; |
| 26 | +import static org.apache.lucene.backward_codecs.lucene103.ForUtil.MASK16_6; |
| 27 | +import static org.apache.lucene.backward_codecs.lucene103.ForUtil.MASK16_7; |
| 28 | +import static org.apache.lucene.backward_codecs.lucene103.ForUtil.MASK16_8; |
| 29 | +import static org.apache.lucene.backward_codecs.lucene103.ForUtil.MASK32_1; |
| 30 | +import static org.apache.lucene.backward_codecs.lucene103.ForUtil.MASK32_10; |
| 31 | +import static org.apache.lucene.backward_codecs.lucene103.ForUtil.MASK32_11; |
| 32 | +import static org.apache.lucene.backward_codecs.lucene103.ForUtil.MASK32_12; |
| 33 | +import static org.apache.lucene.backward_codecs.lucene103.ForUtil.MASK32_13; |
| 34 | +import static org.apache.lucene.backward_codecs.lucene103.ForUtil.MASK32_14; |
| 35 | +import static org.apache.lucene.backward_codecs.lucene103.ForUtil.MASK32_15; |
| 36 | +import static org.apache.lucene.backward_codecs.lucene103.ForUtil.MASK32_16; |
| 37 | +import static org.apache.lucene.backward_codecs.lucene103.ForUtil.MASK32_2; |
| 38 | +import static org.apache.lucene.backward_codecs.lucene103.ForUtil.MASK32_3; |
| 39 | +import static org.apache.lucene.backward_codecs.lucene103.ForUtil.MASK32_4; |
| 40 | +import static org.apache.lucene.backward_codecs.lucene103.ForUtil.MASK32_5; |
| 41 | +import static org.apache.lucene.backward_codecs.lucene103.ForUtil.MASK32_6; |
| 42 | +import static org.apache.lucene.backward_codecs.lucene103.ForUtil.MASK32_7; |
| 43 | +import static org.apache.lucene.backward_codecs.lucene103.ForUtil.MASK32_8; |
| 44 | +import static org.apache.lucene.backward_codecs.lucene103.ForUtil.MASK32_9; |
| 45 | +import static org.apache.lucene.backward_codecs.lucene103.ForUtil.collapse16; |
| 46 | +import static org.apache.lucene.backward_codecs.lucene103.ForUtil.collapse8; |
| 47 | +import static org.apache.lucene.backward_codecs.lucene103.ForUtil.decode1; |
| 48 | +import static org.apache.lucene.backward_codecs.lucene103.ForUtil.decode10; |
| 49 | +import static org.apache.lucene.backward_codecs.lucene103.ForUtil.decode2; |
| 50 | +import static org.apache.lucene.backward_codecs.lucene103.ForUtil.decode3; |
| 51 | +import static org.apache.lucene.backward_codecs.lucene103.ForUtil.decode9; |
| 52 | +import static org.apache.lucene.backward_codecs.lucene103.ForUtil.decodeSlow; |
| 53 | +import static org.apache.lucene.backward_codecs.lucene103.ForUtil.encode; |
| 54 | +import static org.apache.lucene.backward_codecs.lucene103.ForUtil.expand16; |
| 55 | +import static org.apache.lucene.backward_codecs.lucene103.ForUtil.expand8; |
56 | 56 |
|
57 | 57 | import java.io.IOException; |
58 | | -import org.apache.lucene.internal.vectorization.PostingDecodingUtil; |
59 | 58 | import org.apache.lucene.store.DataOutput; |
60 | 59 | import org.apache.lucene.util.packed.PackedInts; |
61 | 60 |
|
|
0 commit comments