mirror of https://github.com/apache/lucene.git
disable optimization
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/branches/lucene4547@1433734 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
247d66b0d4
commit
cadf8949e1
|
@ -240,7 +240,7 @@ class Lucene41SimpleDocValuesProducer extends SimpleDVProducer {
|
|||
throw new RuntimeException(bogus);
|
||||
}
|
||||
}
|
||||
|
||||
/* nocommit: WTF ant test -Dtestcase=TestSearchAfter -Dtests.method=testQueries -Dtests.seed=701751F140F42B9D -Dtests.slow=true -Dtests.locale=es_DO -Dtests.timezone=Asia/Sakhalin -Dtests.file.encoding=UTF-8
|
||||
@Override
|
||||
public int lookupTerm(BytesRef key, BytesRef spare) {
|
||||
try {
|
||||
|
@ -256,6 +256,7 @@ class Lucene41SimpleDocValuesProducer extends SimpleDVProducer {
|
|||
throw new RuntimeException(bogus);
|
||||
}
|
||||
}
|
||||
*/
|
||||
|
||||
@Override
|
||||
public int getValueCount() {
|
||||
|
|
Loading…
Reference in New Issue