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:
Robert Muir 2013-01-15 23:23:33 +00:00
parent 247d66b0d4
commit cadf8949e1
1 changed files with 2 additions and 1 deletions

View File

@ -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() {